Package org.infinispan.functional.impl
Class CounterConfigurationMetaParam
- java.lang.Object
-
- org.infinispan.functional.impl.CounterConfigurationMetaParam
-
- All Implemented Interfaces:
MetaParam<org.infinispan.counter.api.CounterConfiguration>,MetaParam.Writable<org.infinispan.counter.api.CounterConfiguration>
public class CounterConfigurationMetaParam extends Object implements MetaParam.Writable<org.infinispan.counter.api.CounterConfiguration>
Stores theCounterConfiguration.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.functional.MetaParam
MetaParam.Lookup, MetaParam.MetaCreated, MetaParam.MetaEntryVersion, MetaParam.MetaLastUsed, MetaParam.MetaLifespan, MetaParam.MetaLoadedFromPersistence, MetaParam.MetaLong, MetaParam.MetaMaxIdle, MetaParam.Writable<T>
-
-
Constructor Summary
Constructors Constructor Description CounterConfigurationMetaParam(org.infinispan.counter.api.CounterConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.counter.api.CounterConfigurationget()Returns the value of the meta parameter.
-