Uses of Interface
org.infinispan.counter.api.CounterEvent
Packages that use CounterEvent
Package
Description
Clustered Counters API.
-
Uses of CounterEvent in org.infinispan.client.hotrod.counter.impl
Classes in org.infinispan.client.hotrod.counter.impl that implement CounterEvent -
Uses of CounterEvent in org.infinispan.counter.api
Methods in org.infinispan.counter.api with parameters of type CounterEvent -
Uses of CounterEvent in org.infinispan.counter.impl.listener
Classes in org.infinispan.counter.impl.listener that implement CounterEventMethods in org.infinispan.counter.impl.listener that return CounterEventModifier and TypeMethodDescriptionstatic CounterEventCounterEventImpl.create(long oldValue, long newValue) static CounterEventCounterEventImpl.create(CounterValue oldValue, CounterValue newValue) CounterEventGenerator.generate(CounterKey key, CounterValue value) It generates theCounterEvent. -
Uses of CounterEvent in org.infinispan.counter.impl.strong
Methods in org.infinispan.counter.impl.strong that return CounterEventModifier and TypeMethodDescriptionAbstractStrongCounter.generate(CounterKey key, CounterValue value) -
Uses of CounterEvent in org.infinispan.counter.impl.weak
Methods in org.infinispan.counter.impl.weak that return CounterEvent