Class CounterConfigurationMetaParam

java.lang.Object
org.infinispan.functional.impl.CounterConfigurationMetaParam
All Implemented Interfaces:
MetaParam<CounterConfiguration>, MetaParam.Writable<CounterConfiguration>

public class CounterConfigurationMetaParam extends Object implements MetaParam.Writable<CounterConfiguration>
Stores the CounterConfiguration.

The metadata is static and doesn't change. It is sent when initializing a counter and it is kept locally in all the nodes. This avoids transfer information about the counter in every operation (e.g. boundaries/reset).

Since:
11.0
Author:
Pedro Ruivo