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 StrongCounterConfigurationBuilder
CounterConfigurationBuilder. addStrongCounter()
StrongCounterConfigurationBuilder
CounterManagerConfigurationBuilder. addStrongCounter()
StrongCounterConfigurationBuilder
StrongCounterConfigurationBuilder. lowerBound(long value)
Sets the lower bound (inclusive) of the counter if a bounded counter is desired.StrongCounterConfigurationBuilder
StrongCounterConfigurationBuilder. self()
StrongCounterConfigurationBuilder
StrongCounterConfigurationBuilder. upperBound(long value)
Sets the upper bound (inclusive) of the counter if a bounded counter is desired.
-