|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreFileScanner | |
---|---|
org.apache.hadoop.hbase.regionserver |
Uses of StoreFileScanner in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver that return StoreFileScanner | |
---|---|
StoreFileScanner |
StoreFile.Reader.getStoreFileScanner(boolean cacheBlocks,
boolean pread)
Get a scanner to scan over this StoreFile. |
StoreFileScanner |
StoreFile.Reader.getStoreFileScanner(boolean cacheBlocks,
boolean pread,
boolean isCompaction)
Get a scanner to scan over this StoreFile. |
Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type StoreFileScanner | |
---|---|
static List<StoreFileScanner> |
StoreFileScanner.getScannersForStoreFiles(Collection<StoreFile> files,
boolean cacheBlocks,
boolean usePread)
Return an array of scanners corresponding to the given set of store files. |
static List<StoreFileScanner> |
StoreFileScanner.getScannersForStoreFiles(Collection<StoreFile> files,
boolean cacheBlocks,
boolean usePread,
boolean isCompaction)
Return an array of scanners corresponding to the given set of store files. |
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 |
Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type StoreFileScanner | |
---|---|
InternalScanner |
RegionCoprocessorHost.preCompactScannerOpen(Store store,
List<StoreFileScanner> scanners,
ScanType scanType,
long earliestPutTs,
CompactionRequest request)
See RegionObserver.preCompactScannerOpen(ObserverContext, Store, List, ScanType, long, InternalScanner, CompactionRequest) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |