Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Field and Description |
---|---|
private ClientSmallReversedScanner.SmallReversedScannerCallableFactory |
ClientSmallReversedScanner.callableFactory |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientSmallReversedScanner.setScannerCallableFactory(ClientSmallReversedScanner.SmallReversedScannerCallableFactory callableFactory) |
Constructor and Description |
---|
ClientSmallReversedScanner(org.apache.hadoop.conf.Configuration conf,
Scan scan,
TableName tableName,
ClusterConnection connection,
RpcRetryingCallerFactory rpcFactory,
RpcControllerFactory controllerFactory,
ExecutorService pool,
int primaryOperationTimeout,
ClientSmallReversedScanner.SmallReversedScannerCallableFactory callableFactory)
Create a new ReversibleClientScanner for the specified table.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.