Interface ScanInterpreter

  • All Known Implementing Classes:
    DefaultScanInterpreter, HexFormatter, HexScanInterpreter

    @Deprecated(since="2.1.0")
    public interface ScanInterpreter
    Deprecated.
    since 2.1.0 This will be removed in a future version in favor of JShell
    A simple interface for creating shell plugins that translate the range and column arguments for the shell's scan command.
    • Method Detail

      • interpretRow

        org.apache.hadoop.io.Text interpretRow​(org.apache.hadoop.io.Text row)
        Deprecated.
      • interpretBeginRow

        org.apache.hadoop.io.Text interpretBeginRow​(org.apache.hadoop.io.Text row)
        Deprecated.
      • interpretEndRow

        org.apache.hadoop.io.Text interpretEndRow​(org.apache.hadoop.io.Text row)
        Deprecated.
      • interpretColumnFamily

        org.apache.hadoop.io.Text interpretColumnFamily​(org.apache.hadoop.io.Text cf)
        Deprecated.
      • interpretColumnQualifier

        org.apache.hadoop.io.Text interpretColumnQualifier​(org.apache.hadoop.io.Text cq)
        Deprecated.