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 |
---|---|
Future<?> |
TimeScheduler2.scheduleWithDynamicInterval(TimeScheduler.Task task)
Deprecated.
Schedule a task for execution at varying intervals.
|
Future<?> |
TimeScheduler3.scheduleWithDynamicInterval(TimeScheduler.Task work)
Schedule a task for execution at varying intervals.
|
Future<?> |
TimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task)
Schedule a task for execution at varying intervals.
|
Future<?> |
MockTimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task) |
Future<?> |
DefaultTimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task)
Schedule a task for execution at varying intervals.
|
Future<?> |
HashedTimingWheel.scheduleWithDynamicInterval(TimeScheduler.Task task)
Schedule a task for execution at varying intervals.
|
Constructor and Description |
---|
TaskWrapper(TimeScheduler.Task task) |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.