You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2017/04/03 12:44:45 UTC

[jira] [Reopened] (FLINK-3360) Clear up StateBackend, AbstractStateBackend abstractions

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

Aljoscha Krettek reopened FLINK-3360:
-------------------------------------

Reopen to fix component

> Clear up StateBackend, AbstractStateBackend abstractions
> --------------------------------------------------------
>
>                 Key: FLINK-3360
>                 URL: https://issues.apache.org/jira/browse/FLINK-3360
>             Project: Flink
>          Issue Type: Improvement
>          Components: DataStream API
>            Reporter: Gyula Fora
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> Currently there is a StateBackend interface and an AbstractStateBackend class which are not very closely related to each other. I think this should be cleared up before the 1.0 release a little bit.
> The KvState for instance requires an AbstractStateBackend which does not implement the StateBackend. On the other hand the StateDescriptors bind to StateBackends
> I think we could get rid of the StateBackend interface and rename the AbstractStateBackend -> StateBackend. We only need to modify the bind method of the descriptors.



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