Package | Description |
---|---|
org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
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.protocols.relay | |
org.jgroups.protocols.rules | |
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 | Method and Description |
---|---|
protected TimeScheduler |
JChannel.getTimer() |
Modifier and Type | Field and Description |
---|---|
protected TimeScheduler |
FD_SOCK.timer |
protected TimeScheduler |
UNICAST3.timer |
protected TimeScheduler |
BARRIER.timer |
protected TimeScheduler |
FD.timer |
protected TimeScheduler |
RELAY.timer |
protected TimeScheduler |
Discovery.timer |
protected TimeScheduler |
TP.timer |
protected TimeScheduler |
FD_ALL2.timer |
protected TimeScheduler |
ABP.timer |
protected TimeScheduler |
MERGE3.timer |
protected TimeScheduler |
MAKE_BATCH.timer |
protected TimeScheduler |
SHUFFLE.timer |
protected TimeScheduler |
FD_HOST.timer
Timer used to run the ping task on
|
protected TimeScheduler |
FD_ALL.timer |
protected TimeScheduler |
RSVP.timer |
Modifier and Type | Method and Description |
---|---|
TimeScheduler |
TP.getTimer() |
Modifier and Type | Method and Description |
---|---|
TP |
TP.setTimer(TimeScheduler timer)
Sets a new timer.
|
Modifier and Type | Field and Description |
---|---|
protected TimeScheduler |
STABLE.timer |
protected TimeScheduler |
GMS.timer |
protected TimeScheduler |
NAKACK2.timer |
Modifier and Type | Method and Description |
---|---|
void |
NAKACK2.setTimer(TimeScheduler timer)
Only used for unit tests, don't use !
|
Modifier and Type | Field and Description |
---|---|
protected TimeScheduler |
RELAY2.timer |
Modifier and Type | Method and Description |
---|---|
TimeScheduler |
RELAY2.getTimer() |
Modifier and Type | Field and Description |
---|---|
protected TimeScheduler |
SUPERVISOR.timer |
Modifier and Type | Field and Description |
---|---|
protected TimeScheduler |
RouterStubManager.timer |
Modifier and Type | Class and Description |
---|---|
class |
TimeScheduler3
Implementation of
TimeScheduler . |
Modifier and Type | Field and Description |
---|---|
protected TimeScheduler |
TimeService.timer |
Modifier and Type | Method and Description |
---|---|
ResponseCollectorTask<T> |
ResponseCollectorTask.start(TimeScheduler timer,
long initial_delay,
long interval) |
Constructor and Description |
---|
AgeOutCache(TimeScheduler timer,
long timeout) |
AgeOutCache(TimeScheduler timer,
long timeout,
AgeOutCache.Handler handler) |
TimeService(TimeScheduler timer) |
TimeService(TimeScheduler timer,
long interval) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.