Classes in org.jgroups.util that implement ThreadManager |
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 renamed |
class |
ThreadManagerThreadPoolExecutor
ThreadPoolExecutor subclass that implements @{link ThreadManager}. |
class |
TimeScheduler
Fixed-delay & fixed-rate single thread scheduler
The scheduler supports varying scheduling intervals by asking the task
every time for its next preferred scheduling interval. |