public class KneighborAPI extends TraversersAPI
BATCH_ENCODING, CHARSET, client, NO_LIMIT, PATH_SPLITOR| Constructor and Description |
|---|
KneighborAPI(RestClient client,
String graph) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
get(Object sourceId,
Direction direction,
String label,
int depth,
long degree,
int limit) |
Kneighbor |
post(KneighborRequest request) |
protected String |
type() |
checkAlpha, checkCapacity, checkDegree, checkLimit, checkPositive, checkSkipDegreecheckLimit, checkOffset, path, path, pathpublic KneighborAPI(RestClient client, String graph)
protected String type()
type in class TraversersAPIpublic List<Object> get(Object sourceId, Direction direction, String label, int depth, long degree, int limit)
public Kneighbor post(KneighborRequest request)
Copyright © 2023 The Apache Software Foundation. All rights reserved.