Class NewSavepoint


  • @Deprecated
    @PublicEvolving
    public class NewSavepoint
    extends WritableSavepoint<NewSavepoint>
    Deprecated.
    For creating a new savepoint, use SavepointWriter and the data stream api under batch execution.
    A new savepoint. Operator states can be removed from and added to the savepoint, and eventually, written to distributed storage as a new savepoint.
    See Also:
    SavepointWriter