Class LimitedLogOutput

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

    public class LimitedLogOutput
    extends org.apache.hugegraph.computer.core.output.AbstractComputerOutput
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void init​(org.apache.hugegraph.computer.core.config.Config config, int partition)  
      void write​(org.apache.hugegraph.computer.core.graph.vertex.Vertex vertex)  
      • 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

      • LimitedLogOutput

        public LimitedLogOutput()
    • Method Detail

      • init

        public void init​(org.apache.hugegraph.computer.core.config.Config config,
                         int partition)
        Specified by:
        init in interface org.apache.hugegraph.computer.core.output.ComputerOutput
        Overrides:
        init in class org.apache.hugegraph.computer.core.output.AbstractComputerOutput
      • write

        public void write​(org.apache.hugegraph.computer.core.graph.vertex.Vertex vertex)
      • close

        public void close()