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

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

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)
           
 

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)
          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)
          Create a new ShortClientScanner for the specified table Note that the passed Scan's start row maybe changed changed.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.