Pavan Kumar created GIRAPH-892:
----------------------------------
Summary: Add support for new vertexIdData based data structures
Key: GIRAPH-892
URL: https://issues.apache.org/jira/browse/GIRAPH-892
Project: Giraph
Issue Type: New Feature
Reporter: Pavan Kumar
Assignee: Pavan Kumar
Currently writableRequests are deserialized from network buffers into a
bytearray based datastructure (vertexIdData - ByteArrayVertexIdEdges,
ByteArrayVertexIdMessages, etc.) and then immediately stored into MessageStore,
EdgeStore, etc.
In this diff we ensure that we can directly read from network buffers (while
storing in MessageStore for example) without creating an (unnecessary
intermediate ByteArray based) vertexIdData object.
--
This message was sent by Atlassian JIRA
(v6.2#6252)