Uses of Class
org.jgroups.util.SeqnoList
Packages that use SeqnoList
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
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 SeqnoListModifier and TypeMethodDescriptionprotected voidUNICAST3.handleXmitRequest(Address sender, SeqnoList missing) protected 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 SeqnoListModifier and TypeMethodDescriptionprotected 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 SeqnoListMethods in org.jgroups.util that return SeqnoListModifier and TypeMethodDescriptionSeqnoList.add(long seqno) Adds a single seqnoSeqnoList.add(long... seqnos) SeqnoList.add(long from, long to) Adds a seqno rangeSeqnoList.add(Collection<Long> seqnos) RingBufferSeqno.getMissing()RingBufferSeqnoLockless.getMissing()Table.getMissing()Returns a list of missing (= null) elementsTable.getMissing(int max_msgs) Returns a list of missing messagesprotected SeqnoListTable.Missing.getMissingElements()SeqnoList.removeHigherThan(long seqno) Removes all seqnos > seqnoSeqnoList.removeLowerThan(long seqno) Removes all seqnos > seqnoMethods in org.jgroups.util that return types with arguments of type SeqnoList