Class UnboundedStrongCounter

java.lang.Object
org.infinispan.counter.impl.strong.AbstractStrongCounter
org.infinispan.counter.impl.strong.UnboundedStrongCounter
All Implemented Interfaces:
org.infinispan.counter.api.StrongCounter, CounterEventGenerator, InternalCounterAdmin

public class UnboundedStrongCounter extends AbstractStrongCounter
An unbounded strong consistent counter.
Since:
9.0
Author:
Pedro Ruivo
See Also: