Uses of Enum Class
org.infinispan.counter.api.CounterState
Packages that use CounterState
Package
Description
Clustered Counters API.
-
Uses of CounterState in org.infinispan.client.hotrod.counter.impl
Methods in org.infinispan.client.hotrod.counter.impl that return CounterStateModifier and TypeMethodDescriptionHotRodCounterEvent.getNewState()HotRodCounterEvent.getOldState()Constructors in org.infinispan.client.hotrod.counter.impl with parameters of type CounterStateModifierConstructorDescriptionHotRodCounterEvent(byte[] listenerId, String counterName, long oldValue, CounterState oldState, long newValue, CounterState newState) -
Uses of CounterState in org.infinispan.counter.api
Subclasses with type arguments of type CounterState in org.infinispan.counter.apiClasses in org.infinispan.counter.api that implement interfaces with type arguments of type CounterStateModifier and TypeClassDescriptionfinal classMethods in org.infinispan.counter.api that return CounterStateModifier and TypeMethodDescriptionCounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d.decode(int $1) CounterEvent.getNewState()CounterEvent.getOldState()static CounterStateCounterState.valueOf(int index) Returns the enum constant of this class with the specified name.static CounterStateReturns the enum constant of this class with the specified name.static CounterState[]CounterState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.counter.api that return types with arguments of type CounterStateModifier and TypeMethodDescriptionCounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d.getJavaClass()Methods in org.infinispan.counter.api with parameters of type CounterStateModifier and TypeMethodDescriptionintCounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d.encode(CounterState $1) -
Uses of CounterState in org.infinispan.counter.impl
Methods in org.infinispan.counter.impl that return CounterStateModifier and TypeMethodDescriptionstatic CounterStateUtils.calculateState(long value, long lowerBound, long upperBound) Calculates theCounterStateto use based on the value and the boundaries. -
Uses of CounterState in org.infinispan.server.hotrod.counter.listener
Methods in org.infinispan.server.hotrod.counter.listener that return CounterStateModifier and TypeMethodDescriptionstatic CounterStateClientCounterEvent.decodeNewState(byte encoded) static CounterStateClientCounterEvent.decodeOldState(byte encoded)