| Package | Description |
|---|---|
| org.apache.hugegraph.controller.schema | |
| org.apache.hugegraph.entity.schema | |
| org.apache.hugegraph.service.schema |
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<PropertyIndex> |
PropertyIndexController.list(int connId,
boolean isVertexLabel,
String content,
int pageNo,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyIndex> |
SchemaLabelEntity.getPropertyIndexes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConflictDetail.add(PropertyIndex entity,
ConflictStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyIndex |
PropertyIndexService.convert(org.apache.hugegraph.structure.schema.IndexLabel indexLabel) |
| Modifier and Type | Method and Description |
|---|---|
static List<PropertyIndex> |
SchemaService.collectPropertyIndexes(org.apache.hugegraph.structure.schema.SchemaLabel schemaLabel,
List<org.apache.hugegraph.structure.schema.IndexLabel> indexLabels) |
List<PropertyIndex> |
PropertyIndexService.list(Collection<String> names,
int connId) |
List<PropertyIndex> |
PropertyIndexService.list(Collection<String> names,
int connId,
boolean emptyAsAll) |
List<PropertyIndex> |
PropertyIndexService.list(int connId) |
com.baomidou.mybatisplus.core.metadata.IPage<PropertyIndex> |
PropertyIndexService.list(int connId,
org.apache.hugegraph.structure.constant.HugeType type,
int pageNo,
int pageSize) |
com.baomidou.mybatisplus.core.metadata.IPage<PropertyIndex> |
PropertyIndexService.list(int connId,
org.apache.hugegraph.structure.constant.HugeType type,
String content,
int pageNo,
int pageSize)
The sort result like that, content is 'name'
--------------+------------------------+---------------------------------
base_value | index label name | fields
--------------+------------------------+---------------------------------
xxxname | xxxByName | name
--------------+------------------------+---------------------------------
| personByName | name
person +------------------------+---------------------------------
| personByAgeAndName | age name
--------------+------------------------+---------------------------------
| softwareByName | name
software +------------------------+---------------------------------
| softwareByPriveAndName | price name
--------------+------------------------+---------------------------------
|
| Modifier and Type | Method and Description |
|---|---|
ConflictStatus |
PropertyIndexService.checkConflict(PropertyIndex entity,
int connId) |
static org.apache.hugegraph.structure.schema.IndexLabel |
PropertyIndexService.convert(PropertyIndex entity,
org.apache.hugegraph.driver.HugeClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyIndexService.checkConflict(List<PropertyIndex> entities,
ConflictDetail detail,
int connId,
boolean compareEachOther) |
static List<org.apache.hugegraph.structure.schema.IndexLabel> |
SchemaService.convertIndexLabels(List<PropertyIndex> entities,
org.apache.hugegraph.driver.HugeClient client,
boolean isVertex,
String baseValue) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.