Methods in org.apache.hadoop.hbase.regionserver with parameters of type ScanQueryMatcher |
List<KeyValueScanner> |
Store.getScanners(boolean cacheBlocks,
boolean isGet,
boolean isCompaction,
ScanQueryMatcher matcher,
byte[] startRow,
byte[] stopRow)
Get all scanners with no filtering based on TTL (that happens further down
the line). |
List<KeyValueScanner> |
HStore.getScanners(boolean cacheBlocks,
boolean isGet,
boolean isCompaction,
ScanQueryMatcher matcher,
byte[] startRow,
byte[] stopRow)
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)
|