public interface CompactionStats
| Modifier and Type | Method and Description |
|---|---|
long |
getLastCompactionDurationTimeInMills()
The duration time of last compaction.
|
long |
getLastCompactionFailedTimestamp()
The timestamp of last failed compaction.
|
long |
getLastCompactionRemovedEventCount()
The removed event count of last compaction.
|
long |
getLastCompactionSucceedTimestamp()
The timestamp of last succeed compaction.
|
long getLastCompactionRemovedEventCount()
long getLastCompactionSucceedTimestamp()
long getLastCompactionFailedTimestamp()
long getLastCompactionDurationTimeInMills()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.