|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HScannerInterface | |
---|---|
org.apache.hadoop.hbase | Provides HBase, the Hadoop simple database. |
Uses of HScannerInterface in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase that return HScannerInterface | |
---|---|
HScannerInterface |
HClient.obtainScanner(Text[] columns,
Text startRow)
Get a scanner on the current table starting at the specified row. |
HScannerInterface |
HClient.obtainScanner(Text[] columns,
Text startRow,
long timestamp)
Get a scanner on the current table starting at the specified row. |
HScannerInterface |
HClient.obtainScanner(Text[] columns,
Text startRow,
long timestamp,
RowFilterInterface filter)
Get a scanner on the current table starting at the specified row. |
HScannerInterface |
HClient.obtainScanner(Text[] columns,
Text startRow,
RowFilterInterface filter)
Get a scanner on the current table starting at the specified row. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |