Package | Description |
---|---|
org.jgroups.stack |
Support for managing protocol stacks.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ExponentialInterval |
|
class |
StaticInterval |
Manages retransmission timeouts.
|
Modifier and Type | Method | Description |
---|---|---|
Interval |
ExponentialInterval.copy() |
We don't need to copy as we don't have any state
|
Interval |
Interval.copy() |
Returns a copy of the state.
|
Interval |
StaticInterval.copy() |
Modifier and Type | Method | Description |
---|---|---|
void |
NakReceiverWindow.setRetransmitTimeouts(Interval timeouts) |
|
void |
Retransmitter.setRetransmitTimeouts(Interval interval) |
Constructor | Description |
---|---|
AckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand cmd,
Interval retransmit_intervals) |
Create and start the retransmitter
|
AckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand cmd,
Interval retransmit_intervals,
TimeScheduler sched) |
Create and start the retransmitter
|
AckSenderWindow(AckSenderWindow.RetransmitCommand com,
Interval interval) |
|
AckSenderWindow(AckSenderWindow.RetransmitCommand com,
Interval interval,
TimeScheduler sched) |
|
AckSenderWindow(AckSenderWindow.RetransmitCommand com,
Interval interval,
TimeScheduler sched,
Address sender) |
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.