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

HBase internalscanner.next javadoc doesn't imply whether or not results are appended or not

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Incomplete
    • None
    • None
    • None
    • None

    Description

      Just looking at http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/regionserver/InternalScanner.html. We don't know whether or not the results are appended to results list, or if we always clear it first.

      boolean next(List<KeyValue> results)
      Grab the next row's worth of values.
      boolean next(List<KeyValue> result, int limit)
      Grab the next row's worth of values with a limit on the number of values to return.

      Method Detail
      next

      boolean next(List<KeyValue> results)
      throws IOException

      Grab the next row's worth of values.

      Parameters:
      results - return output array
      Returns:
      true if more rows exist after this one, false if scanner is done
      Throws:
      IOException - e

      next

      boolean next(List<KeyValue> result,
      int limit)
      throws IOException

      Grab the next row's worth of values with a limit on the number of values to return.

      Parameters:
      result - return output array
      limit - limit on row count to get
      Returns:
      true if more rows exist after this one, false if scanner is done
      Throws:
      IOException - e

      Attachments

        Activity

          People

            Unassigned Unassigned
            posix4e Alex Newman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: