Uses of Interface
org.infinispan.counter.impl.entries.CounterKey
Packages that use CounterKey
Package
Description
-
Uses of CounterKey in org.infinispan.counter.impl.factory
Classes in org.infinispan.counter.impl.factory with type parameters of type CounterKeyModifier and TypeClassDescriptionclassCacheBaseCounterFactory<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 CounterKeyModifier and TypeClassDescriptionfinal 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 CounterKeyModifier and TypeMethodDescriptionstatic <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 CounterKeyModifier and TypeMethodDescriptionorg.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 CounterKeyModifier and TypeMethodDescriptionCounterManagerNotificationManager.registerCounterValueListener(org.infinispan.Cache<? extends CounterKey, CounterValue> cache) It registers the clustered cache listener if they aren't already registered.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 CounterKeyModifier and TypeClassDescriptionclassThe key to store in theCacheused byStrongCounter.Methods in org.infinispan.counter.impl.strong with parameters of type CounterKeyModifier and TypeMethodDescriptionorg.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 CounterKeyModifier and TypeClassDescriptionclassThe key to store in theCacheused byWeakCounter.Methods in org.infinispan.counter.impl.weak with parameters of type CounterKeyModifier and TypeMethodDescriptionorg.infinispan.counter.api.CounterEventWeakCounterImpl.generate(CounterKey key, CounterValue value)