Class DefaultImmutableEdgeManager.GenericEdgeIterable
- java.lang.Object
-
- com.alibaba.graphscope.graph.impl.DefaultImmutableEdgeManager.GenericEdgeIterable
-
- All Implemented Interfaces:
Iterable<org.apache.giraph.edge.Edge<GIRAPH_OID_T,GIRAPH_EDATA_T>>
- 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 class DefaultImmutableEdgeManager.GenericEdgeIterable extends Object implements Iterable<org.apache.giraph.edge.Edge<GIRAPH_OID_T,GIRAPH_EDATA_T>>
-
-
Constructor Summary
Constructors Constructor Description GenericEdgeIterable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<org.apache.giraph.edge.Edge<GIRAPH_OID_T,GIRAPH_EDATA_T>>
iterator()
void
setLid(long lid)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
setLid
public void setLid(long lid)
-
iterator
public Iterator<org.apache.giraph.edge.Edge<GIRAPH_OID_T,GIRAPH_EDATA_T>> iterator()
- Specified by:
iterator
in interfaceIterable<org.apache.giraph.edge.Edge<GIRAPH_OID_T extends org.apache.hadoop.io.WritableComparable,GIRAPH_EDATA_T extends org.apache.hadoop.io.Writable>>
-
-