Uses of Interface
org.infinispan.counter.api.SyncStrongCounter
-
Packages that use SyncStrongCounter Package Description org.infinispan.counter org.infinispan.counter.api Clustered Counters API.org.infinispan.counter.impl org.infinispan.counter.impl.strong -
-
Uses of SyncStrongCounter in org.infinispan.counter
Classes in org.infinispan.counter that implement SyncStrongCounter Modifier and Type Class Description classSyncStrongCounterDeprecated.since 9.2. -
Uses of SyncStrongCounter in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return SyncStrongCounter Modifier and Type Method Description SyncStrongCounterStrongCounter. 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 SyncStrongCounter Modifier and Type Class Description classSyncStrongCounterAdapterAStrongCounterdecorator that waits for the operation to complete. -
Uses of SyncStrongCounter in org.infinispan.counter.impl.strong
Methods in org.infinispan.counter.impl.strong that return SyncStrongCounter Modifier and Type Method Description SyncStrongCounterAbstractStrongCounter. sync()
-