Package org.infinispan.counter
Class SyncWeakCounter
java.lang.Object
org.infinispan.counter.impl.SyncWeakCounterAdapter
org.infinispan.counter.SyncWeakCounter
- All Implemented Interfaces:
SyncWeakCounter
Deprecated, for removal: This API element is subject to removal in a future version.
A
WeakCounter
decorator that waits for the operation to complete.- Since:
- 9.0
- Author:
- Pedro Ruivo
- See Also:
-
Constructor Summary
ConstructorDescriptionSyncWeakCounter
(WeakCounter 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.SyncWeakCounterAdapter
add, 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.SyncWeakCounter
decrement, increment
-
Constructor Details
-
SyncWeakCounter
Deprecated, for removal: This API element is subject to removal in a future version.
-
WeakCounter.sync()
instead. It will be removed in 10.0