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

Packages that use org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
Package
Description
Provides HBase Client
  • Uses of org.apache.hadoop.hbase.client.RpcRetryingCallerFactory in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.RpcRetryingCallerFactory in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
    ClusterConnection.getNewRpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf)
    Returns a new RpcRetryingCallerFactory from the given Configuration.
    org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
    ConnectionImplementation.getNewRpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf)
     
    org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
    ClusterConnection.getRpcRetryingCallerFactory()
    Returns Connection's RpcRetryingCallerFactory instance
    org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
    ConnectionImplementation.getRpcRetryingCallerFactory()
     
    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)
     
    static org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
    RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.MetricsConnection metrics)
     
    Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.RpcRetryingCallerFactory 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)
     
    protected
    HTable(org.apache.hadoop.hbase.client.ConnectionImplementation connection, org.apache.hadoop.hbase.client.TableBuilderBase builder, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcCallerFactory, org.apache.hadoop.hbase.ipc.RpcControllerFactory rpcControllerFactory, ExecutorService pool, Map<String,byte[]> requestAttributes)
    Creates an object to access a HBase table.
     
    ResultBoundedCompletionService(org.apache.hadoop.hbase.client.RpcRetryingCallerFactory retryingCallerFactory, Executor executor, int maxTasks)
     
     
    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.