[
https://issues.apache.org/jira/browse/GIRAPH-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nitay Joffe updated GIRAPH-468:
-------------------------------
Description:
I made the following API:
Vertex - interface:
addEdge
getAllEdgeValues
getConf
getEdges
getEdgeValue
getId
getMutableEdges
getNumEdges
getValue
removeEdges
setConf
setEdges
setEdgeValue
setValue
voteToHalt
IOVertex - interface extends Vertex:
initialize
initialize
isHalted
unwrapMutableEdges
wakeUp
BasicAPI - implementation of IOVertex. The current Vertex code basically.
The idea is to make the "Vertex" interface that user sees in Computation as
clean and simple as possible.
> Make Vertex an Interface
> ------------------------
>
> Key: GIRAPH-468
> URL: https://issues.apache.org/jira/browse/GIRAPH-468
> Project: Giraph
> Issue Type: Improvement
> Reporter: Nitay Joffe
> Attachments: GIRAPH-468.patch
>
>
> I made the following API:
> Vertex - interface:
> addEdge
> getAllEdgeValues
> getConf
> getEdges
> getEdgeValue
> getId
> getMutableEdges
> getNumEdges
> getValue
> removeEdges
> setConf
> setEdges
> setEdgeValue
> setValue
> voteToHalt
> IOVertex - interface extends Vertex:
> initialize
> initialize
> isHalted
> unwrapMutableEdges
> wakeUp
> BasicAPI - implementation of IOVertex. The current Vertex code basically.
> The idea is to make the "Vertex" interface that user sees in Computation as
> clean and simple as possible.
--
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