Uses of Package
org.infinispan.counter.api
-
Packages that use org.infinispan.counter.api Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.counter.api Clustered Counters API. -
Classes in org.infinispan.counter.api used by org.infinispan.client.hotrod Class Description CounterManager TheCounterManagercreates, defines and returns counters. -
Classes in org.infinispan.counter.api used by org.infinispan.counter.api Class Description CounterConfiguration A counter configuration used to define counters cluster wide viaCounterManager.defineCounter(String, CounterConfiguration).CounterConfiguration.Builder The builder ofCounterConfiguration.CounterEvent The event used byCounterListener.CounterListener A listener interface to listen toStrongCounterchanges.CounterState The possible states for a counter value.CounterType The counter types.Handle As a return ofStrongCounter.addListener(CounterListener), it is used to un-register theCounterListener.PropertyFormatter A property style format forCounterConfiguration.Storage The storage mode of a counter.StrongCounter The strong consistent counter interface.SyncStrongCounter A synchronousStrongCounter.SyncWeakCounter A synchronousWeakCounter.WeakCounter A weak consistent counter interface.