Package org.infinispan.counter.api
package org.infinispan.counter.api
Clustered Counters API.
- Public API
-
ClassDescriptionA counter configuration used to define counters cluster wide via
CounterManager.defineCounter(String, CounterConfiguration)
.The builder ofCounterConfiguration
.WARNING: Generated code! Do not edit!The event used byCounterListener
.A listener interface to listen toStrongCounter
changes.TheCounterManager
creates, defines and returns counters.The possible states for a counter value.The counter types.Handle<T extends CounterListener>As a return ofStrongCounter.addListener(CounterListener)
, it is used to un-register theCounterListener
.A property style format forCounterConfiguration
.The storage mode of a counter.The strong consistent counter interface.A synchronousStrongCounter
.A synchronousWeakCounter
.A weak consistent counter interface.