| Package | Description |
|---|---|
| org.apache.hugegraph.controller.schema | |
| org.apache.hugegraph.entity.schema | |
| org.apache.hugegraph.service.schema |
| Modifier and Type | Method and Description |
|---|---|
<T extends SchemaEntity> |
SchemaController.listInPage(Function<Integer,List<T>> fetcher,
int connId,
String content,
String nameOrder,
int pageNo,
int pageSize) |
<T extends SchemaEntity> |
SchemaController.sortByCreateTime(List<T> entities,
boolean asc) |
<T extends SchemaEntity> |
SchemaController.sortByName(List<T> entities,
boolean asc) |
<T extends SchemaEntity> |
SchemaController.sortByRelativity(List<T> entities,
String content) |
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaConflict<T extends SchemaEntity> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchemaLabelEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeLabelEntity |
class |
PropertyIndex |
class |
PropertyKeyEntity |
class |
VertexLabelEntity |
| Modifier and Type | Method and Description |
|---|---|
<T extends SchemaEntity> |
ConflictDetail.getConflicts(SchemaType type) |
| Modifier and Type | Method and Description |
|---|---|
static ConflictStatus |
SchemaEntity.compare(SchemaEntity reusedEntity,
SchemaEntity originEntity) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends SchemaEntity> |
SchemaService.compareWithEachOther(ConflictDetail detail,
SchemaType type) |
static <T extends SchemaEntity> |
SchemaService.compareWithOthers(int currentIdx,
List<SchemaConflict<T>> conflicts) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.