Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for setThresholds (0.06 seconds)

  1. compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

                        new ExtensionConfigurationModule(extension, extensionSource));
            }
    
            customizeContainer(container);
    
            container.getLoggerManager().setThresholds(cliRequest.request.getLoggingLevel());
    
            eventSpyDispatcher = container.lookup(EventSpyDispatcher.class);
    
            DefaultEventSpyContext eventSpyContext = new DefaultEventSpyContext();
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Mon Oct 27 13:24:03 GMT 2025
    - 78.1K bytes
    - Click Count (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java

                } else {
                    final InputStream responseBodyStream = httpEntity.getContent();
                    try (final DeferredFileOutputStream dfos = DeferredFileOutputStream.builder()
                            .setThreshold((int) maxCachedContentSize)
                            .setPrefix("crawler-HcHttpClient-")
                            .setSuffix(".out")
                            .setDirectory(SystemUtils.getJavaIoTmpDir())
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Sun Nov 23 12:19:14 GMT 2025
    - 53.7K bytes
    - Click Count (0)
Back to Top