Uses of Class
org.jgroups.protocols.ReliableUnicast.Entry
-
Packages that use ReliableUnicast.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 ReliableUnicast.Entry in org.jgroups.protocols
Subclasses of ReliableUnicast.Entry in org.jgroups.protocols Modifier and Type Class Description class
ReliableUnicast.ReceiverEntry
protected class
ReliableUnicast.SenderEntry
Methods in org.jgroups.protocols that return ReliableUnicast.Entry Modifier and Type Method Description protected ReliableUnicast.Entry
ReliableUnicast.Entry. sendAck()
protected ReliableUnicast.Entry
ReliableUnicast.Entry. state(ReliableUnicast.State s)
Methods in org.jgroups.protocols with parameters of type ReliableUnicast.Entry Modifier and Type Method Description protected void
ReliableUnicast. deliverBatch(MessageBatch batch, ReliableUnicast.Entry entry, Address original_dest)
protected void
ReliableUnicast. handleBatchFromSelf(MessageBatch batch, ReliableUnicast.Entry entry)
protected abstract boolean
ReliableUnicast. needToSendAck(ReliableUnicast.Entry e, int num_acks)
protected boolean
UNICAST4. needToSendAck(ReliableUnicast.Entry e, int num_acks)
protected void
ReliableUnicast. removeAndDeliver(ReliableUnicast.Entry entry, Address sender, AsciiString cluster, int min_size)
Try to remove as many messages as possible from the table as pass them up.protected void
ReliableUnicast. sendAck(Address dst, ReliableUnicast.Entry entry, Address real_dest)
protected void
ReliableUnicast. update(ReliableUnicast.Entry entry, int num_received)
-