You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Andrey Zagrebin (JIRA)" <ji...@apache.org> on 2018/06/12 13:06:00 UTC

[jira] [Created] (FLINK-9572) Extend InternalAppendingState with internal stored state access

Andrey Zagrebin created FLINK-9572:
--------------------------------------

             Summary: Extend InternalAppendingState with internal stored state access
                 Key: FLINK-9572
                 URL: https://issues.apache.org/jira/browse/FLINK-9572
             Project: Flink
          Issue Type: Sub-task
          Components: State Backends, Checkpointing
    Affects Versions: 1.6.0
            Reporter: Andrey Zagrebin
            Assignee: Andrey Zagrebin
             Fix For: 1.6.0


 
{code:java}
public interface InternalAppendingState<K, N, IN, SV, OUT> ... {
    SV getInternal();
    void updateInternal(SV);
}
{code}
 



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