Class SavepointWriter


  • @PublicEvolving
    public class SavepointWriter
    extends Object
    A SavepointWriter can create new savepoints from bounded data streams. This can allow for boostrapping state for new applications or modifying the savepoints of existing jobs.
    • Field Detail

      • metadata

        protected final SavepointMetadataV2 metadata
        The savepoint metadata, which maintains the current set of existing / newly added operator states.
      • stateBackend

        @Nullable
        protected final org.apache.flink.runtime.state.StateBackend stateBackend
        The state backend to use when writing this savepoint.