You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Nitay Joffe (JIRA)" <ji...@apache.org> on 2013/03/25 20:03:16 UTC

[jira] [Created] (GIRAPH-587) Refactor configuration options

Nitay Joffe created GIRAPH-587:
----------------------------------

             Summary: Refactor configuration options
                 Key: GIRAPH-587
                 URL: https://issues.apache.org/jira/browse/GIRAPH-587
             Project: Giraph
          Issue Type: Bug
            Reporter: Nitay Joffe
            Assignee: Nitay Joffe


I think with some clever use of Enums we can cleanup our configuration options a lot. Specifically I'm thinking we should add an enum for each type of option, for example StringConfOption. This enum would contain the key name, default value, and methods to get / set it when passed a Configuration. We can have a BooleanConfOption, IntConfOption, ClassConfOption, etc. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira