Class LimitedLogOutput
- java.lang.Object
-
- org.apache.hugegraph.computer.core.output.AbstractComputerOutput
-
- org.apache.hugegraph.computer.core.output.LimitedLogOutput
-
- All Implemented Interfaces:
org.apache.hugegraph.computer.core.output.ComputerOutput
public class LimitedLogOutput extends org.apache.hugegraph.computer.core.output.AbstractComputerOutput
-
-
Constructor Summary
Constructors Constructor Description LimitedLogOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidinit(org.apache.hugegraph.computer.core.config.Config config, int partition)voidwrite(org.apache.hugegraph.computer.core.graph.vertex.Vertex vertex)-
Methods inherited from class org.apache.hugegraph.computer.core.output.AbstractComputerOutput
name, partition
-
-
-
-
Method Detail
-
init
public void init(org.apache.hugegraph.computer.core.config.Config config, int partition)- Specified by:
initin interfaceorg.apache.hugegraph.computer.core.output.ComputerOutput- Overrides:
initin classorg.apache.hugegraph.computer.core.output.AbstractComputerOutput
-
write
public void write(org.apache.hugegraph.computer.core.graph.vertex.Vertex vertex)
-
close
public void close()
-
-