public class GraphSchema extends Object
| Constructor and Description |
|---|
GraphSchema(HugeClient client) |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
getEdgeLabel(int id) |
EdgeLabel |
getEdgeLabel(String name) |
PropertyKey |
getPropertyKey(String name) |
VertexLabel |
getVertexLabel(String name) |
void |
updateAll() |
public GraphSchema(HugeClient client)
public void updateAll()
public PropertyKey getPropertyKey(String name)
public VertexLabel getVertexLabel(String name)
public EdgeLabel getEdgeLabel(int id)
Copyright © 2023 The Apache Software Foundation. All rights reserved.