Class SyncWeakCounterAdapter

java.lang.Object
org.infinispan.counter.impl.SyncWeakCounterAdapter
All Implemented Interfaces:
SyncWeakCounter
Direct Known Subclasses:
SyncWeakCounter

public class SyncWeakCounterAdapter extends Object implements SyncWeakCounter
A WeakCounter decorator that waits for the operation to complete.
Since:
9.2
Author:
Pedro Ruivo
See Also: