| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.regionserver.compactions |
| Modifier and Type | Class and Description |
|---|---|
class |
HMobStore
The store implementation to save MOBs (medium objects), it extends the HStore.
|
class |
HStore
A Store holds a column family in a Region.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
CompactionLifeCycleTracker.afterExecution(Store store)
Called after compaction is executed by CompactSplitThread.
|
default void |
CompactionLifeCycleTracker.beforeExecution(Store store)
Called before compaction is executed by CompactSplitThread.
|
default void |
CompactionLifeCycleTracker.notExecuted(Store store,
java.lang.String reason)
Called if the compaction request is failed for some reason.
|