You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Claudio Martella (JIRA)" <ji...@apache.org> on 2013/04/09 19:50:17 UTC

[jira] [Created] (GIRAPH-613) Remove Writable from the interfaces implemented by Vertex

Claudio Martella created GIRAPH-613:
---------------------------------------

             Summary: Remove Writable from the interfaces implemented by Vertex
                 Key: GIRAPH-613
                 URL: https://issues.apache.org/jira/browse/GIRAPH-613
             Project: Giraph
          Issue Type: Improvement
            Reporter: Claudio Martella
            Priority: Minor


Currently, Vertex implements Writable, meaning that we depend on the user (except for the default implementation) on the way the graph is serialised and deserialized. This means we cannot do certain optimisations, and the user can actually add additional stuff to Vertex more than Value, Id, Edges and halt state. By removing this possibility (or allowing them to extend a default implementation) we take control of this.

--
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