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

Method getRegion

src/HBaseRpc.java:592–594  ·  view source on GitHub ↗

Returns the region this RPC is supposed to go to (can be null).

()

Source from the content-addressed store, hash-verified

590 * Returns the region this RPC is supposed to go to (can be {@code null}).
591 */
592 final RegionInfo getRegion() {
593 return region;
594 }
595
596 /** Package private way of accessing / creating the Deferred of this RPC. */
597 final Deferred<Object> getDeferred() {

Callers 1

decodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected