| Class | Description |
|---|---|
| CachedMobFile |
Cached mob file.
|
| DefaultMobStoreCompactor |
Compact passed set of files in the mob-enabled column family.
|
| DefaultMobStoreFlusher |
An implementation of the StoreFlusher.
|
| ExpiredMobFileCleaner |
The cleaner to delete the expired MOB files.
|
| ManualMobMaintHFileCleaner |
BaseHFileCleanerDelegate that prevents cleaning HFiles from a mob region keeps a map of
table name strings to mob region name strings over the life of a JVM instance. |
| MobCell |
The MobCell will maintain a
Cell and a StoreFileScanner inside. |
| MobConstants |
The constants used in mob.
|
| MobFile |
The mob file.
|
| MobFileCache |
The cache for mob files.
|
| MobFileCache.EvictionThread | |
| MobFileCleanerChore |
The class MobFileCleanerChore for running cleaner regularly to remove the expired and obsolete
(files which have no active references to) mob files.
|
| MobFileCompactionChore |
Periodic MOB compaction chore.
|
| MobFileName |
The mob file name.
|
| MobStoreEngine |
MobStoreEngine creates the mob specific compactor, and store flusher.
|
| MobUtils |
The mob utilities
|
| RSMobFileCleanerChore |
The class RSMobFileCleanerChore for running cleaner regularly to remove the obsolete (files which
have no active references to) mob files that were referenced from the current RS.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.