Class CheckpointMetadata
java.lang.Object
org.apache.flink.runtime.checkpoint.metadata.CheckpointMetadata
- All Implemented Interfaces:
org.apache.flink.util.Disposable
The metadata of a snapshot (checkpoint or savepoint).
-
Constructor Summary
ConstructorsConstructorDescriptionCheckpointMetadata(long checkpointId, Collection<OperatorState> operatorStates, Collection<MasterState> masterStates) CheckpointMetadata(long checkpointId, Collection<OperatorState> operatorStates, Collection<MasterState> masterStates, CheckpointProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()longtoString()withProperties(CheckpointProperties properties)
-
Constructor Details
-
CheckpointMetadata
public CheckpointMetadata(long checkpointId, Collection<OperatorState> operatorStates, Collection<MasterState> masterStates) -
CheckpointMetadata
public CheckpointMetadata(long checkpointId, Collection<OperatorState> operatorStates, Collection<MasterState> masterStates, @Nullable CheckpointProperties properties)
-
-
Method Details