| Package | Description |
|---|---|
| org.apache.hugegraph.entity.schema | |
| org.apache.hugegraph.service.schema |
| Modifier and Type | Method and Description |
|---|---|
static ConflictStatus |
SchemaEntity.compare(SchemaEntity reusedEntity,
SchemaEntity originEntity) |
static ConflictStatus |
ConflictStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictStatus[] |
ConflictStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConflictDetail.add(EdgeLabelEntity entity,
ConflictStatus status) |
void |
ConflictDetail.add(PropertyIndex entity,
ConflictStatus status) |
void |
ConflictDetail.add(PropertyKeyEntity entity,
ConflictStatus status) |
void |
ConflictDetail.add(VertexLabelEntity entity,
ConflictStatus status) |
| Modifier and Type | Method and Description |
|---|---|
ConflictStatus |
PropertyIndexService.checkConflict(PropertyIndex entity,
int connId) |
static <T extends SchemaEntity> |
SchemaService.compareWithOthers(int currentIdx,
List<SchemaConflict<T>> conflicts) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.