Alessandro Presta created GIRAPH-310:
----------------------------------------

             Summary: Simplify vertex initialization
                 Key: GIRAPH-310
                 URL: https://issues.apache.org/jira/browse/GIRAPH-310
             Project: Giraph
          Issue Type: Improvement
            Reporter: Alessandro Presta
            Assignee: Alessandro Presta


Once we get rid of Hadoop RPC, there is little sense in having the user define 
Vertex#initialize() in the API. The only method that has to be implemented 
should be Vertex#putEdges(), and initialize(id, value, edges) can be defined in 
terms of that.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to