Package org.infinispan.counter
Class SyncStrongCounter
java.lang.Object
org.infinispan.counter.impl.SyncStrongCounterAdapter
org.infinispan.counter.SyncStrongCounter
- All Implemented Interfaces:
SyncStrongCounter
Deprecated, for removal: This API element is subject to removal in a future version.
A
StrongCounter
decorator that waits for the operation to complete.- Since:
- 9.0
- Author:
- Pedro Ruivo
- See Also:
-
Constructor Summary
ConstructorDescriptionSyncStrongCounter
(StrongCounter counter) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.infinispan.counter.impl.SyncStrongCounterAdapter
addAndGet, compareAndSwap, getConfiguration, getName, getValue, remove, reset, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.infinispan.counter.api.SyncStrongCounter
compareAndSet, decrementAndGet, incrementAndGet
-
Constructor Details
-
SyncStrongCounter
Deprecated, for removal: This API element is subject to removal in a future version.
-
StrongCounter.sync()
instead. It will be removed in 10.0