|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scanner | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
Uses of Scanner in org.apache.hadoop.hbase.client |
---|
Classes in org.apache.hadoop.hbase.client that implement Scanner | |
---|---|
protected class |
HTable.OldClientScanner
Scanner implementation made on top of a ResultScanner . |
Methods in org.apache.hadoop.hbase.client that return Scanner | |
---|---|
Scanner |
HTable.getScanner(byte[][] columns)
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan) |
Scanner |
HTable.getScanner(byte[][] columns,
byte[] startRow)
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan) |
Scanner |
HTable.getScanner(byte[][] columns,
byte[] startRow,
byte[] stopRow)
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan) |
Scanner |
HTable.getScanner(byte[][] columns,
byte[] startRow,
byte[] stopRow,
long timestamp)
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan) |
Scanner |
HTable.getScanner(byte[][] columns,
byte[] startRow,
long timestamp)
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan) |
Scanner |
HTable.getScanner(byte[][] columns,
byte[] startRow,
long timestamp,
RowFilterInterface filter)
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan) |
Scanner |
HTable.getScanner(byte[][] columns,
byte[] startRow,
RowFilterInterface filter)
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan) |
Scanner |
HTable.getScanner(String[] columns)
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan) |
Scanner |
HTable.getScanner(String[] columns,
String startRow)
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan) |
Scanner |
HTable.getScanner(String[] columns,
String startRow,
long timestamp,
RowFilterInterface filter)
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan) |
Scanner |
HTable.getScanner(String[] columns,
String startRow,
String stopRow,
long timestamp)
Deprecated. As of hbase 0.20.0, replaced by HTable.getScanner(Scan) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |