| Package | Description |
|---|---|
| org.apache.hugegraph.serializer.direct.util |
| Modifier and Type | Method and Description |
|---|---|
static Id.IdType |
IdGenerator.idType(Id id) |
Id.IdType |
IdGenerator.StringId.type() |
Id.IdType |
IdGenerator.LongId.type() |
Id.IdType |
IdGenerator.UuidId.type() |
Id.IdType |
Id.type() |
static Id.IdType |
Id.IdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Id.IdType |
Id.IdType.valueOfPrefix(String id) |
static Id.IdType[] |
Id.IdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Id |
IdGenerator.of(byte[] bytes,
Id.IdType type) |
static Id |
IdGenerator.ofStoredString(String id,
Id.IdType type) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.