Uses of Interface
org.jgroups.blocks.atomic.AsyncCounter
-
Packages that use AsyncCounter 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 AsyncCounter in org.jgroups.blocks.atomic
Methods in org.jgroups.blocks.atomic that return AsyncCounter Modifier and Type Method Description default AsyncCounter
AsyncCounter. async()
AsyncCounter
BaseCounter. async()
Returns anAsyncCounter
wrapper for this instance.default AsyncCounter
Counter. async()
Deprecated.Methods in org.jgroups.blocks.atomic that return types with arguments of type AsyncCounter Modifier and Type Method Description java.util.concurrent.CompletionStage<AsyncCounter>
CounterService. getOrCreateAsyncCounter(java.lang.String name, long initial_value)
Returns an existing counter, or creates a new one if none exists -
Uses of AsyncCounter in org.jgroups.protocols
Classes in org.jgroups.protocols that implement AsyncCounter Modifier and Type Class Description protected class
COUNTER.CounterImpl
Methods in org.jgroups.protocols that return types with arguments of type AsyncCounter Modifier and Type Method Description java.util.concurrent.CompletionStage<AsyncCounter>
COUNTER. getOrCreateAsyncCounter(java.lang.String name, long initial_value)
-