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.protocols.pbcast 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 ThreadPoolASYNC. thread_poolprotected ThreadPoolTP. thread_poolThe thread pool which handles unmarshalling, version checks and dispatching of messagesprotected ThreadPoolUNBATCH_OOB. thread_poolMethods in org.jgroups.protocols that return ThreadPool Modifier and Type Method Description ThreadPoolTP. getThreadPool() -
Uses of ThreadPool in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as ThreadPool Modifier and Type Field Description protected ThreadPoolGMS. thread_pool -
Uses of ThreadPool in org.jgroups.util
Fields in org.jgroups.util declared as ThreadPool Modifier and Type Field Description protected ThreadPoolAsyncExecutor. thread_poolprotected ThreadPoolTimeScheduler3. thread_poolMethods in org.jgroups.util that return ThreadPool Modifier and Type Method Description ThreadPoolThreadPool. log(Log l)ThreadPoolThreadPool. removeExpired()ThreadPoolThreadPool. setAddress(Address a)ThreadPoolThreadPool. setDelta(int d)ThreadPoolThreadPool. setIncreaseMaxSizeDynamically(boolean b)ThreadPoolThreadPool. setKeepAliveTime(long time)ThreadPoolThreadPool. setMaxThreads(int size)ThreadPoolThreadPool. setMinThreads(int size)ThreadPoolThreadPool. setRejectionPolicy(java.lang.String policy)ThreadPoolThreadPool. setThreadDumpsEnabled(boolean b)ThreadPoolThreadPool. setThreadDumpsThreshold(int ignore)Deprecated.ThreadPoolThreadPool. setThreadFactory(ThreadFactory factory)ThreadPoolThreadPool. setThreadPool(java.util.concurrent.Executor thread_pool)ThreadPoolThreadPool. setThreadPoolFullSuppressTime(long t)ThreadPoolAsyncExecutor. threadPool()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)
-