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

Method invalidate

src/Scanner.java:1117–1120  ·  view source on GitHub ↗

Invalidates this scanner and makes it assume it's no longer opened. When a RegionServer goes away while we're scanning it, or some other type of access problem happens, this method should be called so that the scanner will have to re-locate the RegionServer and re-open itself.

()

Source from the content-addressed store, hash-verified

1115 * scanner will have to re-locate the RegionServer and re-open itself.
1116 */
1117 void invalidate() {
1118 region = null;
1119 scannerClosedOnServer = false;
1120 }
1121
1122 /**
1123 * Returns the region currently being scanned, if any.

Callers 4

callMethod · 0.95
callMethod · 0.80
scanNextRowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected