Uses of Class
org.jgroups.protocols.UNICAST3.SenderEntry
-
Packages that use UNICAST3.SenderEntry 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.SenderEntry in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type UNICAST3.SenderEntry Modifier and Type Field Description protected java.util.concurrent.ConcurrentMap<Address,UNICAST3.SenderEntry>
UNICAST3. send_table
Methods in org.jgroups.protocols that return UNICAST3.SenderEntry Modifier and Type Method Description protected UNICAST3.SenderEntry
UNICAST3. getSenderEntry(Address dst)
-