| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.mob.compactions | |
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Method and Description | 
|---|---|
| private StoreScanner | PartitionedMobCompactor. createScanner(List<HStoreFile> filesToCompact,
             ScanType scanType)Creates a store scanner. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MobStoreScannerScanner scans both the memstore and the MOB Store. | 
| class  | ReversedMobStoreScannerReversedMobStoreScanner extends from ReversedStoreScanner, and is used to support reversed
 scanning in both the memstore and the MOB store. | 
| class  | ReversedStoreScannerReversedStoreScanner extends from StoreScanner, and is used to support
 reversed scanning. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected StoreScanner | AbstractMultiFileWriter. sourceScannerSource scanner that is tracking KV count; may be null if source is not StoreScanner | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractMultiFileWriter. init(StoreScanner sourceScanner,
    AbstractMultiFileWriter.WriterFactory factory)Initializes multi-writer before usage. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.