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

Method isFirstReverseRegion

src/Scanner.java:243–245  ·  view source on GitHub ↗

Returns boolean indicating if this is the first scanner opened on a reverse scan. This is different from the subsequent scanners opened in reverse scan because it is the only scanner whose region is found by looking up the key

()

Source from the content-addressed store, hash-verified

241 * looking up the key
242 */
243 public boolean isFirstReverseRegion(){
244 return is_first_reverse_region;
245 }
246
247 /**
248 * Returns the row key this scanner is currently at.

Callers 1

nextRowsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected