Uses of Class
org.jgroups.protocols.ReliableMulticast.Entry
-
Packages that use ReliableMulticast.Entry Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of ReliableMulticast.Entry in org.jgroups.protocols
Fields in org.jgroups.protocols declared as ReliableMulticast.Entry Modifier and Type Field Description protected ReliableMulticast.Entry
ReliableMulticast. local_send_entry
Fields in org.jgroups.protocols with type parameters of type ReliableMulticast.Entry Modifier and Type Field Description protected java.util.Map<Address,ReliableMulticast.Entry>
ReliableMulticast. xmit_table
Map to store sent and received messages (keyed by sender)Methods in org.jgroups.protocols that return ReliableMulticast.Entry Modifier and Type Method Description protected ReliableMulticast.Entry
ReliableMulticast. getEntry(Address sender)
protected ReliableMulticast.Entry
ReliableMulticast.Entry. sendAck()
protected ReliableMulticast.Entry
ReliableMulticast. sendEntry()
Methods in org.jgroups.protocols with parameters of type ReliableMulticast.Entry Modifier and Type Method Description protected void
ReliableMulticast. deliver(Message msg, Address sender, long seqno, ReliableMulticast.Entry entry, java.lang.String error_msg)
protected void
ReliableMulticast. deliverBatch(MessageBatch batch, ReliableMulticast.Entry entry)
protected boolean
NAKACK4. needToSendAck(ReliableMulticast.Entry e)
protected boolean
NAKACK4. needToSendAck(ReliableMulticast.Entry e, int num_acks)
protected boolean
ReliableMulticast. needToSendAck(ReliableMulticast.Entry __)
protected boolean
ReliableMulticast. needToSendAck(ReliableMulticast.Entry e, int num_acks)
protected void
ReliableMulticast. removeAndDeliver(Buffer<Message> win, ReliableMulticast.Entry e, Address sender, boolean loopback, AsciiString cluster)
Efficient way of checking whether another thread is already processing messages from sender.
-