MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / newScanner

Method newScanner

src/HBaseClient.java:1469–1471  ·  view source on GitHub ↗

Creates a new Scanner for a particular table. @param table The name of the table you intend to scan. @return A new scanner for this table.

(final byte[] table)

Source from the content-addressed store, hash-verified

1467 * @return A new scanner for this table.
1468 */
1469 public Scanner newScanner(final byte[] table) {
1470 return new Scanner(this, table);
1471 }
1472
1473 /**
1474 * Creates a new {@link Scanner} for a particular table.

Callers 15

findTableRegionsMethod · 0.95
scanMetaMethod · 0.95
testMethod · 0.80
testMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
basicScanMethod · 0.80
scanCloseEarlyMethod · 0.80
scanWithQualifiersMethod · 0.80
keyRegexpFilterMethod · 0.80

Calls

no outgoing calls

Tested by 15

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