Class EdgesInput


  • public class EdgesInput
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  EdgesInput.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
      void close()  
      org.apache.hugegraph.computer.core.graph.edge.Edges edges​(ReusablePointer vidPointer)  
      void init()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EdgesInput

        public EdgesInput​(org.apache.hugegraph.computer.core.common.ComputerContext context,
                          java.io.File edgeFile)
    • 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)