Uses of Class
org.infinispan.counter.api.CounterState
-
Packages that use CounterState Package Description org.infinispan.counter.api Clustered Counters API.org.infinispan.counter.util org.infinispan.server.hotrod.counter.listener -
-
Uses of CounterState in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return CounterState Modifier and Type Method Description CounterStateCounterState$___Marshaller61e646435b7ef71a7329200799d18b94d174d8ecc57d5aad49a8d3ce95ca6b61. 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(java.lang.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 java.lang.Class<CounterState>CounterState$___Marshaller61e646435b7ef71a7329200799d18b94d174d8ecc57d5aad49a8d3ce95ca6b61. getJavaClass()Methods in org.infinispan.counter.api with parameters of type CounterState Modifier and Type Method Description intCounterState$___Marshaller61e646435b7ef71a7329200799d18b94d174d8ecc57d5aad49a8d3ce95ca6b61. encode(CounterState $1) -
Uses of CounterState in org.infinispan.counter.util
Methods in org.infinispan.counter.util 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.server.hotrod.counter.listener
Methods in org.infinispan.server.hotrod.counter.listener that return CounterState Modifier and Type Method Description static CounterStateClientCounterEvent. decodeNewState(byte encoded)static CounterStateClientCounterEvent. decodeOldState(byte encoded)
-