I - Vertex index valueV - Vertex valueE - Edge valuepublic interface VertexChanges<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
| Modifier and Type | Method and Description | 
|---|---|
| List<Edge<I,E>> | getAddedEdgeList()Get the added edges for this particular vertex index from the previous
 superstep | 
| List<Vertex<I,V,E>> | 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. | 
List<Vertex<I,V,E>> getAddedVertexList()
int getRemovedVertexCount()
List<Edge<I,E>> getAddedEdgeList()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.