Interface EdgeFetcher

  • All Superinterfaces:
    ElementFetcher<org.apache.hugegraph.structure.graph.Edge>, java.util.Iterator<org.apache.hugegraph.structure.graph.Edge>
    All Known Implementing Classes:
    FileEdgeFetcher, HugeEdgeFetcher

    public interface EdgeFetcher
    extends ElementFetcher<org.apache.hugegraph.structure.graph.Edge>
    Streamed read the data of each input split, and return one HugeEdge object at each iteration
    • Method Detail

      • close

        void close()