Package private constructor for RPCs that aren't for any region.
()
| 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. |
nothing calls this directly
no test coverage detected