Class FileVertxFetcher

  • All Implemented Interfaces:
    java.util.Iterator<org.apache.hugegraph.structure.graph.Vertex>, ElementFetcher<org.apache.hugegraph.structure.graph.Vertex>, VertexFetcher

    public class FileVertxFetcher
    extends FileElementFetcher<org.apache.hugegraph.structure.graph.Vertex>
    implements VertexFetcher
    • Constructor Summary

      Constructors 
      Constructor Description
      FileVertxFetcher​(org.apache.hugegraph.computer.core.config.Config config)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      protected java.util.List<org.apache.hugegraph.loader.builder.ElementBuilder<org.apache.hugegraph.structure.graph.Vertex>> elementBuilders​(org.apache.hugegraph.loader.executor.LoadContext context, org.apache.hugegraph.loader.mapping.InputStruct struct)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
    • Constructor Detail

      • FileVertxFetcher

        public FileVertxFetcher​(org.apache.hugegraph.computer.core.config.Config config)
    • Method Detail

      • elementBuilders

        protected java.util.List<org.apache.hugegraph.loader.builder.ElementBuilder<org.apache.hugegraph.structure.graph.Vertex>> elementBuilders​(org.apache.hugegraph.loader.executor.LoadContext context,
                                                                                                                                                  org.apache.hugegraph.loader.mapping.InputStruct struct)
        Specified by:
        elementBuilders in class FileElementFetcher<org.apache.hugegraph.structure.graph.Vertex>