|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScanQueryMatcher | |
---|---|
org.apache.hadoop.hbase.regionserver |
Uses of ScanQueryMatcher in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver with parameters of type ScanQueryMatcher | |
---|---|
protected List<KeyValueScanner> |
Store.getScanners(boolean cacheBlocks,
boolean isGet,
boolean isCompaction,
ScanQueryMatcher matcher)
Get all scanners with no filtering based on TTL (that happens further down the line). |
static List<StoreFileScanner> |
StoreFileScanner.getScannersForStoreFiles(Collection<StoreFile> files,
boolean cacheBlocks,
boolean usePread,
boolean isCompaction,
ScanQueryMatcher matcher)
Return an array of scanners corresponding to the given set of store files, And set the ScanQueryMatcher for each store file scanner for further optimization |
void |
StoreFileScanner.setScanQueryMatcher(ScanQueryMatcher matcher)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |