@return Package private method to fetch the associated HBase client
()
| 2054 | |
| 2055 | /** @return Package private method to fetch the associated HBase client */ |
| 2056 | HBaseClient getHBaseClient() { |
| 2057 | return hbase_client; |
| 2058 | } |
| 2059 | |
| 2060 | public String toString() { |
| 2061 | final StringBuilder buf = new StringBuilder(13 + 10 + 6 + 64 + 16 + 1 |
no outgoing calls