Class FutureBatchOperateListListener

java.lang.Object
com.aerospike.jdbc.async.FutureBatchOperateListListener
All Implemented Interfaces:
com.aerospike.client.listener.BatchOperateListListener

public class FutureBatchOperateListListener extends Object implements com.aerospike.client.listener.BatchOperateListListener
  • Constructor Details

    • FutureBatchOperateListListener

      public FutureBatchOperateListListener()
  • Method Details

    • onSuccess

      public void onSuccess(List<com.aerospike.client.BatchRecord> list, boolean b)
      Specified by:
      onSuccess in interface com.aerospike.client.listener.BatchOperateListListener
    • onFailure

      public void onFailure(com.aerospike.client.AerospikeException e)
      Specified by:
      onFailure in interface com.aerospike.client.listener.BatchOperateListListener
    • getTotal

      public Future<Integer> getTotal()