Package | Description |
---|---|
org.jgroups.stack |
Support for managing protocol stacks.
|
Modifier and Type | Class and Description |
---|---|
class |
ExponentialInterval |
class |
StaticInterval
Manages retransmission timeouts.
|
Modifier and Type | Field and Description |
---|---|
protected Interval |
Retransmitter.Task.intervals |
protected Interval |
Retransmitter.retransmit_timeouts
Deprecated.
Default retransmit intervals (ms) - exponential approx.
|
Modifier and Type | Method and Description |
---|---|
Interval |
Interval.copy()
Returns a copy of the state.
|
Interval |
ExponentialInterval.copy()
We don't need to copy as we don't have any state
|
Interval |
StaticInterval.copy() |
Modifier and Type | Method and Description |
---|---|
void |
Retransmitter.setRetransmitTimeouts(Interval interval)
Deprecated.
|
void |
NakReceiverWindow.setRetransmitTimeouts(Interval timeouts)
Deprecated.
|
Constructor and Description |
---|
RangeTask(Seqno range,
Interval intervals,
Retransmitter.RetransmitCommand cmd,
Address msg_sender) |
SeqnoTask(long seqno,
Interval intervals,
Retransmitter.RetransmitCommand cmd,
Address msg_sender) |
Task(Interval intervals,
Retransmitter.RetransmitCommand cmd,
Address msg_sender) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.