Uses of Class
org.infinispan.counter.api.CounterState
-
Packages that use CounterState Package Description org.infinispan.client.hotrod.counter.impl org.infinispan.counter.api Clustered Counters API.org.infinispan.counter.impl org.infinispan.counter.impl.entries org.infinispan.counter.impl.listener -
-
Uses of CounterState in org.infinispan.client.hotrod.counter.impl
Methods in org.infinispan.client.hotrod.counter.impl that return CounterState Modifier and Type Method Description CounterStateHotRodCounterEvent. getNewState()CounterStateHotRodCounterEvent. getOldState()Constructors in org.infinispan.client.hotrod.counter.impl with parameters of type CounterState Constructor Description HotRodCounterEvent(byte[] listenerId, String counterName, long oldValue, CounterState oldState, long newValue, CounterState newState) -
Uses of CounterState in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return CounterState Modifier and Type Method Description CounterStateCounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d. decode(int $1)CounterStateCounterEvent. getNewState()CounterStateCounterEvent. getOldState()static CounterStateCounterState. valueOf(int index)Returns the enum constant of this type with the specified name.static CounterStateCounterState. valueOf(String name)Returns the enum constant of this type with the specified name.static CounterState[]CounterState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.counter.api that return types with arguments of type CounterState Modifier and Type Method Description Class<CounterState>CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d. getJavaClass()Methods in org.infinispan.counter.api with parameters of type CounterState Modifier and Type Method Description intCounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d. encode(CounterState $1) -
Uses of CounterState in org.infinispan.counter.impl
Methods in org.infinispan.counter.impl that return CounterState Modifier and Type Method Description static CounterStateUtils. calculateState(long value, long lowerBound, long upperBound)Calculates theCounterStateto use based on the value and the boundaries. -
Uses of CounterState in org.infinispan.counter.impl.entries
Methods in org.infinispan.counter.impl.entries that return CounterState Modifier and Type Method Description CounterStateCounterValue. getState()Methods in org.infinispan.counter.impl.entries with parameters of type CounterState Modifier and Type Method Description static CounterValueCounterValue. newCounterValue(long value, CounterState state)Creates a newCounterValuewith the value and state. -
Uses of CounterState in org.infinispan.counter.impl.listener
Methods in org.infinispan.counter.impl.listener that return CounterState Modifier and Type Method Description CounterStateCounterEventImpl. getNewState()CounterStateCounterEventImpl. getOldState()
-