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. EXTERNALIZER
Methods in org.infinispan.counter.api that return CounterState Modifier and Type Method Description CounterState
CounterEvent. getNewState()
CounterState
CounterEvent. getOldState()
static CounterState
CounterState. valueOf(int index)
Returns the enum constant of this type with the specified name.static CounterState
CounterState. 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.
-