Uses of Class
org.jgroups.protocols.UNICAST3.ReceiverEntry
-
Packages that use UNICAST3.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 UNICAST3.ReceiverEntry in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type UNICAST3.ReceiverEntry Modifier and Type Field Description protected java.util.concurrent.ConcurrentMap<Address,UNICAST3.ReceiverEntry>
UNICAST3. recv_table
Methods in org.jgroups.protocols that return UNICAST3.ReceiverEntry Modifier and Type Method Description protected UNICAST3.ReceiverEntry
UNICAST3. createReceiverEntry(Address sender, long seqno, short conn_id)
protected UNICAST3.ReceiverEntry
UNICAST3. getReceiverEntry(Address sender, long seqno, boolean first, short conn_id)
Methods in org.jgroups.protocols with parameters of type UNICAST3.ReceiverEntry Modifier and Type Method Description protected void
UNICAST3. addMessage(UNICAST3.ReceiverEntry entry, Address sender, long seqno, Message msg)
protected void
UNICAST3. addQueuedMessages(Address sender, UNICAST3.ReceiverEntry entry, java.util.Collection<Message> queued_msgs)
protected void
UNICAST3. handleBatchReceived(UNICAST3.ReceiverEntry entry, Address sender, java.util.List<LongTuple<Message>> msgs, boolean oob)
-