Uses of Interface
org.infinispan.counter.impl.listener.CounterEventGenerator
-
Packages that use CounterEventGenerator Package Description org.infinispan.counter.impl.listener org.infinispan.counter.impl.strong org.infinispan.counter.impl.weak -
-
Uses of CounterEventGenerator in org.infinispan.counter.impl.listener
Methods in org.infinispan.counter.impl.listener with parameters of type CounterEventGenerator Modifier and Type Method Description voidCounterManagerNotificationManager. registerCounter(org.infinispan.util.ByteString counterName, CounterEventGenerator generator, TopologyChangeListener topologyChangeListener)It registers a new counter created locally. -
Uses of CounterEventGenerator in org.infinispan.counter.impl.strong
Classes in org.infinispan.counter.impl.strong that implement CounterEventGenerator Modifier and Type Class Description classAbstractStrongCounterA base strong consistent counter implementation.classBoundedStrongCounterA bounded strong consistent counter.classUnboundedStrongCounterAn unbounded strong consistent counter. -
Uses of CounterEventGenerator in org.infinispan.counter.impl.weak
Classes in org.infinispan.counter.impl.weak that implement CounterEventGenerator Modifier and Type Class Description classWeakCounterImplA weak consistent counter implementation.
-