Alessandro Presta created GIRAPH-419:
----------------------------------------
Summary: Make VertexResolver easily extendable
Key: GIRAPH-419
URL: https://issues.apache.org/jira/browse/GIRAPH-419
Project: Giraph
Issue Type: Improvement
Reporter: Alessandro Presta
Assignee: Alessandro Presta
All the VertexResolver logic is contained in the quite convoluted resolve()
method, which makes it hard to extend in practice.
We could refactor its functionality by adding two methods like
Vertex resolveVertex(oldVertex, newVertex)
Edge resolveEdge(oldEdge, newEdge)
This would make it easy to define algorithms that use mutations, or even to
read a vertex value or edge from several rows.
--
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