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

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

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

Subclasses of ScannerCallable in org.apache.hadoop.hbase.client
 class ReversedScannerCallable
          A reversed ScannerCallable which supports backward scanning.
 

Fields in org.apache.hadoop.hbase.client declared as ScannerCallable
protected  ScannerCallable ClientScanner.callable
           
 

Methods in org.apache.hadoop.hbase.client that return ScannerCallable
protected  ScannerCallable ClientScanner.getScannerCallable(byte[] localStartKey, int nbRows)
           
protected  ScannerCallable ReversedClientScanner.getScannerCallable(byte[] localStartKey, int nbRows, byte[] locateStartRow)
           
 



Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.