Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
org.jgroups.stack |
Support for managing protocol stacks.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Class and Description |
---|---|
protected class |
FILE_PING.InfoWriter
Class which calls writeAll() a few times.
|
protected class |
JDBC_PING.InfoWriter
Class which calls writeOwnInformation a few times.
|
protected class |
MERGE3.InfoSender |
protected class |
MERGE3.ViewConsistencyChecker |
Modifier and Type | Class and Description |
---|---|
protected class |
STABLE.StableTask
Mcast periodic STABLE message.
|
Modifier and Type | Class and Description |
---|---|
protected class |
DefaultRetransmitter.SeqnoTask |
protected class |
RangeBasedRetransmitter.RangeTask |
protected class |
Retransmitter.Task
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<?> |
HashedTimingWheel.scheduleWithDynamicInterval(TimeScheduler.Task task)
Schedule a task for execution at varying intervals.
|
java.util.concurrent.Future<?> |
TimeScheduler2.scheduleWithDynamicInterval(TimeScheduler.Task task)
Deprecated.
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.
|
java.util.concurrent.Future<?> |
TimeScheduler3.scheduleWithDynamicInterval(TimeScheduler.Task work)
Schedule a task for execution at varying intervals.
|
java.util.concurrent.Future<?> |
MockTimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task) |
java.util.concurrent.Future<?> |
TimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task)
Schedule a task for execution at varying intervals.
|
Constructor and Description |
---|
TaskWrapper(TimeScheduler.Task task) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.