Package | Description |
---|---|
org.hbase.async |
Modifier and Type | Field and Description |
---|---|
protected Config |
SecureRpcHelper.config
The HBaseClient config to pull values from
|
Modifier and Type | Method and Description |
---|---|
Config |
HBaseClient.getConfig()
Return the configuration object for this client
|
Constructor and Description |
---|
Config(Config parent)
Constructor for subclasses who want a copy of the parent config but without
the ability to modify the original values.
|
HBaseClient(Config config)
Constructor accepting a configuration object with at least the
"asynchbase.zk.quorum" specified in the format
"host1,host2,host3" . |
HBaseClient(Config config,
org.jboss.netty.channel.socket.ClientSocketChannelFactory channel_factory)
Constructor accepting a configuration object with at least the
"hbase.zookeeper.quorum" specified in the format
"host1,host2,host3"
and a custom channel factory for advanced users. |
HBaseClient(Config config,
Executor executor)
Constructor accepting a configuration object with at least the
"asynchbase.zk.quorum" specified in the format
"host1,host2,host3"
and an executor thread pool. |
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.