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 class
ExponentialInterval
class
StaticInterval
Manages retransmission timeouts.Methods in org.jgroups.stack that return Interval Modifier and Type Method Description Interval
ExponentialInterval. copy()
We don't need to copy as we don't have any stateInterval
Interval. copy()
Returns a copy of the state.Interval
StaticInterval. copy()
Methods in org.jgroups.stack with parameters of type Interval Modifier and Type Method Description void
NakReceiverWindow. setRetransmitTimeouts(Interval timeouts)
void
Retransmitter. 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)
-