public class CheckpointMetadata extends Object implements org.apache.flink.util.Disposable
| Constructor and Description |
|---|
CheckpointMetadata(long checkpointId,
Collection<OperatorState> operatorStates,
Collection<MasterState> masterStates) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
long |
getCheckpointId() |
Collection<MasterState> |
getMasterStates() |
Collection<OperatorState> |
getOperatorStates() |
String |
toString() |
public CheckpointMetadata(long checkpointId,
Collection<OperatorState> operatorStates,
Collection<MasterState> masterStates)
public long getCheckpointId()
public Collection<OperatorState> getOperatorStates()
public Collection<MasterState> getMasterStates()
public void dispose()
throws Exception
dispose in interface org.apache.flink.util.DisposableExceptionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.