Class 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.Id convertId​(java.lang.Object rawId)  
      static org.apache.hugegraph.computer.core.graph.properties.Properties convertProperties​(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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HugeConverter

        public HugeConverter()
    • 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)