@Service public class GraphService extends Object
| Constructor and Description |
|---|
GraphService() |
| Modifier and Type | Method and Description |
|---|---|
GraphView |
addEdge(int connId,
EdgeEntity entity) |
GraphView |
addVertex(int connId,
VertexEntity entity) |
org.apache.hugegraph.driver.HugeClient |
client(int connId) |
org.apache.hugegraph.structure.graph.Edge |
updateEdge(int connId,
EdgeEntity entity) |
org.apache.hugegraph.structure.graph.Vertex |
updateVertex(int connId,
VertexEntity entity) |
public org.apache.hugegraph.driver.HugeClient client(int connId)
public GraphView addVertex(int connId, VertexEntity entity)
public org.apache.hugegraph.structure.graph.Vertex updateVertex(int connId,
VertexEntity entity)
public GraphView addEdge(int connId, EdgeEntity entity)
public org.apache.hugegraph.structure.graph.Edge updateEdge(int connId,
EdgeEntity entity)
Copyright © 2024 The Apache Software Foundation. All rights reserved.