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