|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
I - Vertex index valueV - Vertex valueE - Edge valueM - Message valuepublic interface VertexChanges<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,M extends org.apache.hadoop.io.Writable>
Structure to hold all the possible graph mutations that can occur during a superstep.
| Method Summary | |
|---|---|
List<Edge<I,E>> |
getAddedEdgeList()
Get the added edges for this particular vertex index from the previous superstep |
List<Vertex<I,V,E,M>> |
getAddedVertexList()
Get the added vertices for this particular vertex index from the previous superstep. |
List<I> |
getRemovedEdgeList()
Get the removed edges by their destination vertex index. |
int |
getRemovedVertexCount()
Get the number of times this vertex was removed in the previous superstep. |
| Method Detail |
|---|
List<Vertex<I,V,E,M>> getAddedVertexList()
int getRemovedVertexCount()
List<Edge<I,E>> getAddedEdgeList()
List<I> getRemovedEdgeList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||