Uses of Interface
org.jgroups.stack.Retransmitter.RetransmitCommand
Packages that use Retransmitter.RetransmitCommand
Package
Description
Supports probabilistic broadcasts.
Support for managing protocol stacks.
-
Uses of Retransmitter.RetransmitCommand in org.jgroups.protocols.pbcast
Classes in org.jgroups.protocols.pbcast that implement Retransmitter.RetransmitCommand -
Uses of Retransmitter.RetransmitCommand in org.jgroups.stack
Classes in org.jgroups.stack that implement Retransmitter.RetransmitCommandConstructors in org.jgroups.stack with parameters of type Retransmitter.RetransmitCommandModifierConstructorDescriptionNakReceiverWindow
(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