Package org.infinispan.counter.api
Clustered Counters API.
-
Interface Summary Interface Description CounterEvent The event used byCounterListener.CounterListener A listener interface to listen toStrongCounterchanges.CounterManager TheCounterManagercreates, 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.CounterState$___Marshaller61e646435b7ef71a7329200799d18b94d174d8ecc57d5aad49a8d3ce95ca6b61 PropertyFormatter A property style format forCounterConfiguration. -
Enum Summary Enum Description CounterState The possible states for a counter value.CounterType The counter types.Storage The storage mode of a counter.