Uses of Interface
org.jgroups.stack.Interval

Packages that use Interval
org.jgroups.stack Support for managing protocol stacks. 
 

Uses of Interval in org.jgroups.stack
 

Classes in org.jgroups.stack that implement Interval
 class ExponentialInterval
           
 class StaticInterval
          Manages retransmission timeouts.
 

Fields in org.jgroups.stack declared as Interval
protected  Interval Retransmitter.Task.intervals
           
protected  Interval Retransmitter.retransmit_timeouts
          Default retransmit intervals (ms) - exponential approx.
 

Methods in org.jgroups.stack that return Interval
 Interval Interval.copy()
          Returns a copy of the state.
 Interval StaticInterval.copy()
           
 Interval ExponentialInterval.copy()
          We don't need to copy as we don't have any state
 

Methods in org.jgroups.stack with parameters of type Interval
 void NakReceiverWindow.setRetransmitTimeouts(Interval timeouts)
           
 void Retransmitter.setRetransmitTimeouts(Interval interval)
           
 

Constructors in org.jgroups.stack with parameters of type Interval
DefaultRetransmitter.SeqnoTask(long seqno, Interval intervals, Retransmitter.RetransmitCommand cmd, Address msg_sender)
           
RangeBasedRetransmitter.RangeTask(Seqno range, Interval intervals, Retransmitter.RetransmitCommand cmd, Address msg_sender)
           
Retransmitter.Task(Interval intervals, Retransmitter.RetransmitCommand cmd, Address msg_sender)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.