Class SavepointMetadata


  • @Internal
    @Deprecated
    public class SavepointMetadata
    extends Object
    Deprecated.
    Savepoint metadata that can be modified.
    • Constructor Detail

      • SavepointMetadata

        public SavepointMetadata​(int maxParallelism,
                                 Collection<org.apache.flink.runtime.checkpoint.MasterState> masterStates,
                                 Collection<org.apache.flink.runtime.checkpoint.OperatorState> initialStates)
        Deprecated.
    • Method Detail

      • getMaxParallelism

        public int getMaxParallelism()
        Deprecated.
      • getMasterStates

        public Collection<org.apache.flink.runtime.checkpoint.MasterState> getMasterStates()
        Deprecated.
      • getOperatorState

        public org.apache.flink.runtime.checkpoint.OperatorState getOperatorState​(String uid)
                                                                           throws IOException
        Deprecated.
        Returns:
        Operator state for the given UID.
        Throws:
        IOException - If the savepoint does not contain operator state with the given uid.
      • removeOperator

        public void removeOperator​(String uid)
        Deprecated.
      • getExistingOperators

        public List<org.apache.flink.runtime.checkpoint.OperatorState> getExistingOperators()
        Deprecated.
        Returns:
        List of OperatorState that already exists within the savepoint.