| AddFunction<K extends CounterKey> |
|
| CompareAndSwapFunction<K extends CounterKey> |
|
| CreateAndAddFunction<K extends CounterKey> |
|
| CreateAndCASFunction<K extends CounterKey> |
|
| InitializeCounterFunction<K extends CounterKey> |
Function that initializes the CounterValue and CounterConfigurationMetaParam if they don't exists.
|
| ReadFunction<K> |
Read function that returns the current counter's delta.
|
| RemoveFunction<K extends CounterKey> |
|
| ResetFunction<K extends CounterKey> |
Reset function that sets the counter's delta to it's initial delta.
|