MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / nextRows

Method nextRows

src/Scanner.java:715–718  ·  view source on GitHub ↗

Scans a number of rows. Calling this method is equivalent to: this.#setMaxNumRows setMaxNumRows(nrows); this.#nextRows() nextRows(); @param nrows The maximum number of rows to retrieve. @return A deferred list of rows. @see #setMaxNumRows @see #nextRows()

(final int nrows)

Source from the content-addressed store, hash-verified

713 * @see #nextRows()
714 */
715 public Deferred<ArrayList<ArrayList<KeyValue>>> nextRows(final int nrows) {
716 setMaxNumRows(nrows);
717 return nextRows();
718 }
719
720 /**
721 * Scans a number of rows.

Callers 15

testMethod · 0.95
testMethod · 0.95
executeMethod · 0.95
executeMethod · 0.95
basicScanMethod · 0.95
scanCloseEarlyMethod · 0.95
scanWithQualifiersMethod · 0.95
keyRegexpFilterMethod · 0.95
fuzzyRowFilterMethod · 0.95
columnPrefixFilterMethod · 0.95

Calls 9

setMaxNumRowsMethod · 0.95
isReversedMethod · 0.95
isFirstReverseRegionMethod · 0.95
createMaxByteArrayMethod · 0.95
scanFinishedMethod · 0.95
nextRowErrbackMethod · 0.95
openReverseScannerMethod · 0.80
openScannerMethod · 0.80
scanNextRowsMethod · 0.80

Tested by 15

testMethod · 0.76
testMethod · 0.76
executeMethod · 0.76
executeMethod · 0.76
basicScanMethod · 0.76
scanCloseEarlyMethod · 0.76
scanWithQualifiersMethod · 0.76
keyRegexpFilterMethod · 0.76
fuzzyRowFilterMethod · 0.76
columnPrefixFilterMethod · 0.76