| Package | Description |
|---|---|
| org.apache.hugegraph.structure.constant | |
| org.apache.hugegraph.structure.schema |
| Modifier and Type | Method and Description |
|---|---|
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected IndexType |
IndexLabel.indexType |
| Modifier and Type | Method and Description |
|---|---|
IndexType |
IndexLabel.indexType() |
| Modifier and Type | Method and Description |
|---|---|
IndexLabel.Builder |
IndexLabel.Builder.indexType(IndexType indexType) |
IndexLabel.Builder |
IndexLabel.BuilderImpl.indexType(IndexType indexType) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.