| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Class and Description |
|---|---|
class |
MobCompactionStoreScanner
Scanner scans the MOB Store.
|
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.
|
| 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.
|