| Package | Description |
|---|---|
| org.apache.hugegraph.api.schema | |
| org.apache.hugegraph.driver | |
| org.apache.hugegraph.serializer.direct.util | |
| org.apache.hugegraph.structure.schema |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
PropertyKeyAPI.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyKey> |
PropertyKeyAPI.list() |
List<PropertyKey> |
PropertyKeyAPI.list(List<String> names) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey.PropertyKeyWithTask |
PropertyKeyAPI.append(PropertyKey propertyKey) |
PropertyKey.PropertyKeyWithTask |
PropertyKeyAPI.clear(PropertyKey propertyKey) |
PropertyKey.PropertyKeyWithTask |
PropertyKeyAPI.create(PropertyKey propertyKey) |
PropertyKey.PropertyKeyWithTask |
PropertyKeyAPI.eliminate(PropertyKey propertyKey) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
SchemaManager.addPropertyKey(PropertyKey propertyKey) |
PropertyKey |
SchemaManager.addPropertyKey(PropertyKey propertyKey,
long seconds) |
PropertyKey |
SchemaManager.appendPropertyKey(PropertyKey propertyKey) |
PropertyKey |
SchemaManager.clearPropertyKey(PropertyKey propertyKey) |
PropertyKey |
SchemaManager.clearPropertyKey(PropertyKey propertyKey,
long seconds) |
PropertyKey |
SchemaManager.eliminatePropertyKey(PropertyKey propertyKey) |
PropertyKey |
SchemaManager.getPropertyKey(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyKey> |
SchemaManager.getPropertyKeys() |
List<PropertyKey> |
SchemaManager.getPropertyKeys(List<String> names) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
SchemaManager.addPropertyKey(PropertyKey propertyKey) |
PropertyKey |
SchemaManager.addPropertyKey(PropertyKey propertyKey,
long seconds) |
long |
SchemaManager.addPropertyKeyAsync(PropertyKey propertyKey) |
PropertyKey |
SchemaManager.appendPropertyKey(PropertyKey propertyKey) |
PropertyKey |
SchemaManager.clearPropertyKey(PropertyKey propertyKey) |
PropertyKey |
SchemaManager.clearPropertyKey(PropertyKey propertyKey,
long seconds) |
long |
SchemaManager.clearPropertyKeyAsync(PropertyKey propertyKey) |
PropertyKey |
SchemaManager.eliminatePropertyKey(PropertyKey propertyKey) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
GraphSchema.getPropertyKey(String name) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
PropertyKey.BuilderImpl.append() |
PropertyKey |
PropertyKey.BuilderImpl.build() |
PropertyKey |
PropertyKey.BuilderImpl.create() |
PropertyKey |
PropertyKey.BuilderImpl.eliminate() |
PropertyKey |
PropertyKey.PropertyKeyWithTask.propertyKey() |
| Constructor and Description |
|---|
PropertyKeyWithTask(PropertyKey propertyKey,
long taskId) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.