Class HugeGraphLongOutput

  • All Implemented Interfaces:
    org.apache.hugegraph.computer.core.output.ComputerOutput

    public class HugeGraphLongOutput
    extends org.apache.hugegraph.computer.core.output.hg.HugeGraphOutput<java.lang.Long>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void prepareSchema()  
      • Methods inherited from class org.apache.hugegraph.computer.core.output.hg.HugeGraphOutput

        client, close, commit, constructHugeVertex, init, value, write, writeType
      • Methods inherited from class org.apache.hugegraph.computer.core.output.AbstractComputerOutput

        name, partition
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.hugegraph.computer.core.output.ComputerOutput

        mergePartitions
    • Constructor Detail

      • HugeGraphLongOutput

        public HugeGraphLongOutput()
    • Method Detail

      • prepareSchema

        protected void prepareSchema()
        Specified by:
        prepareSchema in class org.apache.hugegraph.computer.core.output.hg.HugeGraphOutput<java.lang.Long>