Uses of Class
org.jgroups.util.Seqno

Packages that use Seqno
org.jgroups.stack Support for managing protocol stacks. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of Seqno in org.jgroups.stack
 

Fields in org.jgroups.stack declared as Seqno
protected  Seqno RangeBasedRetransmitter.RangeTask.range
           
 

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

Uses of Seqno in org.jgroups.util
 

Subclasses of Seqno in org.jgroups.util
 class SeqnoRange
          Keeps track of a range of messages to be retransmitted.
 

Methods in org.jgroups.util with parameters of type Seqno
 int SeqnoComparator.compare(Seqno o1, Seqno o2)
           
 



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