public class RestoredCheckpointStats extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
long |
getCheckpointId()
Returns the ID of this checkpoint.
|
String |
getExternalPath()
Returns the external path if this checkpoint was persisted externally.
|
CheckpointProperties |
getProperties()
Returns the properties of the restored checkpoint.
|
long |
getRestoreTimestamp()
Returns the timestamp when the checkpoint was restored.
|
public long getCheckpointId()
public CheckpointProperties getProperties()
public long getRestoreTimestamp()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.