程序包 | 说明 |
---|---|
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
com.fr.third.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
com.fr.third.jgroups.stack |
Support for managing protocol stacks.
|
com.fr.third.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
限定符和类型 | 类和说明 |
---|---|
protected class |
MERGE3.InfoSender |
protected class |
MERGE3.ViewConsistencyChecker |
限定符和类型 | 类和说明 |
---|---|
protected class |
STABLE.StableTask
Mcast periodic STABLE message.
|
限定符和类型 | 类和说明 |
---|---|
protected class |
DefaultRetransmitter.SeqnoTask |
protected class |
RangeBasedRetransmitter.RangeTask |
protected class |
Retransmitter.Task |
限定符和类型 | 方法和说明 |
---|---|
java.util.concurrent.Future<?> |
TimeScheduler3.scheduleWithDynamicInterval(TimeScheduler.Task work)
Schedule a task for execution at varying intervals.
|
java.util.concurrent.Future<?> |
TimeScheduler2.scheduleWithDynamicInterval(TimeScheduler.Task task)
Schedule a task for execution at varying intervals.
|
java.util.concurrent.Future<?> |
TimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task)
Schedule a task for execution at varying intervals.
|
java.util.concurrent.Future<?> |
MockTimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task) |
java.util.concurrent.Future<?> |
HashedTimingWheel.scheduleWithDynamicInterval(TimeScheduler.Task task)
Schedule a task for execution at varying intervals.
|
java.util.concurrent.Future<?> |
DefaultTimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task)
Schedule a task for execution at varying intervals.
|
构造器和说明 |
---|
DefaultTimeScheduler.TaskWrapper(TimeScheduler.Task task) |