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

Method isReversed

src/Scanner.java:215–217  ·  view source on GitHub ↗

Returns boolean indicating if scanner is in reversed direction

()

Source from the content-addressed store, hash-verified

213 * Returns boolean indicating if scanner is in reversed direction
214 */
215 public boolean isReversed(){
216 return is_reversed;
217 }
218
219 /**
220 * Specifies if the scan will be in reverse or not

Callers 1

nextRowsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected