|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |