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

Method setRegionName

src/Scanner.java:1107–1109  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 1

scanMetaMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected