Class HugeEdgeFetcher

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

    public class HugeEdgeFetcher
    extends HugeElementFetcher<org.apache.hugegraph.structure.graph.Edge>
    implements EdgeFetcher
    • Constructor Detail

      • HugeEdgeFetcher

        public HugeEdgeFetcher​(org.apache.hugegraph.computer.core.config.Config config,
                               org.apache.hugegraph.driver.HugeClient client)
    • Method Detail

      • fetch

        public java.util.Iterator<org.apache.hugegraph.structure.graph.Edge> fetch​(InputSplit split)
        Specified by:
        fetch in class HugeElementFetcher<org.apache.hugegraph.structure.graph.Edge>