Class StrongCounterConfiguration
- java.lang.Object
-
- org.infinispan.counter.configuration.AbstractCounterConfiguration
-
- org.infinispan.counter.configuration.StrongCounterConfiguration
-
public class StrongCounterConfiguration extends AbstractCounterConfiguration
StrongCounterconfiguration.- Since:
- 9.0
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSetattributeDefinitionSet()booleanisBound()longlowerBound()longupperBound()-
Methods inherited from class org.infinispan.counter.configuration.AbstractCounterConfiguration
initialValue, name, storage
-
-
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
isBound
public boolean isBound()
- Returns:
trueif the counter is bounded (lower and/or upper bound has been set),falseotherwise.
-
lowerBound
public long lowerBound()
-
upperBound
public long upperBound()
-
-