Uses of Interface
org.jgroups.stack.AckMcastSenderWindow.RetransmitCommand
-
Packages that use AckMcastSenderWindow.RetransmitCommand Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.stack Support for managing protocol stacks. -
-
Uses of AckMcastSenderWindow.RetransmitCommand in org.jgroups.protocols
Classes in org.jgroups.protocols that implement AckMcastSenderWindow.RetransmitCommand Modifier and Type Class Description class
SMACK
Simple Multicast ACK protocol. -
Uses of AckMcastSenderWindow.RetransmitCommand in org.jgroups.stack
Constructors in org.jgroups.stack with parameters of type AckMcastSenderWindow.RetransmitCommand Constructor Description AckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand cmd)
Create and start the retransmitterAckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand cmd, Interval retransmit_intervals)
Create and start the retransmitterAckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand cmd, Interval retransmit_intervals, TimeScheduler sched)
Create and start the retransmitterAckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand cmd, TimeScheduler sched)
Create and start the retransmitter
-