| 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. |
| CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f |
WARNING: Generated code! Do not edit!
|
| CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d | |
| CounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5 | |
| PropertyFormatter |
A property style format for
CounterConfiguration. |
| Storage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae |
| Enum | Description |
|---|---|
| CounterState |
The possible states for a counter value.
|
| CounterType |
The counter types.
|
| Storage |
The storage mode of a counter.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.