Package | Description |
---|---|
org.hbase.async |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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-2014, The Async HBase Authors