Package | Description |
---|---|
org.infinispan.client.hotrod |
Hot Rod client API.
|
org.infinispan.counter |
Embedded Clustered Counters.
|
org.infinispan.counter.api |
Clustered Counters API.
|
org.infinispan.counter.impl |
Class and Description |
---|
CounterManager
The
CounterManager creates, defines and returns counters. |
Class and Description |
---|
CounterManager
The
CounterManager creates, defines and returns counters. |
StrongCounter
The strong consistent counter interface.
|
SyncStrongCounter
A synchronous
StrongCounter . |
SyncWeakCounter
A synchronous
WeakCounter . |
WeakCounter
A weak consistent counter interface.
|
Class and Description |
---|
CounterConfiguration
A counter configuration used to define counters cluster wide via
CounterManager.defineCounter(String,
CounterConfiguration) . |
CounterConfiguration.Builder
The builder of
CounterConfiguration . |
CounterEvent
The event used by
CounterListener . |
CounterListener
A listener interface to listen to
StrongCounter changes. |
CounterState
The possible states for a counter value.
|
CounterType
The counter types.
|
Handle
As a return of
StrongCounter.addListener(CounterListener) , it is used to un-register the CounterListener . |
PropertyFormatter
A property style format for
CounterConfiguration . |
Storage
The storage mode of a counter.
|
StrongCounter
The strong consistent counter interface.
|
SyncStrongCounter
A synchronous
StrongCounter . |
SyncWeakCounter
A synchronous
WeakCounter . |
WeakCounter
A weak consistent counter interface.
|
Class and Description |
---|
SyncStrongCounter
A synchronous
StrongCounter . |
SyncWeakCounter
A synchronous
WeakCounter . |
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.