Package org.apache.flink.state.api
Class NewSavepoint
- java.lang.Object
-
- org.apache.flink.state.api.WritableSavepoint<NewSavepoint>
-
- org.apache.flink.state.api.NewSavepoint
-
@Deprecated @PublicEvolving public class NewSavepoint extends WritableSavepoint<NewSavepoint>
Deprecated.For creating a new savepoint, useSavepointWriterand 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
-
-
Field Summary
-
Fields inherited from class org.apache.flink.state.api.WritableSavepoint
metadata, stateBackend
-
-
Method Summary
-
Methods inherited from class org.apache.flink.state.api.WritableSavepoint
removeOperator, withConfiguration, withOperator, write
-
-