@InterfaceAudience.LimitedPrivate(value="Coprocesssor")
@InterfaceStability.Evolving
public interface CompactionLifeCycleTracker
| Modifier and Type | Field and Description |
|---|---|
static CompactionLifeCycleTracker |
DUMMY |
| Modifier and Type | Method and Description |
|---|---|
default void |
afterExecute(Store store)
Called after compaction is executed by CompactSplitThread.
|
default void |
beforeExecute(Store store)
Called before compaction is executed by CompactSplitThread.
|
static final CompactionLifeCycleTracker DUMMY
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.