| Package | Description |
|---|---|
| com.aerospike.client |
| Modifier and Type | Field and Description |
|---|---|
CommitError |
AerospikeException.Commit.error
Error status of the attempted commit.
|
| Modifier and Type | Method and Description |
|---|---|
static CommitError |
CommitError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitError[] |
CommitError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Commit(CommitError error,
BatchRecord[] verifyRecords,
BatchRecord[] rollRecords) |
Commit(CommitError error,
BatchRecord[] verifyRecords,
BatchRecord[] rollRecords,
Throwable cause) |
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.