Uses of Interface
org.jgroups.blocks.atomic.CounterFunction
-
Packages that use CounterFunction Package Description org.jgroups.blocks.atomic org.jgroups.protocols 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 CounterFunction Modifier and Type Method Description default <T extends Streamable>
java.util.concurrent.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
Methods in org.jgroups.protocols with parameters of type CounterFunction Modifier and Type Method Description <T extends Streamable>
java.util.concurrent.CompletionStage<T>COUNTER.CounterImpl. update(CounterFunction<T> updateFunction)
-