Package org.infinispan.counter.impl.function
package org.infinispan.counter.impl.function
-
ClassesClassDescriptionAddFunction<K extends CounterKey>The adding function to update the
CounterValue.CompareAndSwapFunction<K extends CounterKey>The compare-and-swap function to update theCounterValue.CreateAndAddFunction<K extends CounterKey>The adding function to update theCounterValue.CreateAndCASFunction<K extends CounterKey>The compare-and-swap function to update theCounterValue.InitializeCounterFunction<K extends CounterKey>Function that initializes theCounterValueandCounterConfigurationMetaParamif they don't exists.ReadFunction<K>Read function that returns the current counter's delta.RemoveFunction<K extends CounterKey>It removes theCounterValuefrom the cache.ResetFunction<K extends CounterKey>Reset function that sets the counter's delta to it's initial delta.