public static final class AerospikeException.Commit extends AerospikeException
AerospikeException.AsyncQueueFull, AerospikeException.Backoff, AerospikeException.BatchExists, AerospikeException.BatchRecordArray, AerospikeException.BatchRecords, AerospikeException.Commit, AerospikeException.Connection, AerospikeException.InvalidNamespace, AerospikeException.InvalidNode, AerospikeException.Parse, AerospikeException.QueryTerminated, AerospikeException.ScanTerminated, AerospikeException.Serialize, AerospikeException.Timeout| Modifier and Type | Field and Description |
|---|---|
CommitError |
error
Error status of the attempted commit.
|
BatchRecord[] |
rollRecords
Roll forward/backward result for each write key in the MRT.
|
BatchRecord[] |
verifyRecords
Verify result for each read key in the MRT.
|
| Constructor and Description |
|---|
Commit(CommitError error,
BatchRecord[] verifyRecords,
BatchRecord[] rollRecords) |
Commit(CommitError error,
BatchRecord[] verifyRecords,
BatchRecord[] rollRecords,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
getBaseMessage, getInDoubt, getIteration, getNode, getPolicy, getResultCode, getSubExceptions, keepConnection, setInDoubt, setInDoubt, setIteration, setNode, setPolicy, setSubExceptionsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final CommitError error
public final BatchRecord[] verifyRecords
public final BatchRecord[] rollRecords
public Commit(CommitError error, BatchRecord[] verifyRecords, BatchRecord[] rollRecords)
public Commit(CommitError error, BatchRecord[] verifyRecords, BatchRecord[] rollRecords, Throwable cause)
public String getMessage()
getMessage in class AerospikeExceptionCopyright © 2012–2024 Aerospike, Inc. All rights reserved.