Uses of Interface
org.apache.sshd.common.util.threads.CloseableExecutorService
Packages that use CloseableExecutorService
-
Uses of CloseableExecutorService in org.apache.sshd.common.util.threads
Classes in org.apache.sshd.common.util.threads that implement CloseableExecutorServiceModifier and TypeClassDescriptionclassWraps anExecutorServiceas aCloseableExecutorServiceand avoids calling itsshutdownmethods when the wrapper is shut downclassMethods in org.apache.sshd.common.util.threads that return CloseableExecutorServiceModifier and TypeMethodDescriptionExecutorServiceCarrier.getExecutorService()static CloseableExecutorServiceThreadUtils.newCachedThreadPool(String poolName) static CloseableExecutorServiceThreadUtils.newCachedThreadPoolIf(CloseableExecutorService executorService, String poolName) static CloseableExecutorServiceThreadUtils.newFixedThreadPool(String poolName, int nThreads) static CloseableExecutorServiceThreadUtils.newFixedThreadPoolIf(CloseableExecutorService executorService, String poolName, int nThreads) static CloseableExecutorServiceThreadUtils.newSingleThreadExecutor(String poolName) static CloseableExecutorServiceThreadUtils.noClose(CloseableExecutorService executorService) static CloseableExecutorServiceThreadUtils.protectExecutorServiceShutdown(CloseableExecutorService executorService, boolean shutdownOnExit) Wraps anCloseableExecutorServicein such a way as to "protect" it for calls to theExecutorService.shutdown()orExecutorService.shutdownNow().default CloseableExecutorServiceExecutorServiceProvider.resolveExecutorService()Methods in org.apache.sshd.common.util.threads that return types with arguments of type CloseableExecutorServiceModifier and TypeMethodDescriptionSupplier<? extends CloseableExecutorService> ExecutorServiceProvider.getExecutorServiceProvider()Methods in org.apache.sshd.common.util.threads with parameters of type CloseableExecutorServiceModifier and TypeMethodDescriptionstatic CloseableExecutorServiceThreadUtils.newCachedThreadPoolIf(CloseableExecutorService executorService, String poolName) static CloseableExecutorServiceThreadUtils.newFixedThreadPoolIf(CloseableExecutorService executorService, String poolName, int nThreads) static CloseableExecutorServiceThreadUtils.noClose(CloseableExecutorService executorService) static CloseableExecutorServiceThreadUtils.protectExecutorServiceShutdown(CloseableExecutorService executorService, boolean shutdownOnExit) Wraps anCloseableExecutorServicein such a way as to "protect" it for calls to theExecutorService.shutdown()orExecutorService.shutdownNow().Method parameters in org.apache.sshd.common.util.threads with type arguments of type CloseableExecutorServiceModifier and TypeMethodDescriptionvoidManagedExecutorServiceSupplier.setExecutorServiceProvider(Supplier<? extends CloseableExecutorService> provider)