Uses of Enum
org.ldaptive.transport.ThreadPoolConfig.ShutdownStrategy
Packages that use ThreadPoolConfig.ShutdownStrategy
-
Uses of ThreadPoolConfig.ShutdownStrategy in org.ldaptive.transport
Fields in org.ldaptive.transport declared as ThreadPoolConfig.ShutdownStrategyModifier and TypeFieldDescriptionThreadPoolConfig.shutdownStrategyThread pool shutdown strategy.Methods in org.ldaptive.transport that return ThreadPoolConfig.ShutdownStrategyModifier and TypeMethodDescriptionThreadPoolConfig.getShutdownStrategy()Returns the thread pool shutdown strategy.Returns the enum constant of this type with the specified name.static ThreadPoolConfig.ShutdownStrategy[]ThreadPoolConfig.ShutdownStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ldaptive.transport with parameters of type ThreadPoolConfig.ShutdownStrategyModifier and TypeMethodDescriptionstatic ThreadPoolConfigThreadPoolConfig.defaultIoThreads(String name, ThreadPoolConfig.ShutdownStrategy strategy) Creates a new transport config that uses the default number of I/O threads and no message worker threads.voidThreadPoolConfig.setShutdownStrategy(ThreadPoolConfig.ShutdownStrategy strategy) Sets thread pool shutdown strategy.ThreadPoolConfig.Builder.shutdownStrategy(ThreadPoolConfig.ShutdownStrategy strategy) static ThreadPoolConfigThreadPoolConfig.singleIoThread(String name, ThreadPoolConfig.ShutdownStrategy strategy) Creates a new transport config that uses a single I/O thread.