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.
Base class to create counters stored in a Cache.
Created bounded and unbounded StrongCounter stored in a Cache.
Creates WeakCounter stored in a Cache.
 
 
 
 
 
The compare-and-swap function to update the CounterValue.
Utility methods to convert CounterConfiguration to and from StrongCounterConfiguration and WeakCounterConfiguration
ComponentFactory for counters.
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 registers 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.
Internal interface which abstract the StrongCounter and WeakCounter.
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.
The function to set the CounterValue.
StrongCounter configuration.
StrongCounter configuration builder.
Factory to create and remove bounded and unbounded StrongCounter.
The key to store in the Cache used by StrongCounter.
WARNING: Generated code! Do not edit!
A StrongCounter decorator that waits for the operation to complete.
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.
Factory to create and remove WeakCounter.
A weak consistent counter implementation.
The key to store in the Cache used by WeakCounter.
WARNING: Generated code! Do not edit!