Uses of Class
org.jgroups.protocols.ReliableUnicast.ReceiverEntry
-
Packages that use ReliableUnicast.ReceiverEntry Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of ReliableUnicast.ReceiverEntry in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type ReliableUnicast.ReceiverEntry Modifier and Type Field Description protected java.util.Map<Address,ReliableUnicast.ReceiverEntry>
ReliableUnicast. recv_table
Methods in org.jgroups.protocols that return ReliableUnicast.ReceiverEntry Modifier and Type Method Description ReliableUnicast.ReceiverEntry
ReliableUnicast. _getReceiverEntry(Address sender, long seqno, boolean first, short conn_id, Address real_dest)
protected ReliableUnicast.ReceiverEntry
ReliableUnicast. compareConnIds(short other, short mine, boolean first, ReliableUnicast.ReceiverEntry e, Address sender, long seqno, Address real_dest)
protected ReliableUnicast.ReceiverEntry
ReliableUnicast. createReceiverEntry(Address sender, long seqno, short conn_id, Address dest)
protected ReliableUnicast.ReceiverEntry
ReliableUnicast. getReceiverEntry(Address sender, long seqno, boolean first, short conn_id, Address real_dest)
Methods in org.jgroups.protocols with parameters of type ReliableUnicast.ReceiverEntry Modifier and Type Method Description protected void
ReliableUnicast. addMessage(ReliableUnicast.ReceiverEntry entry, Address sender, long seqno, Message msg)
protected void
ReliableUnicast. addQueuedMessages(Address sender, ReliableUnicast.ReceiverEntry entry, java.util.Collection<Message> queued_msgs)
protected ReliableUnicast.ReceiverEntry
ReliableUnicast. compareConnIds(short other, short mine, boolean first, ReliableUnicast.ReceiverEntry e, Address sender, long seqno, Address real_dest)
protected void
ReliableUnicast. handleBatchReceived(ReliableUnicast.ReceiverEntry entry, Address sender, java.util.List<LongTuple<Message>> msgs, boolean oob, Address original_dest)
-