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

Method HBaseRpc

src/HBaseRpc.java:518–521  ·  view source on GitHub ↗

Package private constructor for RPCs that aren't for any region.

()

Source from the content-addressed store, hash-verified

516 * Package private constructor for RPCs that aren't for any region.
517 */
518 HBaseRpc() {
519 table = null;
520 key = null;
521 }
522
523 /**
524 * Package private constructor for RPCs that are for a region.

Callers

nothing calls this directly

Calls 2

checkTableMethod · 0.95
checkKeyMethod · 0.95

Tested by

no test coverage detected