public class CheckpointStatsCounts extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
long |
getNumberOfCompletedCheckpoints()
Returns the number of completed checkpoints.
|
long |
getNumberOfFailedCheckpoints()
Returns the number of failed checkpoints.
|
int |
getNumberOfInProgressCheckpoints()
Returns the number of in progress checkpoints.
|
long |
getNumberOfRestoredCheckpoints()
Returns the number of restored checkpoints.
|
long |
getTotalNumberOfCheckpoints()
Returns the total number of checkpoints (in progress, completed, failed).
|
public long getNumberOfRestoredCheckpoints()
public long getTotalNumberOfCheckpoints()
public int getNumberOfInProgressCheckpoints()
public long getNumberOfCompletedCheckpoints()
public long getNumberOfFailedCheckpoints()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.