Sets the name of the region that's hosting this.start_key. @param region The region we're currently supposed to be scanning.
(final RegionInfo region)
| 1105 | * @param region The region we're currently supposed to be scanning. |
| 1106 | */ |
| 1107 | void setRegionName(final RegionInfo region) { |
| 1108 | this.region = region; |
| 1109 | } |
| 1110 | |
| 1111 | /** |
| 1112 | * Invalidates this scanner and makes it assume it's no longer opened. |