|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |