Uses of Class
org.infinispan.counter.configuration.StrongCounterConfigurationBuilder
-
Uses of StrongCounterConfigurationBuilder in org.infinispan.counter.configuration
Modifier and TypeMethodDescriptionCounterConfigurationBuilder.addStrongCounter()
CounterManagerConfigurationBuilder.addStrongCounter()
StrongCounterConfigurationBuilder.lifespan
(long value) StrongCounterConfigurationBuilder.lowerBound
(long value) Sets the lower bound (inclusive) of the counter if a bounded counter is desired.StrongCounterConfigurationBuilder.self()
StrongCounterConfigurationBuilder.upperBound
(long value) Sets the upper bound (inclusive) of the counter if a bounded counter is desired.