You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Sergiy Matusevych (JIRA)" <ji...@apache.org> on 2016/10/12 21:28:20 UTC

[jira] [Created] (REEF-1639) Refactor RunnableProcess and move State and related logic into a separate enum

Sergiy Matusevych created REEF-1639:
---------------------------------------

             Summary: Refactor RunnableProcess and move State and related logic into a separate enum
                 Key: REEF-1639
                 URL: https://issues.apache.org/jira/browse/REEF-1639
             Project: REEF
          Issue Type: Sub-task
          Components: REEF Runtime Local
            Reporter: Sergiy Matusevych
            Assignee: Sergiy Matusevych
            Priority: Minor


{{RunnableProcess}} mixes up the process-related logic with state management. In all other similar cases, we have {{State}} enum and related logic separated from the class that uses it. We need to do the same for {{RunnableProcess}} for better readability and manageability of the code.



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