提交 68a69c76 编写于 作者: S Stephan Ewen

[FLINK-2429] [streaming] Deprecate the "enableCheckpointing()" method with no interval argument.

This closes #1382
上级 1600fe2c
......@@ -332,7 +332,10 @@ public abstract class StreamExecutionEnvironment {
* the moment. For that reason, iterative jobs will not be started if used
* with enabled checkpointing. To override this mechanism, use the
* {@link #enableCheckpointing(long, CheckpointingMode, boolean)} method.</p>
*
* @deprecated Use {@link #enableCheckpointing(long)} instead.
*/
@Deprecated
public StreamExecutionEnvironment enableCheckpointing() {
enableCheckpointing(500, CheckpointingMode.EXACTLY_ONCE);
return this;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册