Uses of Interface
org.jgroups.stack.Retransmitter.RetransmitCommand
-
Packages that use Retransmitter.RetransmitCommand Package Description 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 Modifier and Type Class Description class
NAKACK
Negative AcKnowledgement layer (NAKs). -
Uses of Retransmitter.RetransmitCommand in org.jgroups.stack
Classes in org.jgroups.stack that implement Retransmitter.RetransmitCommand Modifier and Type Class Description class
AckSenderWindow
ACK-based sliding window for a sender.Constructors in org.jgroups.stack with parameters of type Retransmitter.RetransmitCommand Constructor Description 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 commandNakReceiverWindow(Address sender, Retransmitter.RetransmitCommand cmd, long highest_delivered_seqno, long lowest_seqno, TimeScheduler sched)
Creates a new instance with the given retransmit commandNakReceiverWindow(Address sender, Retransmitter.RetransmitCommand cmd, long highest_delivered_seqno, TimeScheduler sched)
Creates a new instance with the given retransmit commandRetransmitter(Address sender, Retransmitter.RetransmitCommand cmd)
Create a new Retransmitter associated with the given sender addressRetransmitter(Address sender, Retransmitter.RetransmitCommand cmd, TimeScheduler sched)
Create a new Retransmitter associated with the given sender address
-