Uses of Class
org.jgroups.protocols.UNICAST3.ReceiverEntry
Packages that use UNICAST3.ReceiverEntry
Package
Description
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.ReceiverEntryModifier and TypeFieldDescriptionprotected final ConcurrentMap<Address, UNICAST3.ReceiverEntry> UNICAST3.recv_tableMethods in org.jgroups.protocols that return UNICAST3.ReceiverEntryModifier and TypeMethodDescriptionprotected UNICAST3.ReceiverEntryUNICAST3.createReceiverEntry(Address sender, long seqno, short conn_id, Address dest) protected UNICAST3.ReceiverEntryUNICAST3.getReceiverEntry(Address sender, long seqno, boolean first, short conn_id, Address dest) (package private) UNICAST3.ReceiverEntryUNICAST3.ReceiverEntry.sendAck()Methods in org.jgroups.protocols with parameters of type UNICAST3.ReceiverEntryModifier and TypeMethodDescriptionprotected voidUNICAST3.addMessage(UNICAST3.ReceiverEntry entry, Address sender, long seqno, Message msg) protected voidUNICAST3.addQueuedMessages(Address sender, UNICAST3.ReceiverEntry entry, Collection<Message> queued_msgs) protected voidUNICAST3.handleBatchReceived(UNICAST3.ReceiverEntry entry, Address sender, List<LongTuple<Message>> msgs, boolean oob, Address original_dest)