|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternalScanner | |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.util.migration.v5 | Package of classes used instantiating objects written with pre-version 5 versions of HBase. |
Uses of InternalScanner in org.apache.hadoop.hbase.regionserver |
---|
Classes in org.apache.hadoop.hbase.regionserver that implement InternalScanner | |
---|---|
class |
HAbstractScanner
Abstract base class that implements the InternalScanner. |
Methods in org.apache.hadoop.hbase.regionserver that return InternalScanner | |
---|---|
InternalScanner |
HRegion.getScanner(byte[][] cols,
byte[] firstRow,
long timestamp,
RowFilterInterface filter)
Return an iterator that scans over the HRegion, returning the indicated columns for only the rows that match the data filter. |
protected InternalScanner |
HStore.getScanner(long timestamp,
byte[][] targetCols,
byte[] firstRow,
RowFilterInterface filter)
Return a scanner for both the memcache and the HStore files |
Methods in org.apache.hadoop.hbase.regionserver with parameters of type InternalScanner | |
---|---|
protected long |
HRegionServer.addScanner(InternalScanner s)
|
Uses of InternalScanner in org.apache.hadoop.hbase.util.migration.v5 |
---|
Methods in org.apache.hadoop.hbase.util.migration.v5 that return InternalScanner | |
---|---|
InternalScanner |
HRegion.getScanner(byte[][] cols,
byte[] firstRow,
long timestamp,
RowFilterInterface filter)
Return an iterator that scans over the HRegion, returning the indicated columns for only the rows that match the data filter. |
protected InternalScanner |
HStore.getScanner(long timestamp,
byte[][] targetCols,
byte[] firstRow,
RowFilterInterface filter)
Return a scanner for both the memcache and the HStore files |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |