You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "vinoyang (JIRA)" <ji...@apache.org> on 2019/06/10 07:34:00 UTC

[jira] [Updated] (FLINK-12791) Introduce LocalKeyedStateHandle interface and implement LocalKeyedKeyGroupsStateHandle / LocalKeyedIncrementalKeyedStateHandle

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

vinoyang updated FLINK-12791:
-----------------------------
    Description: 
To deal with local keyed state, we need to implement a {{LocalKeyedStateHandle}} interface to distinguish the existed {{KeyedStateHandle}}. This is a marker interface does not provide anything further methods.

Based on {{LocalKeyedStateHandle}} we provided two implementations: {{LocalKeyedKeyGroupsStateHandle}} and {{LocalKeyedIncrementalKeyedStateHandle}}. They are specialized {{KeyGroupsStateHandle}} and {{IncrementalKeyedStateHandle for states that are local keyed.}}

> Introduce LocalKeyedStateHandle interface and implement LocalKeyedKeyGroupsStateHandle / LocalKeyedIncrementalKeyedStateHandle
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-12791
>                 URL: https://issues.apache.org/jira/browse/FLINK-12791
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / State Backends
>            Reporter: vinoyang
>            Assignee: vinoyang
>            Priority: Major
>
> To deal with local keyed state, we need to implement a {{LocalKeyedStateHandle}} interface to distinguish the existed {{KeyedStateHandle}}. This is a marker interface does not provide anything further methods.
> Based on {{LocalKeyedStateHandle}} we provided two implementations: {{LocalKeyedKeyGroupsStateHandle}} and {{LocalKeyedIncrementalKeyedStateHandle}}. They are specialized {{KeyGroupsStateHandle}} and {{IncrementalKeyedStateHandle for states that are local keyed.}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)