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.
()
| 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. |
no outgoing calls
no test coverage detected