Class IdUtil
- java.lang.Object
-
- org.apache.hugegraph.computer.core.input.IdUtil
-
public class IdUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNUMBER_ID_PREFIXstatic java.lang.StringSTRING_ID_PREFIX
-
Constructor Summary
Constructors Constructor Description IdUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringassignEdgeId(org.apache.hugegraph.structure.graph.Edge edge, org.apache.hugegraph.structure.schema.EdgeLabel edgeLabel)
-
-
-
Field Detail
-
NUMBER_ID_PREFIX
public static final java.lang.String NUMBER_ID_PREFIX
- See Also:
- Constant Field Values
-
STRING_ID_PREFIX
public static final java.lang.String STRING_ID_PREFIX
- See Also:
- Constant Field Values
-
-