Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-15076

Add getScanner(Scan scan, List<KeyValueScanner> additionalScanners) API into Region interface

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 1.2.0, 1.3.0, 2.0.0
    • regionserver
    • None

    Description

      HRegion method getScanner(Scan scan, List<KeyValueScanner> additionalScanners, boolean copyCellsFromSharedMem) is protected.
      In Apache Trafodion, we need to invoke this getScanner method from a coprocessor. Since it is protected, Trafodion must overload the HRegion class and overload this method into a public method.
      It will be good to make this method public.

      It is very useful when one needs to combine several scan result in a single scanner.

      thanks,
      Ming

      Attachments

        1. HBASE-15076.patch
          2 kB
          Anoop Sam John

        Activity

          People

            anoop.hbase Anoop Sam John
            ovis_poly liu ming
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: