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