| Package | Description |
|---|---|
| org.apache.hugegraph.controller.schema | |
| org.apache.hugegraph.entity.schema | |
| org.apache.hugegraph.service.schema |
| Modifier and Type | Method and Description |
|---|---|
VertexLabelEntity |
VertexLabelController.get(int connId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<VertexLabelEntity> |
VertexLabelController.list(int connId,
String content,
String nameOrder,
int pageNo,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexLabelController.create(int connId,
VertexLabelEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConflictDetail.add(VertexLabelEntity entity,
ConflictStatus status) |
| Modifier and Type | Method and Description |
|---|---|
VertexLabelEntity |
VertexLabelService.get(String name,
int connId) |
| Modifier and Type | Method and Description |
|---|---|
List<VertexLabelEntity> |
VertexLabelService.list(Collection<String> names,
int connId) |
List<VertexLabelEntity> |
VertexLabelService.list(Collection<String> names,
int connId,
boolean emptyAsAll) |
List<VertexLabelEntity> |
VertexLabelService.list(int connId) |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexLabelService.add(VertexLabelEntity entity,
int connId) |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexLabelService.checkConflict(List<VertexLabelEntity> entities,
ConflictDetail detail,
int connId,
boolean compareEachOther) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.