| Package | Description |
|---|---|
| org.apache.hugegraph.api.job | |
| org.apache.hugegraph.api.schema | |
| org.apache.hugegraph.driver | |
| org.apache.hugegraph.structure.schema |
| Modifier and Type | Method and Description |
|---|---|
long |
RebuildAPI.rebuild(IndexLabel indexLabel) |
| Modifier and Type | Method and Description |
|---|---|
IndexLabel |
IndexLabelAPI.append(IndexLabel indexLabel) |
IndexLabel |
IndexLabelAPI.eliminate(IndexLabel indexLabel) |
IndexLabel |
IndexLabelAPI.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<IndexLabel> |
IndexLabelAPI.list() |
List<IndexLabel> |
IndexLabelAPI.list(List<String> names) |
| Modifier and Type | Method and Description |
|---|---|
IndexLabel |
IndexLabelAPI.append(IndexLabel indexLabel) |
IndexLabel.IndexLabelWithTask |
IndexLabelAPI.create(IndexLabel indexLabel) |
IndexLabel |
IndexLabelAPI.eliminate(IndexLabel indexLabel) |
| Modifier and Type | Method and Description |
|---|---|
IndexLabel |
SchemaManager.addIndexLabel(IndexLabel indexLabel) |
IndexLabel |
SchemaManager.addIndexLabel(IndexLabel indexLabel,
long seconds) |
IndexLabel |
SchemaManager.appendIndexLabel(IndexLabel indexLabel) |
IndexLabel |
SchemaManager.eliminateIndexLabel(IndexLabel indexLabel) |
IndexLabel |
SchemaManager.getIndexLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<IndexLabel> |
SchemaManager.getIndexLabels() |
List<IndexLabel> |
SchemaManager.getIndexLabels(List<String> names) |
| Modifier and Type | Method and Description |
|---|---|
IndexLabel |
SchemaManager.addIndexLabel(IndexLabel indexLabel) |
IndexLabel |
SchemaManager.addIndexLabel(IndexLabel indexLabel,
long seconds) |
long |
SchemaManager.addIndexLabelAsync(IndexLabel indexLabel) |
IndexLabel |
SchemaManager.appendIndexLabel(IndexLabel indexLabel) |
IndexLabel |
SchemaManager.eliminateIndexLabel(IndexLabel indexLabel) |
void |
JobManager.rebuild(IndexLabel indexLabel) |
void |
JobManager.rebuild(IndexLabel indexLabel,
long seconds) |
long |
JobManager.rebuildAsync(IndexLabel indexLabel) |
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexLabel.IndexLabelV49 |
static class |
IndexLabel.IndexLabelV56 |
| Modifier and Type | Method and Description |
|---|---|
IndexLabel |
IndexLabel.BuilderImpl.append() |
IndexLabel |
IndexLabel.BuilderImpl.build() |
IndexLabel |
IndexLabel.BuilderImpl.create() |
IndexLabel |
IndexLabel.BuilderImpl.eliminate() |
IndexLabel |
IndexLabel.IndexLabelWithTask.indexLabel() |
| Constructor and Description |
|---|
IndexLabelV49(IndexLabel indexLabel) |
IndexLabelV56(IndexLabel indexLabel) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.