Class DiffTables.ScanState

  • Enclosing class:
    DiffTables

    public static class DiffTables.ScanState
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.apache.hadoop.hbase.client.Result result  
      org.apache.hadoop.hbase.client.ResultScanner resultScanner  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScanState()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • result

        public org.apache.hadoop.hbase.client.Result result
      • resultScanner

        public org.apache.hadoop.hbase.client.ResultScanner resultScanner
    • Constructor Detail

      • ScanState

        public ScanState()