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 CounterConfiguration
CounterConfiguration.Builder. build()
CounterConfiguration
CounterManager. getConfiguration(String counterName)
CounterConfiguration
StrongCounter. getConfiguration()
CounterConfiguration
SyncStrongCounter. getConfiguration()
CounterConfiguration
SyncWeakCounter. getConfiguration()
CounterConfiguration
WeakCounter. getConfiguration()
CounterConfiguration
CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)
Methods in org.infinispan.counter.api that return types with arguments of type CounterConfiguration Modifier and Type Method Description Class<CounterConfiguration>
CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f. getJavaClass()
Methods in org.infinispan.counter.api with parameters of type CounterConfiguration Modifier and Type Method Description boolean
CounterManager. defineCounter(String name, CounterConfiguration configuration)
Defines a counter with the specificname
andCounterConfiguration
.Properties
PropertyFormatter. format(CounterConfiguration configuration)
void
CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, CounterConfiguration $2)
-