Returns the configured HBase client @return The HBase client @since 2.0
()
| 581 | * @since 2.0 |
| 582 | */ |
| 583 | public final HBaseClient getClient() { |
| 584 | return this.client; |
| 585 | } |
| 586 | |
| 587 | /** |
| 588 | * Sets the startup plugin so that it can be shutdown properly. |
no outgoing calls