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 ThreadPoolTP. thread_poolThe thread pool which handles unmarshalling, version checks and dispatching of messagesMethods in org.jgroups.protocols that return ThreadPool Modifier and Type Method Description ThreadPoolTP. getThreadPool() -
Uses of ThreadPool in org.jgroups.util
Fields in org.jgroups.util declared as ThreadPool Modifier and Type Field Description protected ThreadPoolTimeScheduler3. thread_poolMethods in org.jgroups.util that return ThreadPool Modifier and Type Method Description ThreadPoolThreadPool. setKeepAliveTime(long time)ThreadPoolThreadPool. setMaxThreads(int size)ThreadPoolThreadPool. setMinThreads(int size)ThreadPoolThreadPool. setThreadDumpsThreshold(int t)ThreadPoolThreadPool. setThreadFactory(ThreadFactory factory)ThreadPoolThreadPool. setThreadPool(java.util.concurrent.Executor thread_pool)Constructors in org.jgroups.util with parameters of type ThreadPool Constructor Description TimeScheduler3(ThreadPool thread_pool, ThreadFactory factory, boolean start)
-