Class StrongCounterConfiguration
java.lang.Object
org.infinispan.counter.configuration.AbstractCounterConfiguration
org.infinispan.counter.configuration.StrongCounterConfiguration
StrongCounter
configuration.- Since:
- 9.0
- Author:
- Pedro Ruivo
-
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeSet
boolean
isBound()
long
lifespan()
long
long
Methods inherited from class org.infinispan.counter.configuration.AbstractCounterConfiguration
attributes, initialValue, name, storage
-
Method Details
-
attributeDefinitionSet
-
isBound
public boolean isBound()- Returns:
true
if the counter is bounded (lower and/or upper bound has been set),false
otherwise.
-
lowerBound
public long lowerBound() -
upperBound
public long upperBound() -
lifespan
public long lifespan()
-