Package | Description |
---|---|
org.infinispan.counter.api |
Clustered Counters API.
|
Modifier and Type | Method and Description |
---|---|
CounterType |
CounterConfiguration.type() |
static CounterType |
CounterType.valueOf(int index) |
static CounterType |
CounterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CounterType[] |
CounterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CounterConfiguration.Builder |
CounterConfiguration.builder(CounterType type) |
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.