Class AerospikeException.Commit

All Implemented Interfaces:
Serializable
Enclosing class:
AerospikeException

public static final class AerospikeException.Commit extends AerospikeException
Exception thrown when a multi-record transaction commit fails.
See Also:
  • Field Details

    • error

      public final CommitError error
      Error status of the attempted commit.
    • verifyRecords

      public final BatchRecord[] verifyRecords
      Verify result for each read key in the MRT. May be null if failure occurred before verify.
    • rollRecords

      public final BatchRecord[] rollRecords
      Roll forward/backward result for each write key in the MRT. May be null if failure occurred before roll forward/backward.
  • Constructor Details

  • Method Details