public static final class CheckpointingStatistics.RestoredCheckpointStatistics extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_EXTERNAL_PATH |
static String |
FIELD_NAME_ID |
static String |
FIELD_NAME_IS_SAVEPOINT |
static String |
FIELD_NAME_RESTORE_TIMESTAMP |
Constructor and Description |
---|
RestoredCheckpointStatistics(long id,
long restoreTimestamp,
boolean savepoint,
String externalPath) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getExternalPath() |
long |
getId() |
long |
getRestoreTimestamp() |
int |
hashCode() |
boolean |
isSavepoint() |
public static final String FIELD_NAME_ID
public static final String FIELD_NAME_RESTORE_TIMESTAMP
public static final String FIELD_NAME_IS_SAVEPOINT
public static final String FIELD_NAME_EXTERNAL_PATH
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.