You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "shijinkui (JIRA)" <ji...@apache.org> on 2017/02/10 03:43:41 UTC

[jira] [Updated] (FLINK-5217) Deprecated interface Checkpointed make clear suggestion

     [ https://issues.apache.org/jira/browse/FLINK-5217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

shijinkui updated FLINK-5217:
-----------------------------
    Fix Version/s: 1.2.1
      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.

  was:

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.


> Deprecated interface Checkpointed make clear suggestion
> -------------------------------------------------------
>
>                 Key: FLINK-5217
>                 URL: https://issues.apache.org/jira/browse/FLINK-5217
>             Project: Flink
>          Issue Type: Improvement
>          Components: DataStream API
>            Reporter: shijinkui
>             Fix For: 1.2.1
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)