Class MajorCompactionScanQueryMatcher

All Implemented Interfaces:
ShipperListener

Query matcher for major compaction.
  • Constructor Details

  • Method Details

    • match

      Description copied from class: ScanQueryMatcher
      Determines if the caller should do one of several things:
      • seek/skip to the next row (MatchCode.SEEK_NEXT_ROW)
      • seek/skip to the next column (MatchCode.SEEK_NEXT_COL)
      • include the current KeyValue (MatchCode.INCLUDE)
      • ignore the current KeyValue (MatchCode.SKIP)
      • got to the next row (MatchCode.DONE)
      Specified by:
      match in class ScanQueryMatcher
      Parameters:
      cell - KeyValue to check
      Returns:
      The match code instance.
      Throws:
      IOException - in case there is an internal consistency problem caused by a data corruption.