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