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 AsyncCounterCounter. async()Deprecated.AsyncCounterSyncCounter. async()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 classCOUNTER.CounterImplFields in org.jgroups.protocols declared as AsyncCounter Modifier and Type Field Description private AsyncCounterCOUNTER.SyncCounterImpl. counterMethods in org.jgroups.protocols that return AsyncCounter Modifier and Type Method Description AsyncCounterCOUNTER.SyncCounterImpl. async()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)Constructors in org.jgroups.protocols with parameters of type AsyncCounter Constructor Description SyncCounterImpl(AsyncCounter counter)
-