Uses of Class
org.jgroups.util.ThreadPool
Packages that use ThreadPool
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
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 ThreadPoolModifier and TypeFieldDescriptionprotected ThreadPoolTP.thread_poolThe thread pool which handles unmarshalling, version checks and dispatching of messagesMethods in org.jgroups.protocols that return ThreadPool -
Uses of ThreadPool in org.jgroups.util
Fields in org.jgroups.util declared as ThreadPoolModifier and TypeFieldDescriptionprotected ThreadPoolAsyncExecutor.thread_poolprotected ThreadPoolTimeScheduler3.thread_poolMethods in org.jgroups.util that return ThreadPoolModifier and TypeMethodDescriptionThreadPool.removeExpired()ThreadPool.setAddress(Address a) ThreadPool.setDelta(int d) ThreadPool.setIncreaseMaxSizeDynamically(boolean b) ThreadPool.setKeepAliveTime(long time) ThreadPool.setMaxThreads(int size) ThreadPool.setMinThreads(int size) ThreadPool.setRejectionPolicy(String policy) ThreadPool.setThreadDumpsEnabled(boolean b) ThreadPool.setThreadDumpsThreshold(int t) Deprecated.ThreadPool.setThreadFactory(ThreadFactory factory) ThreadPool.setThreadPool(Executor thread_pool) ThreadPool.setThreadPoolFullSuppressTime(long t) AsyncExecutor.threadPool()ThreadPool.useVirtualThreads(boolean b) Methods in org.jgroups.util with parameters of type ThreadPoolConstructors in org.jgroups.util with parameters of type ThreadPoolModifierConstructorDescriptionTimeScheduler3(ThreadPool thread_pool, ThreadFactory factory, boolean start)