Uses of Class
org.jgroups.util.SeqnoList

Packages that use SeqnoList
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.protocols.pbcast Supports probabilistic broadcasts. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of SeqnoList in org.jgroups.protocols
 

Methods in org.jgroups.protocols with parameters of type SeqnoList
protected  void UNICAST2.handleXmitRequest(Address sender, SeqnoList missing)
           
 void UNICAST2.retransmit(SeqnoList missing, Address sender)
           
 

Uses of SeqnoList in org.jgroups.protocols.pbcast
 

Methods in org.jgroups.protocols.pbcast with parameters of type SeqnoList
protected  void NAKACK2.handleXmitReq(Address xmit_requester, SeqnoList missing_msgs, Address original_sender)
          Retransmits messsages first_seqno to last_seqno from original_sender from xmit_table to xmit_requester, called when XMIT_REQ is received.
protected  void NAKACK2.retransmit(SeqnoList missing_msgs, Address sender, boolean multicast_xmit_request)
           
 

Uses of SeqnoList in org.jgroups.util
 

Fields in org.jgroups.util declared as SeqnoList
protected  SeqnoList Table.Missing.missing_elements
           
 

Methods in org.jgroups.util that return SeqnoList
 SeqnoList SeqnoList.add(long... seqnos)
           
 SeqnoList SeqnoList.add(long seqno)
          Adds a single seqno
 SeqnoList SeqnoList.add(long from, long to)
          Adds a seqno range
 SeqnoList RingBuffer.getMissing()
           
 SeqnoList RingBufferLockless.getMissing()
           
 SeqnoList Table.getMissing()
          Returns a list of missing (= null) messages
protected  SeqnoList Table.Missing.getMissingElements()
           
 



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