Uses of Interface
org.jgroups.blocks.atomic.CounterFunction
Packages that use CounterFunction
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of CounterFunction in org.jgroups.blocks.atomic
Methods in org.jgroups.blocks.atomic with parameters of type CounterFunctionModifier and TypeMethodDescriptiondefault <T extends Streamable>
CompletionStage<T> AsyncCounter.update(CounterFunction<T> updateFunction) Atomically updates the counter's value.default <T extends Streamable>
TSyncCounter.update(CounterFunction<T> updateFunction) Atomically updates the counter's value. -
Uses of CounterFunction in org.jgroups.protocols
Fields in org.jgroups.protocols declared as CounterFunctionModifier and TypeFieldDescription(package private) CounterFunction<T> COUNTER.UpdateFunctionRequest.updateFunctionMethods in org.jgroups.protocols with parameters of type CounterFunctionModifier and TypeMethodDescription<T extends Streamable>
CompletionStage<T> COUNTER.CounterImpl.update(CounterFunction<T> updateFunction) <T extends Streamable>
TCOUNTER.SyncCounterImpl.update(CounterFunction<T> updateFunction) (package private) <T extends Streamable>
COUNTER.UpdateResult<T> COUNTER.VersionedValue.update(CounterFunction<T> updateFunction) Constructors in org.jgroups.protocols with parameters of type CounterFunctionModifierConstructorDescription(package private)UpdateFunctionRequest(Owner owner, String name, CounterFunction<T> updateFunction)