|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Retransmitter.RetransmitCommand | |
---|---|
org.jgroups.protocols.pbcast | Supports probabilistic broadcasts. |
org.jgroups.stack | Support for managing protocol stacks. |
Uses of Retransmitter.RetransmitCommand in org.jgroups.protocols.pbcast |
---|
Classes in org.jgroups.protocols.pbcast that implement Retransmitter.RetransmitCommand | |
---|---|
class |
NAKACK
Negative AcKnowledgement layer (NAKs). |
Uses of Retransmitter.RetransmitCommand in org.jgroups.stack |
---|
Classes in org.jgroups.stack that implement Retransmitter.RetransmitCommand | |
---|---|
class |
AckSenderWindow
ACK-based sliding window for a sender. |
Constructors in org.jgroups.stack with parameters of type Retransmitter.RetransmitCommand | |
---|---|
NakReceiverWindow(Address local_addr,
Address sender,
Retransmitter.RetransmitCommand cmd,
long highest_delivered_seqno,
long lowest_seqno,
TimeScheduler sched)
|
|
NakReceiverWindow(Address sender,
Retransmitter.RetransmitCommand cmd,
long highest_delivered_seqno)
Creates a new instance with the given retransmit command |
|
NakReceiverWindow(Address sender,
Retransmitter.RetransmitCommand cmd,
long highest_delivered_seqno,
long lowest_seqno,
TimeScheduler sched)
Creates a new instance with the given retransmit command |
|
NakReceiverWindow(Address sender,
Retransmitter.RetransmitCommand cmd,
long highest_delivered_seqno,
TimeScheduler sched)
Creates a new instance with the given retransmit command |
|
Retransmitter(Address sender,
Retransmitter.RetransmitCommand cmd)
Create a new Retransmitter associated with the given sender address |
|
Retransmitter(Address sender,
Retransmitter.RetransmitCommand cmd,
TimeScheduler sched)
Create a new Retransmitter associated with the given sender address |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |