[jira] [Updated] (HBASE-5240) HBase internalscanner.next javadoc doesn't imply whether or not results are appended or not

2015-04-21 Thread Andrew Purtell (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-5240:
--
Resolution: Incomplete
Status: Resolved  (was: Patch Available)

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

 Key: HBASE-5240
 URL: https://issues.apache.org/jira/browse/HBASE-5240
 Project: HBase
  Issue Type: Bug
Reporter: Alex Newman
 Attachments: 
 0001-HBASE-5240.-HBase-internalscanner.next-javadoc-doesn.patch


 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(ListKeyValue results)
   Grab the next row's worth of values.
  boolean  next(ListKeyValue 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(ListKeyValue 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(ListKeyValue 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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-5240) HBase internalscanner.next javadoc doesn't imply whether or not results are appended or not

2013-06-21 Thread Alex Newman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Newman updated HBASE-5240:
---

Assignee: (was: Alex Newman)

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

 Key: HBASE-5240
 URL: https://issues.apache.org/jira/browse/HBASE-5240
 Project: HBase
  Issue Type: Bug
Reporter: Alex Newman
 Attachments: 
 0001-HBASE-5240.-HBase-internalscanner.next-javadoc-doesn.patch


 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(ListKeyValue results)
   Grab the next row's worth of values.
  boolean  next(ListKeyValue 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(ListKeyValue 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(ListKeyValue 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-5240) HBase internalscanner.next javadoc doesn't imply whether or not results are appended or not

2012-01-23 Thread Alex Newman (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Newman updated HBASE-5240:
---

Status: Patch Available  (was: Open)

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

 Key: HBASE-5240
 URL: https://issues.apache.org/jira/browse/HBASE-5240
 Project: HBase
  Issue Type: Bug
Reporter: Alex Newman
Assignee: Alex Newman
 Attachments: 
 0001-HBASE-5240.-HBase-internalscanner.next-javadoc-doesn.patch


 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(ListKeyValue results)
   Grab the next row's worth of values.
  boolean  next(ListKeyValue 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(ListKeyValue 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(ListKeyValue 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5240) HBase internalscanner.next javadoc doesn't imply whether or not results are appended or not

2012-01-23 Thread Alex Newman (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Newman updated HBASE-5240:
---

Attachment: 0001-HBASE-5240.-HBase-internalscanner.next-javadoc-doesn.patch

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

 Key: HBASE-5240
 URL: https://issues.apache.org/jira/browse/HBASE-5240
 Project: HBase
  Issue Type: Bug
Reporter: Alex Newman
Assignee: Alex Newman
 Attachments: 
 0001-HBASE-5240.-HBase-internalscanner.next-javadoc-doesn.patch


 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(ListKeyValue results)
   Grab the next row's worth of values.
  boolean  next(ListKeyValue 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(ListKeyValue 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(ListKeyValue 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira