Uses of Class
org.jgroups.protocols.UNICAST3.Entry
-
Packages that use UNICAST3.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 UNICAST3.Entry in org.jgroups.protocols
Subclasses of UNICAST3.Entry in org.jgroups.protocols Modifier and Type Class Description protected class
UNICAST3.ReceiverEntry
protected class
UNICAST3.SenderEntry
Methods in org.jgroups.protocols with parameters of type UNICAST3.Entry Modifier and Type Method Description protected void
UNICAST3. handleBatchFromSelf(MessageBatch batch, UNICAST3.Entry entry)
protected void
UNICAST3. update(UNICAST3.Entry entry, int num_received)
-