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. countersMethods in org.jgroups.protocols that return COUNTER.VersionedValue Modifier and Type Method Description COUNTER.VersionedValueCOUNTER.UpdateRequest. apply(java.lang.String name, COUNTER.VersionedValue versionedValue)protected COUNTER.VersionedValueCOUNTER. getCounter(java.lang.String name)Methods in org.jgroups.protocols with parameters of type COUNTER.VersionedValue Modifier and Type Method Description COUNTER.VersionedValueCOUNTER.UpdateRequest. apply(java.lang.String name, COUNTER.VersionedValue versionedValue)
-