public class EdgeAPI extends GraphAPI
BATCH_ENCODING, CHARSET, client, NO_LIMIT, PATH_SPLITOR| Constructor and Description |
|---|
EdgeAPI(RestClient client,
String graph) |
| Modifier and Type | Method and Description |
|---|---|
Edge |
append(Edge edge) |
Edge |
create(Edge edge) |
List<String> |
create(List<Edge> edges,
boolean checkVertex) |
void |
delete(String id) |
Edge |
eliminate(Edge edge) |
Edge |
get(String id) |
Edges |
list(int limit) |
Edges |
list(Object vertexId,
Direction direction,
String label,
Map<String,Object> properties,
boolean keepP,
int offset,
String page,
int limit) |
Edges |
list(Object vertexId,
Direction direction,
String label,
Map<String,Object> properties,
int offset,
String page,
int limit) |
protected String |
type() |
List<Edge> |
update(BatchEdgeRequest request) |
batchPath, encode, formatProperties, formatVertexId, formatVertexIdcheckLimit, checkOffset, path, path, pathpublic EdgeAPI(RestClient client, String graph)
public List<Edge> update(BatchEdgeRequest request)
public Edges list(int limit)
public Edges list(Object vertexId, Direction direction, String label, Map<String,Object> properties, int offset, String page, int limit)
public Edges list(Object vertexId, Direction direction, String label, Map<String,Object> properties, boolean keepP, int offset, String page, int limit)
public void delete(String id)
Copyright © 2023 The Apache Software Foundation. All rights reserved.