Class HugeConverter
- java.lang.Object
-
- org.apache.hugegraph.computer.core.input.HugeConverter
-
public final class HugeConverter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HugeConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.hugegraph.computer.core.graph.id.IdconvertId(java.lang.Object rawId)static org.apache.hugegraph.computer.core.graph.properties.PropertiesconvertProperties(java.util.Map<java.lang.String,java.lang.Object> rawProperties)static org.apache.hugegraph.computer.core.graph.value.Value.Tvalue<?>convertValue(java.lang.Object rawValue)
-
-
-
Method Detail
-
convertId
public static org.apache.hugegraph.computer.core.graph.id.Id convertId(java.lang.Object rawId)
-
convertValue
public static org.apache.hugegraph.computer.core.graph.value.Value.Tvalue<?> convertValue(java.lang.Object rawValue)
-
convertProperties
public static org.apache.hugegraph.computer.core.graph.properties.Properties convertProperties(java.util.Map<java.lang.String,java.lang.Object> rawProperties)
-
-