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

Method currentRegion

src/Scanner.java:1125–1127  ·  view source on GitHub ↗

Returns the region currently being scanned, if any.

()

Source from the content-addressed store, hash-verified

1123 * Returns the region currently being scanned, if any.
1124 */
1125 RegionInfo currentRegion() {
1126 return region;
1127 }
1128
1129 /**
1130 * Returns an RPC to fetch the next rows.

Callers 2

scanNextRowsMethod · 0.80
closeScannerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected