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 |
MobStoreScanner
Scanner scans both the memstore and the MOB Store.
|
class |
ReversedMobStoreScanner
ReversedMobStoreScanner extends from ReversedStoreScanner, and is used to support
reversed scanning in both the memstore and the MOB store.
|
class |
ReversedStoreScanner
ReversedStoreScanner extends from StoreScanner, and is used to support
reversed scanning.
|
Modifier and Type | Field and Description |
---|---|
protected StoreScanner |
AbstractMultiFileWriter.sourceScanner
Source 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–2019 The Apache Software Foundation. All rights reserved.