Uses of Class
org.infinispan.counter.api.CounterConfiguration.Builder
Packages that use CounterConfiguration.Builder
-
Uses of CounterConfiguration.Builder in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return CounterConfiguration.BuilderModifier and TypeMethodDescriptionstatic CounterConfiguration.Builder
CounterConfiguration.builder
(CounterType type) CounterConfiguration.Builder.concurrencyLevel
(int concurrencyLevel) Sets the concurrency level of the counter.PropertyFormatter.from
(Properties properties) CounterConfiguration.Builder.initialValue
(long initialValue) Sets the initial value.CounterConfiguration.Builder.lifespan
(long lifespan) CounterConfiguration.Builder.lowerBound
(long lowerBound) Sets the lower bound (inclusive) of the counter.Sets the storage mode of the counter.CounterConfiguration.Builder.upperBound
(long upperBound) Sets the upper bound (inclusive) of the counter.