Uses of Interface
org.infinispan.counter.api.CounterEvent
-
Packages that use CounterEvent Package Description org.infinispan.client.hotrod.counter.impl org.infinispan.counter.api Clustered Counters API.org.infinispan.counter.impl.listener org.infinispan.counter.impl.strong org.infinispan.counter.impl.weak -
-
Uses of CounterEvent in org.infinispan.client.hotrod.counter.impl
Classes in org.infinispan.client.hotrod.counter.impl that implement CounterEvent Modifier and Type Class Description classHotRodCounterEventACounterEventimplementation for the Hot Rod client. -
Uses of CounterEvent in org.infinispan.counter.api
Methods in org.infinispan.counter.api with parameters of type CounterEvent Modifier and Type Method Description voidCounterListener. onUpdate(CounterEvent entry) -
Uses of CounterEvent in org.infinispan.counter.impl.listener
Classes in org.infinispan.counter.impl.listener that implement CounterEvent Modifier and Type Class Description classCounterEventImplTheCounterEventimplementation.Methods in org.infinispan.counter.impl.listener that return CounterEvent Modifier and Type Method Description static CounterEventCounterEventImpl. create(long oldValue, long newValue)static CounterEventCounterEventImpl. create(CounterValue oldValue, CounterValue newValue)CounterEventCounterEventGenerator. 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 CounterEvent Modifier and Type Method Description CounterEventAbstractStrongCounter. generate(CounterKey key, CounterValue value) -
Uses of CounterEvent in org.infinispan.counter.impl.weak
Methods in org.infinispan.counter.impl.weak that return CounterEvent Modifier and Type Method Description CounterEventWeakCounterImpl. generate(CounterKey key, CounterValue value)
-