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_tableMethods in org.jgroups.protocols that return UNICAST3.ReceiverEntry Modifier and Type Method Description protected UNICAST3.ReceiverEntryUNICAST3. createReceiverEntry(Address sender, long seqno, short conn_id)protected UNICAST3.ReceiverEntryUNICAST3. getReceiverEntry(Address sender, long seqno, boolean first, short conn_id)(package private) UNICAST3.ReceiverEntryUNICAST3.ReceiverEntry. sendAck()Methods in org.jgroups.protocols with parameters of type UNICAST3.ReceiverEntry Modifier and Type Method Description protected voidUNICAST3. addMessage(UNICAST3.ReceiverEntry entry, Address sender, long seqno, Message msg)protected voidUNICAST3. addQueuedMessages(Address sender, UNICAST3.ReceiverEntry entry, java.util.List<Message> queued_msgs)protected voidUNICAST3. handleBatchReceived(UNICAST3.ReceiverEntry entry, Address sender, java.util.List<LongTuple<Message>> msgs, boolean oob)
-