| Modifier and Type | Method and Description |
|---|---|
Vertex |
VertexAPI.append(Vertex vertex) |
Vertex |
VertexAPI.create(Vertex vertex) |
Vertex |
VertexAPI.eliminate(Vertex vertex) |
Vertex |
VertexAPI.get(Object id) |
| Modifier and Type | Method and Description |
|---|---|
List<Vertex> |
VertexAPI.update(BatchVertexRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
VertexAPI.append(Vertex vertex) |
Vertex |
VertexAPI.create(Vertex vertex) |
Vertex |
VertexAPI.eliminate(Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
VertexAPI.create(List<Vertex> vertices) |
| Modifier and Type | Method and Description |
|---|---|
List<Vertex> |
VerticesAPI.list(List<Object> ids) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
GraphManager.addVertex(Object... keyValues) |
Vertex |
GraphManager.addVertex(String label,
Map<String,Object> properties) |
Vertex |
GraphManager.addVertex(String label,
Object id,
Map<String,Object> properties) |
Vertex |
GraphManager.addVertex(Vertex vertex) |
Vertex |
GraphManager.appendVertexProperty(Vertex vertex) |
Vertex |
GraphManager.eliminateVertexProperty(Vertex vertex) |
Vertex |
GraphManager.getVertex(Object vertexId) |
| Modifier and Type | Method and Description |
|---|---|
List<Vertex> |
GraphManager.addVertices(List<Vertex> vertices) |
Iterator<Vertex> |
GraphManager.iterateVertices(int sizePerPage) |
Iterator<Vertex> |
GraphManager.iterateVertices(String label,
int sizePerPage) |
Iterator<Vertex> |
GraphManager.iterateVertices(String label,
Map<String,Object> properties,
int sizePerPage) |
Iterator<Vertex> |
TraverserManager.iteratorVertices(Shard shard,
int sizePerPage) |
List<Vertex> |
GraphManager.listVertices() |
List<Vertex> |
GraphManager.listVertices(int limit) |
List<Vertex> |
GraphManager.listVertices(int offset,
int limit) |
List<Vertex> |
GraphManager.listVertices(String label) |
List<Vertex> |
GraphManager.listVertices(String label,
int limit) |
List<Vertex> |
GraphManager.listVertices(String label,
Map<String,Object> properties) |
List<Vertex> |
GraphManager.listVertices(String label,
Map<String,Object> properties,
boolean keepP) |
List<Vertex> |
GraphManager.listVertices(String label,
Map<String,Object> properties,
boolean keepP,
int limit) |
List<Vertex> |
GraphManager.listVertices(String label,
Map<String,Object> properties,
boolean keepP,
int offset,
int limit) |
List<Vertex> |
GraphManager.listVertices(String label,
Map<String,Object> properties,
int limit) |
List<Vertex> |
GraphManager.listVertices(String label,
Map<String,Object> properties,
int offset,
int limit) |
List<Vertex> |
GraphManager.updateVertices(BatchVertexRequest request) |
List<Vertex> |
TraverserManager.vertices(List<Object> ids) |
| Modifier and Type | Method and Description |
|---|---|
Edge |
GraphManager.addEdge(Vertex source,
String label,
Vertex target,
Map<String,Object> properties) |
Edge |
GraphManager.addEdge(Vertex source,
String label,
Vertex target,
Object... properties) |
Vertex |
GraphManager.addVertex(Vertex vertex) |
Vertex |
GraphManager.appendVertexProperty(Vertex vertex) |
Vertex |
GraphManager.eliminateVertexProperty(Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
List<Vertex> |
GraphManager.addVertices(List<Vertex> vertices) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
Vertex.property(String key,
Object value) |
Vertex |
Vertex.removeProperty(String key) |
protected Vertex |
Vertex.setProperty(String key,
Object value) |
Vertex |
Graph.HugeVertex.vertex() |
| Modifier and Type | Method and Description |
|---|---|
List<Vertex> |
Vertices.results() |
| Modifier and Type | Method and Description |
|---|---|
Edge |
Vertex.addEdge(String label,
Vertex vertex,
Map<String,Object> properties) |
Edge |
Vertex.addEdge(String label,
Vertex vertex,
Object... properties) |
boolean |
Edge.linkedVertex(Vertex vertex) |
Edge |
Edge.source(Vertex source) |
Edge |
Edge.target(Vertex target) |
void |
Graph.HugeVertex.vertex(Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
BatchVertexRequest.Builder |
BatchVertexRequest.Builder.vertices(List<Vertex> vertices) |
| Constructor and Description |
|---|
HugeVertex(Vertex v) |
| Constructor and Description |
|---|
Graph(List<Vertex> vertices,
List<Edge> edges) |
Vertices(List<Vertex> vertices,
String page) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
Result.getVertex() |
| Modifier and Type | Method and Description |
|---|---|
Set<Vertex> |
WeightedPath.vertices() |
Set<Vertex> |
Kneighbor.vertices() |
Set<Vertex> |
Kout.vertices() |
Set<Vertex> |
CustomizedCrosspoints.vertices() |
Set<Vertex> |
WeightedPaths.vertices() |
Set<Vertex> |
FusiformSimilarity.vertices() |
Set<Vertex> |
PathsWithVertices.vertices() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.