Uses of Class
org.jgroups.util.ThreadPool
-
Packages that use ThreadPool Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of ThreadPool in org.jgroups.protocols
Fields in org.jgroups.protocols declared as ThreadPool Modifier and Type Field Description protected ThreadPool
TP. thread_pool
The thread pool which handles unmarshalling, version checks and dispatching of messagesMethods in org.jgroups.protocols that return ThreadPool Modifier and Type Method Description ThreadPool
TP. getThreadPool()
-
Uses of ThreadPool in org.jgroups.util
Fields in org.jgroups.util declared as ThreadPool Modifier and Type Field Description protected ThreadPool
AsyncExecutor. thread_pool
protected ThreadPool
TimeScheduler3. thread_pool
Methods in org.jgroups.util that return ThreadPool Modifier and Type Method Description ThreadPool
ThreadPool. log(Log l)
ThreadPool
ThreadPool. removeExpired()
ThreadPool
ThreadPool. setAddress(Address a)
ThreadPool
ThreadPool. setDelta(int d)
ThreadPool
ThreadPool. setIncreaseMaxSizeDynamically(boolean b)
ThreadPool
ThreadPool. setKeepAliveTime(long time)
ThreadPool
ThreadPool. setMaxThreads(int size)
ThreadPool
ThreadPool. setMinThreads(int size)
ThreadPool
ThreadPool. setRejectionPolicy(java.lang.String policy)
ThreadPool
ThreadPool. setThreadDumpsEnabled(boolean b)
ThreadPool
ThreadPool. setThreadDumpsThreshold(int t)
Deprecated.ThreadPool
ThreadPool. setThreadFactory(ThreadFactory factory)
ThreadPool
ThreadPool. setThreadPool(java.util.concurrent.Executor thread_pool)
ThreadPool
ThreadPool. setThreadPoolFullSuppressTime(long t)
ThreadPool
AsyncExecutor. threadPool()
ThreadPool
ThreadPool. useVirtualThreads(boolean b)
Methods in org.jgroups.util with parameters of type ThreadPool Modifier and Type Method Description AsyncExecutor<T>
AsyncExecutor. threadPool(ThreadPool p)
Constructors in org.jgroups.util with parameters of type ThreadPool Constructor Description AsyncExecutor(ThreadPool p)
TimeScheduler3(ThreadPool thread_pool, ThreadFactory factory, boolean start)
-