Uses of Class
org.infinispan.counter.impl.entries.CounterValue
-
-
Uses of CounterValue in org.infinispan.counter.impl.entries
Methods in org.infinispan.counter.impl.entries that return CounterValue Modifier and Type Method Description static CounterValueCounterValue. newCounterValue(long value)Creates a new validCounterValuewith the value.static CounterValueCounterValue. newCounterValue(long value, long lowerBound, long upperBound)Creates a newCounterValuewith the value and state based on the boundaries.static CounterValueCounterValue. newCounterValue(long currentValue, org.infinispan.counter.api.CounterConfiguration configuration)static CounterValueCounterValue. newCounterValue(long value, org.infinispan.counter.api.CounterState state)Creates a newCounterValuewith the value and state.static CounterValueCounterValue. newCounterValue(org.infinispan.counter.api.CounterConfiguration configuration)Creates the initialCounterValuebased onCounterConfiguration.CounterValueCounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)Methods in org.infinispan.counter.impl.entries that return types with arguments of type CounterValue Modifier and Type Method Description Class<CounterValue>CounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9. getJavaClass()Methods in org.infinispan.counter.impl.entries with parameters of type CounterValue Modifier and Type Method Description voidCounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, CounterValue $2) -
Uses of CounterValue in org.infinispan.counter.impl.function
Methods in org.infinispan.counter.impl.function that return CounterValue Modifier and Type Method Description CounterValueInitializeCounterFunction. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K,CounterValue> entryView)Method parameters in org.infinispan.counter.impl.function with type arguments of type CounterValue Modifier and Type Method Description CounterValueInitializeCounterFunction. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K,CounterValue> entryView)LongReadFunction. apply(org.infinispan.functional.EntryView.ReadEntryView<K,CounterValue> view)VoidRemoveFunction. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K,CounterValue> entry) -
Uses of CounterValue in org.infinispan.counter.impl.listener
Methods in org.infinispan.counter.impl.listener with parameters of type CounterValue Modifier and Type Method Description static org.infinispan.counter.api.CounterEventCounterEventImpl. create(CounterValue oldValue, CounterValue newValue)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 CounterValue Modifier and Type Method Description voidCounterManagerNotificationManager. setCache(org.infinispan.Cache<CounterKey,CounterValue> cache) -
Uses of CounterValue in org.infinispan.counter.impl.strong
Methods in org.infinispan.counter.impl.strong with parameters of type CounterValue Modifier and Type Method Description org.infinispan.counter.api.CounterEventAbstractStrongCounter. generate(CounterKey key, CounterValue value)protected abstract longAbstractStrongCounter. handleAddResult(CounterValue counterValue)Extracts and validates the value after a read.protected longBoundedStrongCounter. handleAddResult(CounterValue counterValue)protected longUnboundedStrongCounter. handleAddResult(CounterValue counterValue)Method parameters in org.infinispan.counter.impl.strong with type arguments of type CounterValue Modifier and Type Method Description static voidAbstractStrongCounter. removeStrongCounter(org.infinispan.Cache<StrongCounterKey,CounterValue> cache, String counterName)It removes a strong counter from thecache, identified by thecounterName.Constructor parameters in org.infinispan.counter.impl.strong with type arguments of type CounterValue Constructor Description BoundedStrongCounter(String counterName, org.infinispan.AdvancedCache<StrongCounterKey,CounterValue> cache, org.infinispan.counter.api.CounterConfiguration configuration, CounterManagerNotificationManager notificationManager)UnboundedStrongCounter(String counterName, org.infinispan.AdvancedCache<StrongCounterKey,CounterValue> cache, org.infinispan.counter.api.CounterConfiguration configuration, CounterManagerNotificationManager notificationManager) -
Uses of CounterValue in org.infinispan.counter.impl.weak
Methods in org.infinispan.counter.impl.weak with parameters of type CounterValue Modifier and Type Method Description org.infinispan.counter.api.CounterEventWeakCounterImpl. generate(CounterKey key, CounterValue value)Method parameters in org.infinispan.counter.impl.weak with type arguments of type CounterValue Modifier and Type Method Description static voidWeakCounterImpl. removeWeakCounter(org.infinispan.Cache<WeakCounterKey,CounterValue> cache, org.infinispan.counter.api.CounterConfiguration configuration, String counterName)It removes a weak counter from thecache, identified by thecounterName.Constructor parameters in org.infinispan.counter.impl.weak with type arguments of type CounterValue Constructor Description WeakCounterImpl(String counterName, org.infinispan.AdvancedCache<WeakCounterKey,CounterValue> cache, org.infinispan.counter.api.CounterConfiguration configuration, CounterManagerNotificationManager notificationManager)
-