| Interface | Description |
|---|---|
| CounterEvent |
The event used by
CounterListener. |
| CounterListener |
A listener interface to listen to
StrongCounter changes. |
| CounterManager |
The
CounterManager creates, defines and returns counters. |
| Handle<T extends CounterListener> |
As a return of
StrongCounter.addListener(CounterListener), it is used to un-register the CounterListener. |
| StrongCounter |
The strong consistent counter interface.
|
| SyncStrongCounter |
A synchronous
StrongCounter. |
| SyncWeakCounter |
A synchronous
WeakCounter. |
| WeakCounter |
A weak consistent counter interface.
|
| Class | Description |
|---|---|
| CounterConfiguration |
A counter configuration used to define counters cluster wide via
CounterManager.defineCounter(String,
CounterConfiguration). |
| CounterConfiguration.Builder |
The builder of
CounterConfiguration. |
| PropertyFormatter |
A property style format for
CounterConfiguration. |
| Enum | Description |
|---|---|
| CounterState |
The possible states for a counter value.
|
| CounterType |
The counter types.
|
| Storage |
The storage mode of a counter.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.