Uses of Class
org.apache.hadoop.hbase.client.ConnectionConfiguration

Packages that use org.apache.hadoop.hbase.client.ConnectionConfiguration
Package
Description
Provides HBase Client
  • 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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.ConnectionConfiguration
    ClusterConnection.getConnectionConfiguration()
    Returns a ConnectionConfiguration object holding parsed configuration values
    org.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 in
    Modifier and Type
    Method
    Description
    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.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 in
    Modifier
    Constructor
    Description
     
    ClientAsyncPrefetchScanner(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 passed Scan'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 passed Scan'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)