| Package | Description |
|---|---|
| org.hbase.async | |
| org.hbase.async.auth |
| 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
"hbase.zookeeper.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
"hbase.zookeeper.quorum" specified in the format
"host1,host2,host3"
and an executor thread pool. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Login.initUserIfNeeded(Config config,
org.jboss.netty.util.HashedWheelTimer timer,
String login_context_name,
CallbackHandler callback_handler)
Attempts to set the singleton and authenticate using the given context and
callback.
|
Copyright © 2010-2017, The Async HBase Authors