[ 
https://issues.apache.org/jira/browse/FLINK-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14734871#comment-14734871
 ] 

Stephan Ewen commented on FLINK-2635:
-------------------------------------

I actually decided to not unify them, as the {{OneInputStreamTask}} cannot 
initialize its fields in the constructor (it is instantiated from the 
classname). It is then easier to have a dedicated class that can properly 
initialize all fields (like the {{StreamInputProcessor}}.

> Unify StreamInputProcessor and OneInputStreamTask
> -------------------------------------------------
>
>                 Key: FLINK-2635
>                 URL: https://issues.apache.org/jira/browse/FLINK-2635
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>    Affects Versions: 0.10
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>             Fix For: 0.10
>
>
> Working on some windowing operations, I found that these two classes can 
> easily be put into one, making the set of task/operator classes easier to 
> navigate.
> The {{OneInputStreamTask}} does effectively nothing more than delegate to the 
> {{StreamInputProcessor}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to