public class CheckpointStatsSnapshot extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static CheckpointStatsSnapshot |
empty() |
CheckpointStatsCounts |
getCounts()
Returns the snapshotted checkpoint counts.
|
CheckpointStatsHistory |
getHistory()
Returns the snapshotted checkpoint history.
|
RestoredCheckpointStats |
getLatestRestoredCheckpoint()
Returns the latest restored checkpoint.
|
CompletedCheckpointStatsSummarySnapshot |
getSummaryStats()
Returns the snapshotted completed checkpoint summary stats.
|
public static CheckpointStatsSnapshot empty()
public CheckpointStatsCounts getCounts()
public CompletedCheckpointStatsSummarySnapshot getSummaryStats()
public CheckpointStatsHistory getHistory()
@Nullable public RestoredCheckpointStats getLatestRestoredCheckpoint()
null
.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.