MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / HBaseClient

Method HBaseClient

src/HBaseClient.java:495–497  ·  view source on GitHub ↗

Constructor. @param quorum_spec The specification of the quorum, e.g. "host1,host2,host3".

(final String quorum_spec)

Source from the content-addressed store, hash-verified

493 * {@code "host1,host2,host3"}.
494 */
495 public HBaseClient(final String quorum_spec) {
496 this(quorum_spec, "/hbase");
497 }
498
499 /**
500 * Constructor.

Callers

nothing calls this directly

Calls 7

defaultChannelFactoryMethod · 0.95
newTimerMethod · 0.95
getBooleanMethod · 0.80
getIntMethod · 0.45
getShortMethod · 0.45
hasPropertyMethod · 0.45
getStringMethod · 0.45

Tested by

no test coverage detected