| Modifier and Type | Method and Description |
|---|---|
Edges |
EdgeAPI.list(Object vertexId,
Direction direction,
String label,
Map<String,Object> properties,
boolean keepP,
int offset,
String page,
int limit) |
Edges |
EdgeAPI.list(Object vertexId,
Direction direction,
String label,
Map<String,Object> properties,
int offset,
String page,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
NeighborRankAPI.Request.Step.Builder |
NeighborRankAPI.Request.Step.Builder.direction(Direction direction) |
List<Object> |
KoutAPI.get(Object sourceId,
Direction direction,
String label,
int depth,
boolean nearest,
long degree,
long capacity,
int limit) |
List<Path> |
RingsAPI.get(Object sourceId,
Direction direction,
String label,
int depth,
boolean sourceInRing,
long degree,
long capacity,
int limit) |
List<Object> |
KneighborAPI.get(Object sourceId,
Direction direction,
String label,
int depth,
long degree,
int limit) |
List<Path> |
RaysAPI.get(Object sourceId,
Direction direction,
String label,
int depth,
long degree,
long capacity,
int limit) |
WeightedPaths |
SingleSourceShortestPathAPI.get(Object sourceId,
Direction direction,
String label,
String weight,
long degree,
long skipDegree,
long capacity,
int limit,
boolean withVertex) |
List<Path> |
CrosspointsAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity,
int limit) |
List<Path> |
PathsAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity,
int limit) |
Path |
ShortestPathAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long skipDegree,
long capacity) |
List<Path> |
AllShortestPathsAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long skipDegree,
long capacity) |
double |
JaccardSimilarityAPI.get(Object vertexId,
Object otherId,
Direction direction,
String label,
long degree) |
List<Object> |
SameNeighborsAPI.get(Object vertexId,
Object otherId,
Direction direction,
String label,
long degree,
int limit) |
WeightedPath |
WeightedShortestPathAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
String weight,
long degree,
long skipDegree,
long capacity,
boolean withVertex) |
| Modifier and Type | Method and Description |
|---|---|
List<Path> |
TraverserManager.allShortestPaths(Object sourceId,
Object targetId,
Direction direction,
int maxDepth) |
List<Path> |
TraverserManager.allShortestPaths(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth) |
List<Path> |
TraverserManager.allShortestPaths(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity) |
List<Path> |
TraverserManager.allShortestPaths(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long skipDegree,
long capacity) |
List<Path> |
TraverserManager.crosspoint(Object sourceId,
Object targetId,
Direction direction,
int maxDepth,
int limit) |
List<Path> |
TraverserManager.crosspoint(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
int limit) |
List<Path> |
TraverserManager.crosspoint(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity,
int limit) |
List<Edge> |
GraphManager.getEdges(Object vertexId,
Direction direction) |
List<Edge> |
GraphManager.getEdges(Object vertexId,
Direction direction,
int limit) |
List<Edge> |
GraphManager.getEdges(Object vertexId,
Direction direction,
String label) |
List<Edge> |
GraphManager.getEdges(Object vertexId,
Direction direction,
String label,
int limit) |
List<Edge> |
GraphManager.getEdges(Object vertexId,
Direction direction,
String label,
Map<String,Object> properties) |
List<Edge> |
GraphManager.getEdges(Object vertexId,
Direction direction,
String label,
Map<String,Object> properties,
boolean keepP,
int offset,
int limit) |
List<Edge> |
GraphManager.getEdges(Object vertexId,
Direction direction,
String label,
Map<String,Object> properties,
int offset,
int limit) |
Iterator<Edge> |
GraphManager.iterateEdges(Object vertexId,
Direction direction,
int sizePerPage) |
Iterator<Edge> |
GraphManager.iterateEdges(Object vertexId,
Direction direction,
String label,
int sizePerPage) |
Iterator<Edge> |
GraphManager.iterateEdges(Object vertexId,
Direction direction,
String label,
Map<String,Object> properties,
int sizePerPage) |
double |
TraverserManager.jaccardSimilarity(Object vertexId,
Object otherId,
Direction direction,
String label,
long degree) |
List<Object> |
TraverserManager.kneighbor(Object sourceId,
Direction direction,
int depth) |
List<Object> |
TraverserManager.kneighbor(Object sourceId,
Direction direction,
String label,
int depth) |
List<Object> |
TraverserManager.kneighbor(Object sourceId,
Direction direction,
String label,
int depth,
long degree,
int limit) |
List<Object> |
TraverserManager.kout(Object sourceId,
Direction direction,
int depth) |
List<Object> |
TraverserManager.kout(Object sourceId,
Direction direction,
String label,
int depth,
boolean nearest) |
List<Object> |
TraverserManager.kout(Object sourceId,
Direction direction,
String label,
int depth,
boolean nearest,
long degree,
long capacity,
int limit) |
List<Path> |
TraverserManager.paths(Object sourceId,
Object targetId,
Direction direction,
int maxDepth,
int limit) |
List<Path> |
TraverserManager.paths(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
int limit) |
List<Path> |
TraverserManager.paths(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity,
int limit) |
List<Path> |
TraverserManager.rays(Object sourceId,
Direction direction,
String label,
int depth,
long degree,
long capacity,
int limit) |
List<Path> |
TraverserManager.rings(Object sourceId,
Direction direction,
String label,
int depth,
boolean sourceInRing,
long degree,
long capacity,
int limit) |
List<Object> |
TraverserManager.sameNeighbors(Object vertexId,
Object otherId,
Direction direction,
String label,
long degree) |
List<Object> |
TraverserManager.sameNeighbors(Object vertexId,
Object otherId,
Direction direction,
String label,
long degree,
int limit) |
Path |
TraverserManager.shortestPath(Object sourceId,
Object targetId,
Direction direction,
int maxDepth) |
Path |
TraverserManager.shortestPath(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth) |
Path |
TraverserManager.shortestPath(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity) |
Path |
TraverserManager.shortestPath(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long skipDegree,
long capacity) |
WeightedPaths |
TraverserManager.singleSourceShortestPath(Object sourceId,
Direction direction,
String label,
String weight,
boolean withVertex) |
WeightedPaths |
TraverserManager.singleSourceShortestPath(Object sourceId,
Direction direction,
String label,
String weight,
long degree,
long skipDegree,
long capacity,
int limit,
boolean withVertex) |
WeightedPath |
TraverserManager.weightedShortestPath(Object sourceId,
Object targetId,
Direction direction,
String label,
String weight,
boolean withVertex) |
WeightedPath |
TraverserManager.weightedShortestPath(Object sourceId,
Object targetId,
Direction direction,
String label,
String weight,
long degree,
long skipDegree,
long capacity,
boolean withVertex) |
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected Direction |
EdgeStep.direction |
| Modifier and Type | Method and Description |
|---|---|
CrosspointsRequest.Step.Builder |
CrosspointsRequest.Step.Builder.direction(Direction direction) |
FusiformSimilarityRequest.Builder |
FusiformSimilarityRequest.Builder.direction(Direction direction) |
RepeatEdgeStep.Builder |
RepeatEdgeStep.Builder.direction(Direction direction) |
CustomizedPathsRequest.Step.Builder |
CustomizedPathsRequest.Step.Builder.direction(Direction direction) |
EdgeStep.Builder |
EdgeStep.Builder.direction(Direction direction) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.