Uses of Package
org.infinispan.counter.impl.function
-
Packages that use org.infinispan.counter.impl.function Package Description org.infinispan.counter.impl.function -
Classes in org.infinispan.counter.impl.function used by org.infinispan.counter.impl.function Class Description AddFunction The adding function to update theCounterValue.CompareAndSwapFunction The compare-and-swap function to update theCounterValue.CreateAndAddFunction The adding function to update theCounterValue.CreateAndCASFunction The compare-and-swap function to update theCounterValue.InitializeCounterFunction Function that initializes theCounterValueandCounterConfigurationMetaParamif they don't exists.ReadFunction Read function that returns the current counter's delta.RemoveFunction It removes theCounterValuefrom the cache.ResetFunction Reset function that sets the counter's delta to it's initial delta.