All Classes and Interfaces
Class
Description
Base counter configuration with its name, initial value and
Storage mode.A base strong consistent counter implementation.
The adding function to update the
CounterValue.A bounded strong consistent counter.
The compare-and-swap function to update the
CounterValue.Utility methods to convert
CounterConfiguration to and from StrongCounterConfiguration and WeakCounterConfigurationCounterConfigurationBuilder<T extends AbstractCounterConfiguration,S extends CounterConfigurationBuilder<T,S>>
Base counter configuration builder.
Stores all the defined counter's configuration.
Counters configuration parser
Counters configuration serializer.
A local storage to persist counter's
CounterConfiguration.A interface to generate
CounterEvent from the current CounterValue.The
CounterEvent implementation.Interceptor for the counters cache.
Interface that represents the key stored in the cache.
The
CounterManager configuration.The
CounterManager configuration builder.It manages all the caches events and handles them.
It register a
EmbeddedCounterManager to each EmbeddedCacheManager started and starts the cache on it.Counters configuration parser
Stores the counter's value and
CounterState.WARNING: Generated code! Do not edit!
The adding function to update the
CounterValue.The compare-and-swap function to update the
CounterValue.A
CounterManager implementation for embedded cache manager.A
CounterManager factory for embedded cached.Ids range: 2000 - 2050
Function that initializes the
CounterValue and CounterConfigurationMetaParam if they don't exists.range: 29501 - 30000
Warning this class consists of generated code.
A persistent implementation of
CounterConfigurationStorage.WARNING: Generated code! Do not edit!
Read function that returns the current counter's delta.
Reliability mode available for
CounterManager.It removes the
CounterValue from the cache.Reset function that sets the counter's delta to it's initial delta.
StrongCounter configuration.StrongCounter configuration builder.The key to store in the
Cache used by StrongCounter.WARNING: Generated code! Do not edit!
Deprecated.
since 9.2.
A
StrongCounter decorator that waits for the operation to complete.Deprecated.
since 9.2.
A
WeakCounter decorator that waits for the operation to complete.The listener to be invoked when the cache topology changes.
An unbounded strong consistent counter.
Utility methods.
Utility methods.
A volatile implementation of
CounterConfigurationStorage.WeakCounter configuration.WeakCounter configuration builder.A weak consistent counter implementation.
The key to store in the
Cache used by WeakCounter.WARNING: Generated code! Do not edit!