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

Packages that use RpcRetryingCallerFactory
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.ipc   
 

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

Methods in org.apache.hadoop.hbase.client that return RpcRetryingCallerFactory
static RpcRetryingCallerFactory RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration, ServerStatisticTracker stats)
           
 

Constructors in org.apache.hadoop.hbase.client with parameters of type RpcRetryingCallerFactory
ClientScanner(org.apache.hadoop.conf.Configuration conf, Scan scan, TableName tableName, HConnection connection, RpcRetryingCallerFactory rpcFactory)
          Deprecated. Use ClientScanner.ClientScanner(Configuration, Scan, TableName, HConnection, RpcRetryingCallerFactory, RpcControllerFactory) instead
ClientScanner(org.apache.hadoop.conf.Configuration conf, Scan scan, TableName tableName, HConnection connection, RpcRetryingCallerFactory rpcFactory, RpcControllerFactory controllerFactory)
          Create a new ClientScanner for the specified table Note that the passed Scan's start row maybe changed changed.
ClientSmallScanner(org.apache.hadoop.conf.Configuration conf, Scan scan, TableName tableName, HConnection connection, RpcRetryingCallerFactory rpcFactory, RpcControllerFactory controllerFactory)
          Create a new ShortClientScanner for the specified table Note that the passed Scan's start row maybe changed changed.
HTable(TableName tableName, HConnection connection, TableConfiguration tableConfig, RpcRetryingCallerFactory rpcCallerFactory, RpcControllerFactory rpcControllerFactory, ExecutorService pool)
          Creates an object to access a HBase table.
 

Uses of RpcRetryingCallerFactory in org.apache.hadoop.hbase.ipc
 

Constructors in org.apache.hadoop.hbase.ipc with parameters of type RpcRetryingCallerFactory
RegionCoprocessorRpcChannel(HConnection conn, TableName table, byte[] row, RpcRetryingCallerFactory rpcFactory, RpcControllerFactory rpcControllerFactory)
           
 



Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.