Uses of Class
org.apache.hugegraph.computer.core.graph.id.BytesId
-
Packages that use BytesId Package Description org.apache.hugegraph.computer.core.graph.id -
-
Uses of BytesId in org.apache.hugegraph.computer.core.graph.id
Fields in org.apache.hugegraph.computer.core.graph.id declared as BytesId Modifier and Type Field Description static BytesIdBytesId. EMPTYMethods in org.apache.hugegraph.computer.core.graph.id that return BytesId Modifier and Type Method Description static BytesIdBytesId. of(long value)static BytesIdBytesId. of(java.lang.String value)static BytesIdBytesId. of(java.util.UUID value)
-