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, CounterConfiguration configuration)static CounterValueCounterValue. newCounterValue(long value, CounterState state)Creates a newCounterValuewith the value and state.static CounterValueCounterValue. newCounterValue(CounterConfiguration configuration)Creates the initialCounterValuebased onCounterConfiguration.CounterValueCounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9. read(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(ProtobufTagMarshaller.WriteContext $1, CounterValue $2) -
Uses of CounterValue in org.infinispan.counter.impl.factory
Methods in org.infinispan.counter.impl.factory that return types with arguments of type CounterValue Modifier and Type Method Description protected CompletionStage<org.infinispan.AdvancedCache<K,CounterValue>>CacheBaseCounterFactory. cache(CounterConfiguration configuration) -
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 CounterEventCounterEventImpl. create(CounterValue oldValue, CounterValue newValue)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 CompletionStage<Void>CounterManagerNotificationManager. registerCounterValueListener(org.infinispan.Cache<? extends CounterKey,CounterValue> cache)It registers the clustered cache listener if they aren't already registered.CompletionStage<Void>CounterManagerNotificationManager. registerTopologyListener(org.infinispan.Cache<? extends CounterKey,CounterValue> cache)It registers the topology cache listener if they aren't already registered. -
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 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 CompletionStage<Void>AbstractStrongCounter. 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, CounterConfiguration configuration, CounterManagerNotificationManager notificationManager)UnboundedStrongCounter(String counterName, org.infinispan.AdvancedCache<StrongCounterKey,CounterValue> cache, 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 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 CompletionStage<Void>WeakCounterImpl. removeWeakCounter(org.infinispan.Cache<WeakCounterKey,CounterValue> cache, 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, CounterConfiguration configuration, CounterManagerNotificationManager notificationManager)
-