Class CacheBaseCounterFactory<K extends CounterKey>
- java.lang.Object
-
- org.infinispan.counter.impl.factory.CacheBaseCounterFactory<K>
-
- Direct Known Subclasses:
CacheBasedStrongCounterFactory,CacheBasedWeakCounterFactory
public abstract class CacheBaseCounterFactory<K extends CounterKey> extends Object
Base class to create counters stored in aCache.- Since:
- 14.0
-
-
Constructor Summary
Constructors Constructor Description CacheBaseCounterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CompletionStage<org.infinispan.AdvancedCache<K,CounterValue>>cache(org.infinispan.counter.api.CounterConfiguration configuration)
-
-
-
Method Detail
-
cache
protected CompletionStage<org.infinispan.AdvancedCache<K,CounterValue>> cache(org.infinispan.counter.api.CounterConfiguration configuration)
-
-