| Package | Description |
|---|---|
| org.apache.hugegraph.entity.schema | |
| org.apache.hugegraph.service.schema |
| Modifier and Type | Method and Description |
|---|---|
static SchemaType |
SchemaType.convert(org.apache.hugegraph.structure.constant.HugeType type) |
SchemaType |
VertexLabelEntity.getSchemaType() |
SchemaType |
PropertyIndex.getSchemaType() |
SchemaType |
Typifiable.getSchemaType() |
SchemaType |
VertexLabelUpdateEntity.getSchemaType() |
SchemaType |
PropertyKeyEntity.getSchemaType() |
SchemaType |
EdgeLabelEntity.getSchemaType() |
SchemaType |
EdgeLabelUpdateEntity.getSchemaType() |
static SchemaType |
SchemaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaType[] |
SchemaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends SchemaEntity> |
ConflictDetail.getConflicts(SchemaType type) |
| Constructor and Description |
|---|
ConflictDetail(SchemaType type) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends org.apache.hugegraph.structure.SchemaElement> |
SchemaService.addBatch(List<T> schemas,
org.apache.hugegraph.driver.HugeClient client,
BiConsumer<org.apache.hugegraph.driver.HugeClient,T> func,
SchemaType type) |
static <T extends org.apache.hugegraph.structure.SchemaElement> |
SchemaService.addBatch(List<T> schemas,
org.apache.hugegraph.driver.HugeClient client,
BiFunction<org.apache.hugegraph.driver.HugeClient,T,Long> func,
SchemaType type) |
static <T extends SchemaEntity> |
SchemaService.compareWithEachOther(ConflictDetail detail,
SchemaType type) |
static void |
SchemaService.removeBatch(List<String> names,
org.apache.hugegraph.driver.HugeClient client,
BiConsumer<org.apache.hugegraph.driver.HugeClient,String> func,
SchemaType type) |
static List<Long> |
SchemaService.removeBatch(List<String> names,
org.apache.hugegraph.driver.HugeClient client,
BiFunction<org.apache.hugegraph.driver.HugeClient,String,Long> func,
SchemaType type) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.