Uses of Interface
org.infinispan.counter.impl.entries.CounterKey
-
Packages that use CounterKey Package Description org.infinispan.counter.impl.function org.infinispan.counter.impl.listener org.infinispan.counter.impl.strong org.infinispan.counter.impl.weak -
-
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 voidCounterManagerNotificationManager. setCache(org.infinispan.Cache<CounterKey,CounterValue> cache) -
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)
-