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
UNICAST3. handleXmitRequest(Address sender, SeqnoList missing)
protected void
UNICAST3. retransmit(SeqnoList missing, Address sender)
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
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
RingBufferSeqno. getMissing()
SeqnoList
RingBufferSeqnoLockless. getMissing()
SeqnoList
Table. getMissing()
Returns a list of missing (= null) elementsSeqnoList
Table. getMissing(int max_msgs)
Returns a list of missing messagesprotected SeqnoList
Table.Missing. getMissingElements()
Methods 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()
-