Interface DefaultImmutableEdgeManager.ImmutableEdgeIterator<EDGE_OID_T extends org.apache.hadoop.io.WritableComparable,EDGE_DATA_T extends org.apache.hadoop.io.Writable>
-
- All Superinterfaces:
Iterator<org.apache.giraph.edge.Edge<EDGE_OID_T,EDGE_DATA_T>>
- All Known Implementing Classes:
DefaultImmutableEdgeManager.OnHeapEdgeIterator
- Enclosing class:
- DefaultImmutableEdgeManager<GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T,GIRAPH_OID_T extends org.apache.hadoop.io.WritableComparable,GIRAPH_EDATA_T extends org.apache.hadoop.io.Writable>
public static interface DefaultImmutableEdgeManager.ImmutableEdgeIterator<EDGE_OID_T extends org.apache.hadoop.io.WritableComparable,EDGE_DATA_T extends org.apache.hadoop.io.Writable> extends Iterator<org.apache.giraph.edge.Edge<EDGE_OID_T,EDGE_DATA_T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setLid(int lid)
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-