Package | Description |
---|---|
org.infinispan.counter.api |
Clustered Counters API.
|
Modifier and Type | Field and Description |
---|---|
static AdvancedExternalizer<CounterState> |
CounterState.EXTERNALIZER |
Modifier and Type | Method and Description |
---|---|
CounterState |
CounterEvent.getNewState() |
CounterState |
CounterEvent.getOldState() |
static CounterState |
CounterState.valueOf(int index) |
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.
|
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.