Uses of Class
org.infinispan.counter.configuration.StrongCounterConfigurationBuilder
-
Packages that use StrongCounterConfigurationBuilder Package Description org.infinispan.counter.configuration -
-
Uses of StrongCounterConfigurationBuilder in org.infinispan.counter.configuration
Methods in org.infinispan.counter.configuration that return StrongCounterConfigurationBuilder Modifier and Type Method Description StrongCounterConfigurationBuilderCounterConfigurationBuilder. addStrongCounter()StrongCounterConfigurationBuilderCounterManagerConfigurationBuilder. addStrongCounter()StrongCounterConfigurationBuilderStrongCounterConfigurationBuilder. lowerBound(long value)Sets the lower bound (inclusive) of the counter if a bounded counter is desired.StrongCounterConfigurationBuilderStrongCounterConfigurationBuilder. self()StrongCounterConfigurationBuilderStrongCounterConfigurationBuilder. upperBound(long value)Sets the upper bound (inclusive) of the counter if a bounded counter is desired.
-