| Package | Description |
|---|---|
| org.infinispan.counter.api |
Clustered Counters API.
|
| org.infinispan.counter.util |
| Modifier and Type | Method and Description |
|---|---|
Storage |
Storage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae.decode(int $1) |
Storage |
CounterConfiguration.storage() |
static Storage |
Storage.valueOf(int index) |
static Storage |
Storage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Storage[] |
Storage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Storage> |
Storage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae.getJavaClass() |
| Modifier and Type | Method and Description |
|---|---|
int |
Storage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae.encode(Storage $1) |
CounterConfiguration.Builder |
CounterConfiguration.Builder.storage(Storage storage)
Sets the storage mode of the counter.
|
| Modifier and Type | Method and Description |
|---|---|
static Storage |
EncodeUtil.decodeStorage(byte flags)
Decodes the
CounterType. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.