| Package | Description |
|---|---|
| org.infinispan.client.hotrod |
HotRod Client API
|
| org.infinispan.counter |
Embedded Clustered Counters.
|
| org.infinispan.counter.api |
Clustered Counters API.
|
| org.infinispan.counter.configuration |
Embedded Clustered Counter Configuration.
|
| Class and Description |
|---|
| CounterManager
The
CounterManager creates, defines and returns counters. |
| Class and Description |
|---|
| CounterManager
The
CounterManager creates, defines and returns counters. |
| 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 |
|---|
| Storage
The storage mode of a counter.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.