Uses of Package
org.infinispan.counter.api
Packages that use org.infinispan.counter.api
Package
Description
Hot Rod client API.
Clustered Counters API.
-
Classes in org.infinispan.counter.api used by org.infinispan.client.hotrod
-
Classes in org.infinispan.counter.api used by org.infinispan.counter.apiClassDescriptionA counter configuration used to define counters cluster wide via
CounterManager.defineCounter(String, CounterConfiguration)
.The builder ofCounterConfiguration
.The event used byCounterListener
.A listener interface to listen toStrongCounter
changes.The possible states for a counter value.The counter types.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.