Uses of Interface
org.infinispan.counter.impl.entries.CounterKey
-
-
Uses of CounterKey in org.infinispan.counter.impl.factory
Classes in org.infinispan.counter.impl.factory with type parameters of type CounterKey Modifier and Type Class Description classCacheBaseCounterFactory<K extends CounterKey>Base class to create counters stored in aCache. -
Uses of CounterKey in org.infinispan.counter.impl.function
Classes in org.infinispan.counter.impl.function with type parameters of type CounterKey Modifier and Type Class Description classAddFunction<K extends CounterKey>The adding function to update theCounterValue.classCompareAndSwapFunction<K extends CounterKey>The compare-and-swap function to update theCounterValue.classCreateAndAddFunction<K extends CounterKey>The adding function to update theCounterValue.classCreateAndCASFunction<K extends CounterKey>The compare-and-swap function to update theCounterValue.classInitializeCounterFunction<K extends CounterKey>Function that initializes theCounterValueandCounterConfigurationMetaParamif they don't exists.classRemoveFunction<K extends CounterKey>It removes theCounterValuefrom the cache.classResetFunction<K extends CounterKey>Reset function that sets the counter's delta to it's initial delta.Methods in org.infinispan.counter.impl.function with type parameters of type CounterKey Modifier and Type Method Description static <K extends CounterKey>
RemoveFunction<K>RemoveFunction. getInstance()static <K extends CounterKey>
ResetFunction<K>ResetFunction. getInstance() -
Uses of CounterKey in org.infinispan.counter.impl.listener
Methods in org.infinispan.counter.impl.listener with parameters of type CounterKey Modifier and Type Method Description org.infinispan.counter.api.CounterEventCounterEventGenerator. generate(CounterKey key, CounterValue value)It generates theCounterEvent.Method parameters in org.infinispan.counter.impl.listener with type arguments of type CounterKey Modifier and Type Method Description CompletionStage<Void>CounterManagerNotificationManager. registerCounterValueListener(org.infinispan.Cache<? extends CounterKey,CounterValue> cache)It registers the clustered cache listener if they aren't already registered.CompletionStage<Void>CounterManagerNotificationManager. registerTopologyListener(org.infinispan.Cache<? extends CounterKey,CounterValue> cache)It registers the topology cache listener if they aren't already registered. -
Uses of CounterKey in org.infinispan.counter.impl.strong
Classes in org.infinispan.counter.impl.strong that implement CounterKey Modifier and Type Class Description classStrongCounterKeyThe key to store in theCacheused byStrongCounter.Methods in org.infinispan.counter.impl.strong with parameters of type CounterKey Modifier and Type Method Description org.infinispan.counter.api.CounterEventAbstractStrongCounter. generate(CounterKey key, CounterValue value) -
Uses of CounterKey in org.infinispan.counter.impl.weak
Classes in org.infinispan.counter.impl.weak that implement CounterKey Modifier and Type Class Description classWeakCounterKeyThe key to store in theCacheused byWeakCounter.Methods in org.infinispan.counter.impl.weak with parameters of type CounterKey Modifier and Type Method Description org.infinispan.counter.api.CounterEventWeakCounterImpl. generate(CounterKey key, CounterValue value)
-