Uses of Interface
org.jgroups.stack.Interval
-
Packages that use Interval Package Description org.jgroups.stack Support for managing protocol stacks. -
-
Uses of Interval in org.jgroups.stack
Classes in org.jgroups.stack that implement Interval Modifier and Type Class Description classExponentialIntervalclassStaticIntervalManages retransmission timeouts.Methods in org.jgroups.stack that return Interval Modifier and Type Method Description IntervalExponentialInterval. copy()We don't need to copy as we don't have any stateIntervalInterval. copy()Returns a copy of the state.IntervalStaticInterval. copy()Methods in org.jgroups.stack with parameters of type Interval Modifier and Type Method Description voidNakReceiverWindow. setRetransmitTimeouts(Interval timeouts)voidRetransmitter. setRetransmitTimeouts(Interval interval)Constructors in org.jgroups.stack with parameters of type Interval Constructor Description AckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand cmd, Interval retransmit_intervals)Create and start the retransmitterAckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand cmd, Interval retransmit_intervals, TimeScheduler sched)Create and start the retransmitterAckSenderWindow(AckSenderWindow.RetransmitCommand com, Interval interval)AckSenderWindow(AckSenderWindow.RetransmitCommand com, Interval interval, TimeScheduler sched)AckSenderWindow(AckSenderWindow.RetransmitCommand com, Interval interval, TimeScheduler sched, Address sender)
-