Package org.infinispan.counter
Class SyncStrongCounter
- java.lang.Object
-
- org.infinispan.counter.impl.SyncStrongCounterAdapter
-
- org.infinispan.counter.SyncStrongCounter
-
- All Implemented Interfaces:
org.infinispan.counter.api.SyncStrongCounter
@Deprecated public class SyncStrongCounter extends SyncStrongCounterAdapter
Deprecated.since 9.2. UseStrongCounter.sync()instead. It will be removed in 10.0AStrongCounterdecorator that waits for the operation to complete.- Since:
- 9.0
- Author:
- Pedro Ruivo
- See Also:
StrongCounter
-
-
Constructor Summary
Constructors Constructor Description SyncStrongCounter(org.infinispan.counter.api.StrongCounter counter)Deprecated.
-
Method Summary
-
Methods inherited from class org.infinispan.counter.impl.SyncStrongCounterAdapter
addAndGet, compareAndSwap, getConfiguration, getName, getValue, remove, reset, toString
-
-