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 voidReliableMulticast. 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 voidReliableUnicast. handleXmitRequest(Address sender, SeqnoList missing)protected voidUNICAST3. handleXmitRequest(Address sender, SeqnoList missing)protected voidReliableMulticast. retransmit(SeqnoList missing_msgs, Address sender, boolean multicast_xmit_request)protected voidReliableUnicast. retransmit(SeqnoList missing, Address sender, Address real_dest)Sends a retransmit request to the given senderprotected voidUNICAST3. 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 voidNAKACK2. 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 voidNAKACK2. 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 SeqnoListBuffer.Missing. missing_elementsprotected SeqnoListTable.Missing. missing_elementsMethods in org.jgroups.util that return SeqnoList Modifier and Type Method Description SeqnoListSeqnoList. add(long seqno)Adds a single seqnoSeqnoListSeqnoList. add(long... seqnos)SeqnoListSeqnoList. add(long from, long to)Adds a seqno rangeSeqnoListSeqnoList. add(java.util.Collection<java.lang.Long> seqnos)SeqnoListBuffer. getMissing()Returns a list of missing (= null) elementsSeqnoListBuffer. getMissing(int max_msgs)Returns a list of missing messagesSeqnoListRingBufferSeqnoLockless. getMissing()SeqnoListRingBufferSeqnoOld. getMissing()SeqnoListTable. getMissing()Returns a list of missing (= null) elementsSeqnoListTable. getMissing(int max_msgs)Returns a list of missing messagesprotected SeqnoListBuffer.Missing. getMissingElements()protected SeqnoListTable.Missing. getMissingElements()SeqnoListSeqnoList. removeHigherThan(long seqno)Removes all seqnos > seqnoSeqnoListSeqnoList. 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()
-