Package org.infinispan.counter
Class SyncWeakCounter
java.lang.Object
org.infinispan.counter.impl.SyncWeakCounterAdapter
org.infinispan.counter.SyncWeakCounter
- All Implemented Interfaces:
org.infinispan.counter.api.SyncWeakCounter
Deprecated.
A
WeakCounter decorator that waits for the operation to complete.- Since:
- 9.0
- Author:
- Pedro Ruivo
- See Also:
-
WeakCounter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.infinispan.counter.impl.SyncWeakCounterAdapter
add, getConfiguration, getName, getValue, remove, reset, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.counter.api.SyncWeakCounter
decrement, increment
-
Constructor Details
-
SyncWeakCounter
public SyncWeakCounter(org.infinispan.counter.api.WeakCounter counter) Deprecated.
-
WeakCounter.sync()instead. It will be removed in 10.0