Uses of Class
org.infinispan.counter.impl.entries.CounterValue
Packages that use CounterValue
Package
Description
-
Uses of CounterValue in org.infinispan.counter.impl.entries
Methods in org.infinispan.counter.impl.entries that return CounterValueModifier and TypeMethodDescriptionstatic 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.CounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.counter.impl.entries that return types with arguments of type CounterValueModifier and TypeMethodDescriptionCounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9.getJavaClass()Methods in org.infinispan.counter.impl.entries with parameters of type CounterValueModifier and TypeMethodDescriptionvoidCounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9.write(org.infinispan.protostream.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 CounterValueModifier and TypeMethodDescriptionprotected CompletionStage<org.infinispan.AdvancedCache<K, CounterValue>> CacheBaseCounterFactory.cache(org.infinispan.counter.api.CounterConfiguration configuration) -
Uses of CounterValue in org.infinispan.counter.impl.function
Methods in org.infinispan.counter.impl.function that return CounterValueModifier and TypeMethodDescriptionInitializeCounterFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, CounterValue> entryView) Method parameters in org.infinispan.counter.impl.function with type arguments of type CounterValueModifier and TypeMethodDescriptionInitializeCounterFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, CounterValue> entryView) ReadFunction.apply(org.infinispan.functional.EntryView.ReadEntryView<K, CounterValue> view) RemoveFunction.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 CounterValueModifier and TypeMethodDescriptionstatic 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 CounterValueModifier and TypeMethodDescriptionCounterManagerNotificationManager.registerCounterValueListener(org.infinispan.Cache<? extends CounterKey, CounterValue> cache) It registers the clustered cache listener if they aren't already registered.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 CounterValueModifier and TypeMethodDescriptionorg.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 CounterValueModifier and TypeMethodDescriptionstatic 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 CounterValueModifierConstructorDescriptionBoundedStrongCounter(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 CounterValueModifier and TypeMethodDescriptionorg.infinispan.counter.api.CounterEventWeakCounterImpl.generate(CounterKey key, CounterValue value) Method parameters in org.infinispan.counter.impl.weak with type arguments of type CounterValueModifier and TypeMethodDescriptionstatic CompletionStage<Void> WeakCounterImpl.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 CounterValueModifierConstructorDescriptionWeakCounterImpl(String counterName, org.infinispan.AdvancedCache<WeakCounterKey, CounterValue> cache, org.infinispan.counter.api.CounterConfiguration configuration, CounterManagerNotificationManager notificationManager)