Uses of Class
org.apache.hadoop.hbase.regionserver.ScanQueryMatcher

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)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.