Uses of Class
org.jgroups.protocols.COUNTER.VersionedValue
Packages that use COUNTER.VersionedValue
Package
Description
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.VersionedValueModifier and TypeFieldDescriptionprotected final Map<String, COUNTER.VersionedValue> COUNTER.countersMethods in org.jgroups.protocols that return COUNTER.VersionedValueModifier and TypeMethodDescriptionCOUNTER.ResponseData.apply(String s, COUNTER.VersionedValue versionedValue) Updates the VersionedValue if the version is bigger.COUNTER.UpdateRequest.apply(String name, COUNTER.VersionedValue versionedValue) protected COUNTER.VersionedValueCOUNTER.getCounter(String name) Methods in org.jgroups.protocols with parameters of type COUNTER.VersionedValueModifier and TypeMethodDescriptionCOUNTER.ResponseData.apply(String s, COUNTER.VersionedValue versionedValue) Updates the VersionedValue if the version is bigger.COUNTER.UpdateRequest.apply(String name, COUNTER.VersionedValue versionedValue)