Uses of Class
org.jgroups.util.SeqnoList
-
Packages that use SeqnoList Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.pbcast 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 Modifier and Type Method Description protected void
ReliableMulticast. 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
UNICAST3. handleXmitRequest(Address sender, SeqnoList missing)
protected void
ReliableMulticast. retransmit(SeqnoList missing_msgs, Address sender, boolean multicast_xmit_request)
protected void
UNICAST3. retransmit(SeqnoList missing, Address sender, Address real_dest)
Sends a retransmit request to the given sender -
Uses of SeqnoList in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast with parameters of type SeqnoList Modifier and Type Method Description 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 Modifier and Type Field Description protected SeqnoList
Buffer.Missing. missing_elements
protected SeqnoList
Table.Missing. missing_elements
Methods in org.jgroups.util that return SeqnoList Modifier and Type Method Description SeqnoList
SeqnoList. add(long seqno)
Adds a single seqnoSeqnoList
SeqnoList. add(long... seqnos)
SeqnoList
SeqnoList. add(long from, long to)
Adds a seqno rangeSeqnoList
SeqnoList. add(java.util.Collection<java.lang.Long> seqnos)
SeqnoList
Buffer. getMissing()
Returns a list of missing (= null) elementsSeqnoList
Buffer. getMissing(int max_msgs)
Returns a list of missing messagesSeqnoList
RingBufferSeqnoLockless. getMissing()
SeqnoList
RingBufferSeqnoOld. getMissing()
SeqnoList
Table. getMissing()
Returns a list of missing (= null) elementsSeqnoList
Table. getMissing(int max_msgs)
Returns a list of missing messagesprotected SeqnoList
Buffer.Missing. getMissingElements()
protected SeqnoList
Table.Missing. getMissingElements()
SeqnoList
SeqnoList. removeHigherThan(long seqno)
Removes all seqnos > seqnoSeqnoList
SeqnoList. removeLowerThan(long seqno)
Removes all seqnos < seqnoMethods in org.jgroups.util that return types with arguments of type SeqnoList Modifier and Type Method Description java.util.function.Supplier<? extends SeqnoList>
SeqnoList. create()
-