Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
package org.apache.flink.streaming.api.checkpoint;
@Deprecated
@PublicEvolving
public interface Checkpointed<T extends Serializable> extends CheckpointedRestoring<T>
this interface should have clear suggestion which version to give up this interface, and which interface can instead of it.