Package org.infinispan.counter
Class SyncWeakCounter
java.lang.Object
org.infinispan.counter.impl.SyncWeakCounterAdapter
org.infinispan.counter.SyncWeakCounter
- All Implemented Interfaces:
SyncWeakCounter
Deprecated.
A
WeakCounter
decorator that waits for the operation to complete.- Since:
- 9.0
- Author:
- Pedro Ruivo
- See Also:
-
Constructor Summary
Constructors -
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.
-
WeakCounter.sync()
instead. It will be removed in 10.0