MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / getHBaseClient

Method getHBaseClient

src/RegionClient.java:2056–2058  ·  view source on GitHub ↗

@return Package private method to fetch the associated HBase client

()

Source from the content-addressed store, hash-verified

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

Callers 2

beforeLocalMethod · 0.80
enqueueTimeoutMethod · 0.80

Calls

no outgoing calls

Tested by 1

beforeLocalMethod · 0.64