Returns the name of the region that's offline.
()
| 49 | * Returns the name of the region that's offline. |
| 50 | */ |
| 51 | public byte[] getRegion() { |
| 52 | return region; |
| 53 | } |
| 54 | |
| 55 | @Override |
| 56 | HBaseException make(final Object msg, final HBaseRpc rpc) { |
no outgoing calls