org.apache.hadoop.hbase.client
Class ClientSmallScanner.SmallScannerCallableFactory

java.lang.Object
  extended by org.apache.hadoop.hbase.client.ClientSmallScanner.SmallScannerCallableFactory
Enclosing class:
ClientSmallScanner

@InterfaceAudience.Private
protected static class ClientSmallScanner.SmallScannerCallableFactory
extends Object


Constructor Summary
protected ClientSmallScanner.SmallScannerCallableFactory()
           
 
Method Summary
 RegionServerCallable<Result[]> getCallable(Scan sc, HConnection connection, TableName tableName, ScanMetrics scanMetrics, byte[] localStartKey, int cacheNum, RpcControllerFactory rpcControllerFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientSmallScanner.SmallScannerCallableFactory

protected ClientSmallScanner.SmallScannerCallableFactory()
Method Detail

getCallable

public RegionServerCallable<Result[]> getCallable(Scan sc,
                                                  HConnection connection,
                                                  TableName tableName,
                                                  ScanMetrics scanMetrics,
                                                  byte[] localStartKey,
                                                  int cacheNum,
                                                  RpcControllerFactory rpcControllerFactory)
                                           throws IOException
Throws:
IOException


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.