Class AerospikeException.BatchRecords

All Implemented Interfaces:
Serializable
Enclosing class:
AerospikeException

public static final class AerospikeException.BatchRecords extends AerospikeException
Exception thrown when a batch read method fails. The records fields contains responses for key requests that succeeded and null records for key requests that failed.
See Also:
  • Field Details

    • records

      public final Record[] records
  • Constructor Details