| AddListenerOperation |
An add listener operation for StrongCounter.addListener(CounterListener) and WeakCounter.addListener(CounterListener)
|
| AddOperation |
Add operation.
|
| CompareAndSwapOperation |
A compare-and-set operation for StrongCounter.compareAndSwap(long, long) and StrongCounter.compareAndSet(long, long).
|
| DefineCounterOperation |
A counter define operation for CounterManager.defineCounter(String, CounterConfiguration).
|
| GetConfigurationOperation |
A counter configuration for CounterManager.getConfiguration(String).
|
| GetCounterNamesOperation |
A counter operation for CounterManager.getCounterNames().
|
| GetValueOperation |
A counter operation that returns the counter's value.
|
| IsDefinedOperation |
A counter operation for CounterManager.isDefined(String).
|
| RemoveListenerOperation |
A remove listener operation for Handle.remove().
|
| RemoveOperation |
A counter operation for CounterManager.remove(String), StrongCounter.remove() and WeakCounter.remove().
|
| ResetOperation |
A counter operation for StrongCounter.reset() and WeakCounter.reset().
|