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 java.lang.Object
implements org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R>
  • Constructor Summary

    Constructors 
    Constructor Description
    CountingBatchCallback​(HBaseNode<?,​?,​?,​?,​?> node, java.lang.String opName)  
    CountingBatchCallback​(HBaseSubEntityNode<?,​?,​?,​?,​?> node, java.lang.String opName)  
    CountingBatchCallback​(io.datarouter.storage.client.ClientId clientId, io.datarouter.storage.client.ClientTableNodeNames clientTableNodeNames, java.lang.String opName)  
  • Method Summary

    Modifier and Type Method Description
    void update​(byte[] region, byte[] row, R result)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CountingBatchCallback

      public CountingBatchCallback​(HBaseNode<?,​?,​?,​?,​?> node, java.lang.String opName)
    • CountingBatchCallback

      public CountingBatchCallback​(HBaseSubEntityNode<?,​?,​?,​?,​?> node, java.lang.String opName)
    • CountingBatchCallback

      public CountingBatchCallback​(io.datarouter.storage.client.ClientId clientId, io.datarouter.storage.client.ClientTableNodeNames clientTableNodeNames, java.lang.String opName)
  • 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>