Interface SnapshotMetricsMXBean

All Superinterfaces:
SchemaMetricsMXBean
All Known Subinterfaces:
SnapshotChangeEventSourceMetricsMXBean
All Known Implementing Classes:
DefaultSnapshotChangeEventSourceMetrics, SnapshotMeter

public interface SnapshotMetricsMXBean extends SchemaMetricsMXBean
Exposes snapshot metrics.
  • Method Details

    • getTotalTableCount

      int getTotalTableCount()
    • getRemainingTableCount

      int getRemainingTableCount()
    • getSnapshotRunning

      boolean getSnapshotRunning()
    • getSnapshotPaused

      boolean getSnapshotPaused()
    • getSnapshotCompleted

      boolean getSnapshotCompleted()
    • getSnapshotAborted

      boolean getSnapshotAborted()
    • getSnapshotDurationInSeconds

      long getSnapshotDurationInSeconds()
    • getSnapshotPausedDurationInSeconds

      long getSnapshotPausedDurationInSeconds()
    • getRowsScanned

      Map<String,Long> getRowsScanned()
    • getChunkId

      String getChunkId()
    • getChunkFrom

      String getChunkFrom()
    • getChunkTo

      String getChunkTo()
    • getTableFrom

      String getTableFrom()
    • getTableTo

      String getTableTo()