Uses of Class
org.infinispan.counter.configuration.StrongCounterConfigurationBuilder
Packages that use StrongCounterConfigurationBuilder
-
Uses of StrongCounterConfigurationBuilder in org.infinispan.counter.configuration
Methods in org.infinispan.counter.configuration that return StrongCounterConfigurationBuilderModifier 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.