| Package | Description |
|---|---|
| com.hazelcast.cp.internal.datastructures.atomiclong.operation |
Contains operations for the Raft-based
IAtomicLong implementation |
| Modifier and Type | Method and Description |
|---|---|
static AlterOp.AlterResultType |
AlterOp.AlterResultType.fromValue(int value) |
static AlterOp.AlterResultType |
AlterOp.AlterResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlterOp.AlterResultType[] |
AlterOp.AlterResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AlterOp(String name,
IFunction<Long,Long> function,
AlterOp.AlterResultType alterResultType) |
Copyright © 2019. All Rights Reserved.