Package org.infinispan.counter.impl.factory
-
Interface Summary Interface Description StrongCounterFactory Factory to create and remove bounded and unboundedStrongCounter.WeakCounterFactory Factory to create and removeWeakCounter. -
Class Summary Class Description CacheBaseCounterFactory<K extends CounterKey> Base class to create counters stored in aCache.CacheBasedStrongCounterFactory Created bounded and unboundedStrongCounterstored in aCache.CacheBasedWeakCounterFactory CreatesWeakCounterstored in aCache.ClusteredCounterPackageImpl CounterComponentsFactory ComponentFactoryfor counters.