Uses of Class
org.apache.hadoop.hbase.client.ConnectionConfiguration
Packages that use org.apache.hadoop.hbase.client.ConnectionConfiguration
-
Uses of org.apache.hadoop.hbase.client.ConnectionConfiguration in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.ConnectionConfiguration in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.ConnectionConfiguration
ClusterConnection.getConnectionConfiguration()
Returns a ConnectionConfiguration object holding parsed configuration valuesorg.apache.hadoop.hbase.client.ConnectionConfiguration
ConnectionImplementation.getConnectionConfiguration()
Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.ConnectionConfiguration in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
RpcRetryingCallerFactory.instantiate
(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf, org.apache.hadoop.hbase.client.MetricsConnection metrics) static org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
RpcRetryingCallerFactory.instantiate
(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf, org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor, org.apache.hadoop.hbase.client.ServerStatisticTracker stats, org.apache.hadoop.hbase.client.MetricsConnection metrics) static org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
RpcRetryingCallerFactory.instantiate
(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf, org.apache.hadoop.hbase.client.ServerStatisticTracker stats, org.apache.hadoop.hbase.client.MetricsConnection metrics) Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.ConnectionConfiguration in inModifierConstructorDescriptionClientAsyncPrefetchScanner
(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.client.Scan scanForMetrics, org.apache.hadoop.hbase.TableName name, org.apache.hadoop.hbase.client.ClusterConnection connection, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcCallerFactory, org.apache.hadoop.hbase.ipc.RpcControllerFactory rpcControllerFactory, ExecutorService pool, int scanReadRpcTimeout, int scannerTimeout, int replicaCallTimeoutMicroSecondScan, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConfiguration, Map<String, byte[]> requestAttributes) ClientScanner
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.client.Scan scanForMetrics, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.ClusterConnection connection, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcFactory, org.apache.hadoop.hbase.ipc.RpcControllerFactory controllerFactory, ExecutorService pool, int scanReadRpcTimeout, int scannerTimeout, int primaryOperationTimeout, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConfiguration, Map<String, byte[]> requestAttributes) Create a new ClientScanner for the specified table Note that the passedScan
's start row maybe changed changed.ClientSimpleScanner
(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.client.Scan scanForMetrics, org.apache.hadoop.hbase.TableName name, org.apache.hadoop.hbase.client.ClusterConnection connection, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcCallerFactory, org.apache.hadoop.hbase.ipc.RpcControllerFactory rpcControllerFactory, ExecutorService pool, int scanReadRpcTimeout, int scannerTimeout, int replicaCallTimeoutMicroSecondScan, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConfiguration, Map<String, byte[]> requestAttributes) ReversedClientScanner
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.client.Scan scanForMetrics, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.ClusterConnection connection, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcFactory, org.apache.hadoop.hbase.ipc.RpcControllerFactory controllerFactory, ExecutorService pool, int scanReadRpcTimeout, int scannerTimeout, int primaryOperationTimeout, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConfiguration, Map<String, byte[]> requestAttributes) Create a new ReversibleClientScanner for the specified table Note that the passedScan
's start row maybe changed.RpcRetryingCallerFactory
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf) RpcRetryingCallerFactory
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf, org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor, org.apache.hadoop.hbase.client.MetricsConnection metrics)