Class CountingBatchCallbackFactory.CountingBatchCallback<R>

java.lang.Object
io.datarouter.client.hbase.callback.CountingBatchCallbackFactory.CountingBatchCallback<R>
All Implemented Interfaces:
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R>
Enclosing class:
CountingBatchCallbackFactory

public class CountingBatchCallbackFactory.CountingBatchCallback<R>
extends Object
implements org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R>
  • Constructor Details

  • Method Details

    • update

      public void update​(byte[] region, byte[] row, R result)
      Specified by:
      update in interface org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R>