Uses of Interface
org.infinispan.counter.impl.manager.InternalCounterAdmin
Packages that use InternalCounterAdmin
Package
Description
-
Uses of InternalCounterAdmin in org.infinispan.counter.impl.factory
Methods in org.infinispan.counter.impl.factory that return types with arguments of type InternalCounterAdminModifier and TypeMethodDescriptionCacheBasedStrongCounterFactory.createStrongCounter(String name, org.infinispan.counter.api.CounterConfiguration configuration) StrongCounterFactory.createStrongCounter(String counterName, org.infinispan.counter.api.CounterConfiguration configuration) Creates a (un)boundedStrongCounter.CacheBasedWeakCounterFactory.createWeakCounter(String name, org.infinispan.counter.api.CounterConfiguration configuration) 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 -
Uses of InternalCounterAdmin in org.infinispan.counter.impl.strong
Classes in org.infinispan.counter.impl.strong that implement InternalCounterAdminModifier and TypeClassDescriptionclassA base strong consistent counter implementation.classA bounded strong consistent counter.classAn unbounded strong consistent counter.Methods in org.infinispan.counter.impl.strong that return types with arguments of type InternalCounterAdmin -
Uses of InternalCounterAdmin in org.infinispan.counter.impl.weak
Classes in org.infinispan.counter.impl.weak that implement InternalCounterAdminMethods in org.infinispan.counter.impl.weak that return types with arguments of type InternalCounterAdmin