Uses of Class
org.hbase.async.Scanner

Packages that use Scanner
org.hbase.async   
 

Uses of Scanner in org.hbase.async
 

Methods in org.hbase.async that return Scanner
 Scanner HBaseClient.newScanner(byte[] table)
          Creates a new Scanner for a particular table.
 Scanner HBaseClient.newScanner(String table)
          Creates a new Scanner for a particular table.
 

Methods in org.hbase.async with parameters of type Scanner
 void MapRThreadPool.addRequest(HBaseRpc dummyRpc, Scanner scan, MapRThreadPool mpool)
           
 void MapRThreadPool.closeScanner(com.stumbleupon.async.Deferred<?> d, com.mapr.fs.MapRHTable mTable, Scanner scan)
           
static com.mapr.fs.jni.MapRScan MapRConverter.toMapRScan(Scanner scan, com.mapr.fs.MapRHTable mtable)
           
 



Copyright © 2010-2015, The Async HBase Authors