Package | Description |
---|---|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Class and 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 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.
|
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.