Uses of Class
org.ldaptive.transport.ThreadPoolConfig.ShutdownStrategy
- 
Packages that use ThreadPoolConfig.ShutdownStrategy Package Description org.ldaptive.transport  - 
- 
Uses of ThreadPoolConfig.ShutdownStrategy in org.ldaptive.transport
Fields in org.ldaptive.transport declared as ThreadPoolConfig.ShutdownStrategy Modifier and Type Field Description private ThreadPoolConfig.ShutdownStrategyThreadPoolConfig. shutdownStrategyThread pool shutdown strategy.Methods in org.ldaptive.transport that return ThreadPoolConfig.ShutdownStrategy Modifier and Type Method Description ThreadPoolConfig.ShutdownStrategyThreadPoolConfig. getShutdownStrategy()Returns the thread pool shutdown strategy.static ThreadPoolConfig.ShutdownStrategyThreadPoolConfig.ShutdownStrategy. valueOf(String name)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.ShutdownStrategy Modifier and Type Method Description static 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.BuilderThreadPoolConfig.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. 
 -