Returns the region this RPC is supposed to go to (can be null).
()
| 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() { |