Uses of Class
org.infinispan.counter.api.CounterConfiguration
-
Packages that use CounterConfiguration Package Description org.infinispan.counter.api Clustered Counters API. -
-
Uses of CounterConfiguration in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return CounterConfiguration Modifier and Type Method Description CounterConfigurationCounterConfiguration.Builder. build()CounterConfigurationCounterManager. getConfiguration(String counterName)CounterConfigurationStrongCounter. getConfiguration()CounterConfigurationSyncStrongCounter. getConfiguration()CounterConfigurationSyncWeakCounter. getConfiguration()CounterConfigurationWeakCounter. getConfiguration()Methods in org.infinispan.counter.api with parameters of type CounterConfiguration Modifier and Type Method Description booleanCounterManager. defineCounter(String name, CounterConfiguration configuration)Defines a counter with the specificnameandCounterConfiguration.PropertiesPropertyFormatter. format(CounterConfiguration configuration)
-