public class RestoredCheckpointStats extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
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.
|
long |
getStateSize() |
int |
hashCode() |
String |
toString() |
public long getCheckpointId()
public CheckpointProperties getProperties()
public long getRestoreTimestamp()
@Nullable public String getExternalPath()
null
.public long getStateSize()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.