Uses of Class
org.jgroups.util.BoundedHashMap
-
Packages that use BoundedHashMap Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of BoundedHashMap in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type BoundedHashMap Modifier and Type Field Description protected java.util.concurrent.ConcurrentMap<Address,BoundedHashMap<java.lang.Long,java.lang.Long>>
SEQUENCER. delivery_table
-
Uses of BoundedHashMap in org.jgroups.util
Fields in org.jgroups.util with type parameters of type BoundedHashMap Modifier and Type Field Description protected java.util.concurrent.ConcurrentMap<Address,BoundedHashMap<java.lang.Long,java.lang.Long>>
ForwardQueue. delivery_table
-