Class DefaultScanInterpreter

    • Constructor Detail

      • DefaultScanInterpreter

        public DefaultScanInterpreter()
    • Method Detail

      • interpretRow

        public org.apache.hadoop.io.Text interpretRow​(org.apache.hadoop.io.Text row)
        Specified by:
        interpretRow in interface ScanInterpreter
      • interpretBeginRow

        public org.apache.hadoop.io.Text interpretBeginRow​(org.apache.hadoop.io.Text row)
        Specified by:
        interpretBeginRow in interface ScanInterpreter
      • interpretEndRow

        public org.apache.hadoop.io.Text interpretEndRow​(org.apache.hadoop.io.Text row)
        Specified by:
        interpretEndRow in interface ScanInterpreter
      • interpretColumnFamily

        public org.apache.hadoop.io.Text interpretColumnFamily​(org.apache.hadoop.io.Text cf)
        Specified by:
        interpretColumnFamily in interface ScanInterpreter