Class BatchDelete

java.lang.Object
com.aerospike.client.BatchRecord
com.aerospike.client.BatchDelete

public final class BatchDelete extends BatchRecord
Batch delete operation.
  • Field Details

  • Constructor Details

    • BatchDelete

      public BatchDelete(Key key)
      Initialize key.
    • BatchDelete

      public BatchDelete(BatchDeletePolicy policy, Key key)
      Initialize policy and key.
  • Method Details

    • getType

      public BatchRecord.Type getType()
      Return batch command type.
      Overrides:
      getType in class BatchRecord
    • equals

      public boolean equals(BatchRecord obj)
      Optimized reference equality check to determine batch wire protocol repeat flag. For internal use only.
      Overrides:
      equals in class BatchRecord
    • size

      public int size(Policy parentPolicy)
      Return wire protocol size. For internal use only.
      Overrides:
      size in class BatchRecord