Uses of Class
org.apache.hugegraph.computer.core.io.OutputFormat
-
Packages that use OutputFormat Package Description org.apache.hugegraph.computer.core.io -
-
Uses of OutputFormat in org.apache.hugegraph.computer.core.io
Methods in org.apache.hugegraph.computer.core.io that return OutputFormat Modifier and Type Method Description static OutputFormatOutputFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OutputFormat[]OutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hugegraph.computer.core.io with parameters of type OutputFormat Modifier and Type Method Description static org.apache.hugegraph.computer.core.io.GraphOutputIOFactory. createGraphOutput(org.apache.hugegraph.computer.core.common.ComputerContext context, OutputFormat format, org.apache.hugegraph.computer.core.io.RandomAccessOutput out)
-