| Package | Description |
|---|---|
| org.apache.hugegraph.controller.graph | |
| org.apache.hugegraph.service.graph |
| Modifier and Type | Method and Description |
|---|---|
GraphView |
GraphController.addVertex(int connId,
VertexEntity entity) |
org.apache.hugegraph.structure.graph.Vertex |
GraphController.updateVertex(int connId,
String vertexId,
VertexEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
GraphView |
GraphService.addVertex(int connId,
VertexEntity entity) |
org.apache.hugegraph.structure.graph.Vertex |
GraphService.updateVertex(int connId,
VertexEntity entity) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.