Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
ConnectionConfiguration |
ConnectionImplementation.getConnectionConfiguration() |
ConnectionConfiguration |
ClusterConnection.getConnectionConfiguration()
Returns a ConnectionConfiguration object holding parsed configuration values
|
Modifier and Type | Method and Description |
---|---|
static RpcRetryingCallerFactory |
RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration,
ConnectionConfiguration connectionConf,
MetricsConnection metrics) |
static RpcRetryingCallerFactory |
RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration,
ConnectionConfiguration connectionConf,
org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor,
ServerStatisticTracker stats,
MetricsConnection metrics) |
static RpcRetryingCallerFactory |
RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration,
ConnectionConfiguration connectionConf,
ServerStatisticTracker stats,
MetricsConnection metrics) |
Constructor and Description |
---|
RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf,
ConnectionConfiguration connectionConf) |
RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf,
ConnectionConfiguration connectionConf,
org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor,
MetricsConnection metrics) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.