Uses of Class
org.jgroups.protocols.COUNTER.VersionedValue
-
Packages that use COUNTER.VersionedValue Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of COUNTER.VersionedValue in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type COUNTER.VersionedValue Modifier and Type Field Description protected java.util.Map<java.lang.String,COUNTER.VersionedValue>
COUNTER. counters
Methods in org.jgroups.protocols that return COUNTER.VersionedValue Modifier and Type Method Description COUNTER.VersionedValue
COUNTER.UpdateRequest. apply(java.lang.String name, COUNTER.VersionedValue versionedValue)
protected COUNTER.VersionedValue
COUNTER. getCounter(java.lang.String name)
Methods in org.jgroups.protocols with parameters of type COUNTER.VersionedValue Modifier and Type Method Description COUNTER.VersionedValue
COUNTER.UpdateRequest. apply(java.lang.String name, COUNTER.VersionedValue versionedValue)
-