Uses of Class
org.jgroups.protocols.COUNTER.UpdateResult
-
Packages that use COUNTER.UpdateResult 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.UpdateResult in org.jgroups.protocols
Methods in org.jgroups.protocols that return COUNTER.UpdateResult Modifier and Type Method Description (package private) <T extends Streamable>
COUNTER.UpdateResult<T>COUNTER.VersionedValue. update(CounterFunction<T> updateFunction)Constructors in org.jgroups.protocols with parameters of type COUNTER.UpdateResult Constructor Description UpdateFunctionResponse(Owner owner, COUNTER.UpdateResult<T> result)
-