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.ShutdownStrategy
ThreadPoolConfig. shutdownStrategy
Thread pool shutdown strategy.Methods in org.ldaptive.transport that return ThreadPoolConfig.ShutdownStrategy Modifier and Type Method Description ThreadPoolConfig.ShutdownStrategy
ThreadPoolConfig. getShutdownStrategy()
Returns the thread pool shutdown strategy.static ThreadPoolConfig.ShutdownStrategy
ThreadPoolConfig.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 ThreadPoolConfig
ThreadPoolConfig. 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.void
ThreadPoolConfig. setShutdownStrategy(ThreadPoolConfig.ShutdownStrategy strategy)
Sets thread pool shutdown strategy.ThreadPoolConfig.Builder
ThreadPoolConfig.Builder. shutdownStrategy(ThreadPoolConfig.ShutdownStrategy strategy)
static ThreadPoolConfig
ThreadPoolConfig. singleIoThread(String name, ThreadPoolConfig.ShutdownStrategy strategy)
Creates a new transport config that uses a single I/O thread.
-