Uses of Interface
org.infinispan.counter.impl.manager.InternalCounterAdmin
-
Packages that use InternalCounterAdmin Package Description org.infinispan.counter.impl.factory org.infinispan.counter.impl.manager org.infinispan.counter.impl.strong org.infinispan.counter.impl.weak -
-
Uses of InternalCounterAdmin in org.infinispan.counter.impl.factory
Methods in org.infinispan.counter.impl.factory that return types with arguments of type InternalCounterAdmin Modifier and Type Method Description CompletionStage<InternalCounterAdmin>CacheBasedStrongCounterFactory. createStrongCounter(String name, org.infinispan.counter.api.CounterConfiguration configuration)CompletionStage<InternalCounterAdmin>StrongCounterFactory. createStrongCounter(String counterName, org.infinispan.counter.api.CounterConfiguration configuration)Creates a (un)boundedStrongCounter.CompletionStage<InternalCounterAdmin>CacheBasedWeakCounterFactory. createWeakCounter(String name, org.infinispan.counter.api.CounterConfiguration configuration)CompletionStage<InternalCounterAdmin>WeakCounterFactory. createWeakCounter(String counterName, org.infinispan.counter.api.CounterConfiguration configuration)Creates aWeakCounter. -
Uses of InternalCounterAdmin in org.infinispan.counter.impl.manager
Methods in org.infinispan.counter.impl.manager that return types with arguments of type InternalCounterAdmin Modifier and Type Method Description CompletionStage<InternalCounterAdmin>EmbeddedCounterManager. getOrCreateAsync(String counterName) -
Uses of InternalCounterAdmin in org.infinispan.counter.impl.strong
Classes in org.infinispan.counter.impl.strong that implement InternalCounterAdmin Modifier and Type Class Description classAbstractStrongCounterA base strong consistent counter implementation.classBoundedStrongCounterA bounded strong consistent counter.classUnboundedStrongCounterAn unbounded strong consistent counter.Methods in org.infinispan.counter.impl.strong that return types with arguments of type InternalCounterAdmin Modifier and Type Method Description CompletionStage<InternalCounterAdmin>AbstractStrongCounter. init() -
Uses of InternalCounterAdmin in org.infinispan.counter.impl.weak
Classes in org.infinispan.counter.impl.weak that implement InternalCounterAdmin Modifier and Type Class Description classWeakCounterImplA weak consistent counter implementation.Methods in org.infinispan.counter.impl.weak that return types with arguments of type InternalCounterAdmin Modifier and Type Method Description CompletionStage<InternalCounterAdmin>WeakCounterImpl. init()Initializes the key set.
-