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 class
DefaultThreadFactory
Thread factory mainly responsible for naming of threads.class
LazyThreadFactory
Lazily names threads: whenever the address or cluster name is changed, all threads are renamedclass
ThreadManagerThreadPoolExecutor
ThreadPoolExecutor subclass that implements @{link ThreadManager}.class
TimeScheduler
Fixed-delay & fixed-rate single thread scheduler
-