Class EdgesInput
- java.lang.Object
-
- org.apache.hugegraph.computer.core.compute.input.EdgesInput
-
public class EdgesInput extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEdgesInput.EmptyEdges
-
Constructor Summary
Constructors Constructor Description EdgesInput(org.apache.hugegraph.computer.core.common.ComputerContext context, java.io.File edgeFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()org.apache.hugegraph.computer.core.graph.edge.Edgesedges(ReusablePointer vidPointer)voidinit()
-
-
-
Method Detail
-
init
public void init() throws java.io.IOException- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException- Throws:
java.io.IOException
-
edges
public org.apache.hugegraph.computer.core.graph.edge.Edges edges(ReusablePointer vidPointer)
-
-