| Package | Description |
|---|---|
| org.infinispan.client.hotrod.counter.impl | |
| org.infinispan.counter.api |
Clustered Counters API.
|
| Modifier and Type | Method and Description |
|---|---|
CounterState |
HotRodCounterEvent.getNewState() |
CounterState |
HotRodCounterEvent.getOldState() |
| Constructor and Description |
|---|
HotRodCounterEvent(byte[] listenerId,
String counterName,
long oldValue,
CounterState oldState,
long newValue,
CounterState newState) |
| Modifier and Type | Method and Description |
|---|---|
CounterState |
CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d.decode(int $1) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Class<CounterState> |
CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d.getJavaClass() |
| Modifier and Type | Method and Description |
|---|---|
int |
CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d.encode(CounterState $1) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.