|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interval | |
---|---|
org.jgroups.stack | Support for managing protocol stacks. |
Uses of Interval in org.jgroups.stack |
---|
Classes in org.jgroups.stack that implement Interval | |
---|---|
class |
ExponentialInterval
|
class |
StaticInterval
Manages retransmission timeouts. |
Fields in org.jgroups.stack declared as Interval | |
---|---|
protected Interval |
Retransmitter.Task.intervals
|
protected Interval |
Retransmitter.retransmit_timeouts
Default retransmit intervals (ms) - exponential approx. |
Methods in org.jgroups.stack that return Interval | |
---|---|
Interval |
Interval.copy()
Returns a copy of the state. |
Interval |
StaticInterval.copy()
|
Interval |
ExponentialInterval.copy()
We don't need to copy as we don't have any state |
Methods in org.jgroups.stack with parameters of type Interval | |
---|---|
void |
NakReceiverWindow.setRetransmitTimeouts(Interval timeouts)
|
void |
Retransmitter.setRetransmitTimeouts(Interval interval)
|
Constructors in org.jgroups.stack with parameters of type Interval | |
---|---|
DefaultRetransmitter.SeqnoTask(long seqno,
Interval intervals,
Retransmitter.RetransmitCommand cmd,
Address msg_sender)
|
|
RangeBasedRetransmitter.RangeTask(Seqno range,
Interval intervals,
Retransmitter.RetransmitCommand cmd,
Address msg_sender)
|
|
Retransmitter.Task(Interval intervals,
Retransmitter.RetransmitCommand cmd,
Address msg_sender)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |