| Package | Description |
|---|---|
| org.apache.hugegraph.api.schema | |
| org.apache.hugegraph.driver | |
| org.apache.hugegraph.structure.schema |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<SchemaElement>> |
SchemaAPI.list() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
IndexLabelAPI.checkCreateOrUpdate(SchemaElement schemaElement) |
protected Object |
VertexLabelAPI.checkCreateOrUpdate(SchemaElement schemaElement) |
protected Object |
EdgeLabelAPI.checkCreateOrUpdate(SchemaElement schemaElement) |
protected Object |
PropertyKeyAPI.checkCreateOrUpdate(SchemaElement schemaElement) |
protected abstract Object |
SchemaElementAPI.checkCreateOrUpdate(SchemaElement schemaElement) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<SchemaElement>> |
SchemaManager.getSchema() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchemaBuilder<T extends SchemaElement> |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeLabel |
static class |
EdgeLabel.EdgeLabelV53 |
class |
IndexLabel |
static class |
IndexLabel.IndexLabelV49 |
static class |
IndexLabel.IndexLabelV56 |
class |
PropertyKey |
static class |
PropertyKey.PropertyKeyV46 |
static class |
PropertyKey.PropertyKeyV58 |
class |
SchemaLabel |
class |
VertexLabel |
static class |
VertexLabel.VertexLabelV53 |
Copyright © 2023 The Apache Software Foundation. All rights reserved.