@Service public class EdgeLabelService extends SchemaService
USER_KEY_CREATE_TIME, USER_KEY_STYLE| Constructor and Description |
|---|
EdgeLabelService() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(EdgeLabelEntity entity,
int connId) |
void |
addBatch(List<org.apache.hugegraph.structure.schema.EdgeLabel> edgeLabels,
org.apache.hugegraph.driver.HugeClient client) |
ConflictDetail |
checkConflict(ConflictCheckEntity entity,
int connId,
boolean compareEachOther) |
void |
checkExist(String name,
int connId) |
void |
checkNotExist(String name,
int connId) |
List<org.apache.hugegraph.structure.schema.EdgeLabel> |
filter(ConflictDetail detail,
org.apache.hugegraph.driver.HugeClient client) |
EdgeLabelEntity |
get(String name,
int connId) |
List<EdgeLabelEntity> |
list(Collection<String> names,
int connId) |
List<EdgeLabelEntity> |
list(Collection<String> names,
int connId,
boolean emptyAsAll) |
List<EdgeLabelEntity> |
list(int connId) |
void |
remove(String name,
int connId) |
void |
removeBatch(List<org.apache.hugegraph.structure.schema.EdgeLabel> edgeLabels,
org.apache.hugegraph.driver.HugeClient client) |
void |
reuse(ConflictDetail detail,
int connId) |
void |
update(EdgeLabelUpdateEntity entity,
int connId) |
addBatch, addBatch, client, collectIndexLabels, collectIndexLabels, collectNames, collectProperties, collectPropertyIndexes, compareWithEachOther, compareWithOthers, config, convertIndexLabels, getCreateTime, removeBatch, removeBatch, toStringArraypublic List<EdgeLabelEntity> list(int connId)
public List<EdgeLabelEntity> list(Collection<String> names, int connId)
public List<EdgeLabelEntity> list(Collection<String> names, int connId, boolean emptyAsAll)
public EdgeLabelEntity get(String name, int connId)
public void checkExist(String name, int connId)
public void checkNotExist(String name, int connId)
public void add(EdgeLabelEntity entity, int connId)
public void update(EdgeLabelUpdateEntity entity, int connId)
public void remove(String name, int connId)
public ConflictDetail checkConflict(ConflictCheckEntity entity, int connId, boolean compareEachOther)
public void reuse(ConflictDetail detail, int connId)
public List<org.apache.hugegraph.structure.schema.EdgeLabel> filter(ConflictDetail detail, org.apache.hugegraph.driver.HugeClient client)
public void addBatch(List<org.apache.hugegraph.structure.schema.EdgeLabel> edgeLabels, org.apache.hugegraph.driver.HugeClient client)
public void removeBatch(List<org.apache.hugegraph.structure.schema.EdgeLabel> edgeLabels, org.apache.hugegraph.driver.HugeClient client)
Copyright © 2024 The Apache Software Foundation. All rights reserved.