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

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

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

Subclasses of RegionServerCallable in org.apache.hadoop.hbase.client
 class ReversedScannerCallable
          A reversed ScannerCallable which supports backward scanning.
 class ScannerCallable
          Scanner operations such as create, next, etc.
 

Methods in org.apache.hadoop.hbase.client that return RegionServerCallable
 RegionServerCallable<Result[]> ClientSmallScanner.SmallScannerCallableFactory.getCallable(Scan sc, HConnection connection, TableName tableName, ScanMetrics scanMetrics, byte[] localStartKey, int cacheNum, RpcControllerFactory rpcControllerFactory)
           
 



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