Package org.infinispan.counter.impl
Class SyncWeakCounterAdapter
java.lang.Object
org.infinispan.counter.impl.SyncWeakCounterAdapter
- All Implemented Interfaces:
SyncWeakCounter
- Direct Known Subclasses:
SyncWeakCounter
A
WeakCounter
decorator that waits for the operation to complete.- Since:
- 9.2
- Author:
- Pedro Ruivo
- See Also:
-
Constructor Details
-
SyncWeakCounterAdapter
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceSyncWeakCounter
- See Also:
-
getValue
public long getValue()- Specified by:
getValue
in interfaceSyncWeakCounter
- See Also:
-
add
public void add(long delta) - Specified by:
add
in interfaceSyncWeakCounter
- See Also:
-
reset
public void reset()- Specified by:
reset
in interfaceSyncWeakCounter
- See Also:
-
getConfiguration
- Specified by:
getConfiguration
in interfaceSyncWeakCounter
- See Also:
-
remove
public void remove()- Specified by:
remove
in interfaceSyncWeakCounter
- See Also:
-
toString
-