Uses of Interface
org.infinispan.counter.api.SyncStrongCounter
Packages that use SyncStrongCounter
Package
Description
Clustered Counters API.
-
Uses of SyncStrongCounter in org.infinispan.counter
Classes in org.infinispan.counter that implement SyncStrongCounterModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 9.2. -
Uses of SyncStrongCounter in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return SyncStrongCounterModifier and TypeMethodDescriptionStrongCounter.sync()
It returns a synchronous strong counter for this instance. -
Uses of SyncStrongCounter in org.infinispan.counter.impl
Classes in org.infinispan.counter.impl that implement SyncStrongCounterModifier and TypeClassDescriptionclass
AStrongCounter
decorator that waits for the operation to complete.