public class ConflictDetail extends Object
| Constructor and Description |
|---|
ConflictDetail(SchemaType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(EdgeLabelEntity entity,
ConflictStatus status) |
void |
add(PropertyIndex entity,
ConflictStatus status) |
void |
add(PropertyKeyEntity entity,
ConflictStatus status) |
void |
add(VertexLabelEntity entity,
ConflictStatus status) |
boolean |
anyPropertyIndexConflict(Collection<String> names) |
boolean |
anyPropertyKeyConflict(Collection<String> names) |
boolean |
anyVertexLabelConflict(Collection<String> names) |
<T extends SchemaEntity> |
getConflicts(SchemaType type) |
boolean |
hasConflict() |
public ConflictDetail(SchemaType type)
public <T extends SchemaEntity> List<SchemaConflict<T>> getConflicts(SchemaType type)
public void add(PropertyKeyEntity entity, ConflictStatus status)
public void add(PropertyIndex entity, ConflictStatus status)
public void add(VertexLabelEntity entity, ConflictStatus status)
public void add(EdgeLabelEntity entity, ConflictStatus status)
public boolean anyPropertyKeyConflict(Collection<String> names)
public boolean anyPropertyIndexConflict(Collection<String> names)
public boolean anyVertexLabelConflict(Collection<String> names)
public boolean hasConflict()
Copyright © 2024 The Apache Software Foundation. All rights reserved.