Package org.infinispan.counter.api
Clustered Counters API.
- Public API
-
Interface Summary Interface Description CounterEvent The event used byCounterListener
.CounterListener A listener interface to listen toStrongCounter
changes.CounterManager TheCounterManager
creates, defines and returns counters.Handle<T extends CounterListener> As a return ofStrongCounter.addListener(CounterListener)
, it is used to un-register theCounterListener
.StrongCounter The strong consistent counter interface.SyncStrongCounter A synchronousStrongCounter
.SyncWeakCounter A synchronousWeakCounter
.WeakCounter A weak consistent counter interface. -
Class Summary Class Description CounterConfiguration A counter configuration used to define counters cluster wide viaCounterManager.defineCounter(String, CounterConfiguration)
.CounterConfiguration.Builder The builder ofCounterConfiguration
.CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f WARNING: Generated code! Do not edit!CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d CounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5 PropertyFormatter A property style format forCounterConfiguration
.Storage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae -
Enum Summary Enum Description CounterState The possible states for a counter value.CounterType The counter types.Storage The storage mode of a counter.