Uses of Class
org.jgroups.protocols.ABP.Entry
-
Packages that use ABP.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 ABP.Entry in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type ABP.Entry Modifier and Type Field Description protected java.util.concurrent.ConcurrentHashMap<Address,ABP.Entry>
ABP. recv_map
Deprecated.protected java.util.concurrent.ConcurrentHashMap<Address,ABP.Entry>
ABP. send_map
Deprecated.Methods in org.jgroups.protocols that return ABP.Entry Modifier and Type Method Description protected ABP.Entry
ABP. getEntry(java.util.concurrent.ConcurrentMap<Address,ABP.Entry> map, Address dest)
Deprecated.Method parameters in org.jgroups.protocols with type arguments of type ABP.Entry Modifier and Type Method Description protected ABP.Entry
ABP. getEntry(java.util.concurrent.ConcurrentMap<Address,ABP.Entry> map, Address dest)
Deprecated.
-