Uses of Interface
org.jgroups.util.ThreadManager
-
Packages that use ThreadManager Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of ThreadManager in org.jgroups.util
Classes in org.jgroups.util that implement ThreadManager Modifier and Type Class Description classDefaultThreadFactoryThread factory mainly responsible for naming of threads.classLazyThreadFactoryLazily names threads: whenever the address or cluster name is changed, all threads are renamedclassThreadManagerThreadPoolExecutorThreadPoolExecutor subclass that implements @{link ThreadManager}.classTimeSchedulerFixed-delay & fixed-rate single thread scheduler
-