Class CacheBaseCounterFactory<K extends CounterKey>
java.lang.Object
org.infinispan.counter.impl.factory.CacheBaseCounterFactory<K>
- Direct Known Subclasses:
CacheBasedStrongCounterFactory,CacheBasedWeakCounterFactory
Base class to create counters stored in a
Cache.- Since:
- 14.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CompletionStage<org.infinispan.AdvancedCache<K,CounterValue>> cache(org.infinispan.counter.api.CounterConfiguration configuration)
-
Constructor Details
-
CacheBaseCounterFactory
public CacheBaseCounterFactory()
-
-
Method Details
-
cache
protected CompletionStage<org.infinispan.AdvancedCache<K,CounterValue>> cache(org.infinispan.counter.api.CounterConfiguration configuration)
-