| Package | Description |
|---|---|
| org.apache.hugegraph.controller.schema | |
| org.apache.hugegraph.service.schema |
| Modifier and Type | Method and Description |
|---|---|
ConflictDetail |
PropertyKeyController.checkConflict(int connId,
ConflictCheckEntity entity) |
ConflictDetail |
EdgeLabelController.checkConflict(int connId,
int reusedConnId,
ConflictCheckEntity entity) |
ConflictDetail |
VertexLabelController.checkConflicts(int connId,
int reusedConnId,
ConflictCheckEntity entity) |
ConflictDetail |
PropertyKeyController.recheckConflict(int connId,
ConflictCheckEntity entity) |
ConflictDetail |
EdgeLabelController.recheckConflict(int connId,
ConflictCheckEntity entity) |
ConflictDetail |
VertexLabelController.recheckConflicts(int connId,
ConflictCheckEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyKeyController.reuse(int connId,
ConflictDetail detail) |
void |
VertexLabelController.reuse(int connId,
ConflictDetail detail) |
void |
EdgeLabelController.reuse(int connId,
ConflictDetail detail) |
| Modifier and Type | Method and Description |
|---|---|
ConflictDetail |
EdgeLabelService.checkConflict(ConflictCheckEntity entity,
int connId,
boolean compareEachOther) |
ConflictDetail |
PropertyKeyService.checkConflict(ConflictCheckEntity entity,
int connId,
boolean compareEachOther) |
ConflictDetail |
VertexLabelService.checkConflict(ConflictCheckEntity entity,
int connId,
boolean compareEachOther) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyIndexService.checkConflict(List<PropertyIndex> entities,
ConflictDetail detail,
int connId,
boolean compareEachOther) |
void |
PropertyKeyService.checkConflict(List<PropertyKeyEntity> entities,
ConflictDetail detail,
int connId,
boolean compareEachOther) |
void |
VertexLabelService.checkConflict(List<VertexLabelEntity> entities,
ConflictDetail detail,
int connId,
boolean compareEachOther) |
static <T extends SchemaEntity> |
SchemaService.compareWithEachOther(ConflictDetail detail,
SchemaType type) |
List<org.apache.hugegraph.structure.schema.EdgeLabel> |
EdgeLabelService.filter(ConflictDetail detail,
org.apache.hugegraph.driver.HugeClient client) |
List<org.apache.hugegraph.structure.schema.PropertyKey> |
PropertyKeyService.filter(ConflictDetail detail,
org.apache.hugegraph.driver.HugeClient client) |
List<org.apache.hugegraph.structure.schema.VertexLabel> |
VertexLabelService.filter(ConflictDetail detail,
org.apache.hugegraph.driver.HugeClient client) |
List<org.apache.hugegraph.structure.schema.IndexLabel> |
PropertyIndexService.filter(ConflictDetail detail,
org.apache.hugegraph.driver.HugeClient client) |
void |
EdgeLabelService.reuse(ConflictDetail detail,
int connId) |
void |
PropertyKeyService.reuse(ConflictDetail detail,
int connId) |
void |
VertexLabelService.reuse(ConflictDetail detail,
int connId) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.