public class CompactionStatsImpl extends Object implements CompactionStats
| Modifier and Type | Field and Description |
|---|---|
long |
lastCompactionDurationTimeInMills
The duration time of last compaction.
|
long |
lastCompactionFailedTimestamp
The timestamp of last failed compaction.
|
long |
lastCompactionRemovedEventCount
The removed event count of last compaction.
|
long |
lastCompactionSucceedTimestamp
The timestamp of last succeed compaction.
|
| Constructor and Description |
|---|
CompactionStatsImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
reset() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLastCompactionDurationTimeInMills, getLastCompactionFailedTimestamp, getLastCompactionRemovedEventCount, getLastCompactionSucceedTimestamppublic long lastCompactionRemovedEventCount
public long lastCompactionSucceedTimestamp
public long lastCompactionFailedTimestamp
public long lastCompactionDurationTimeInMills
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.