Uses of Class
org.infinispan.counter.api.CounterState
-
Packages that use CounterState Package Description org.infinispan.counter.api Clustered Counters API. -
-
Uses of CounterState in org.infinispan.counter.api
Fields in org.infinispan.counter.api with type parameters of type CounterState Modifier and Type Field Description static AdvancedExternalizer<CounterState>CounterState. EXTERNALIZERMethods in org.infinispan.counter.api that return CounterState Modifier and Type Method Description 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.
-