public interface DatabaseHistoryMXBean
DatabaseHistory use.| Modifier and Type | Method and Description |
|---|---|
long |
getChangesApplied() |
long |
getChangesRecovered() |
String |
getLastAppliedChange() |
String |
getLastRecoveredChange() |
long |
getMilliSecondsSinceLastAppliedChange() |
long |
getMilliSecondsSinceLastRecoveredChange() |
long |
getRecoveryStartTime() |
String |
getStatus()
The database history starts in
STOPPED state. |
String getStatus()
STOPPED state.
Upon start it transitions to RECOVERING state.
When all changes from stored history were applied then it switches to RUNNING state.
Maps to DatabaseHistoryMetrics.DatabaseHistoryStatus enum.
long getRecoveryStartTime()
long getChangesRecovered()
long getChangesApplied()
long getMilliSecondsSinceLastAppliedChange()
long getMilliSecondsSinceLastRecoveredChange()
String getLastAppliedChange()
String getLastRecoveredChange()
Copyright © 2020 JBoss by Red Hat. All rights reserved.