| Package | Description |
|---|---|
| com.baidu.hugegraph.api.traverser | |
| com.baidu.hugegraph.driver | |
| com.baidu.hugegraph.serializer | |
| com.baidu.hugegraph.structure.gremlin | |
| com.baidu.hugegraph.structure.traverser |
| Modifier and Type | Method and Description |
|---|---|
Path |
ShortestPathAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long skipDegree,
long capacity) |
| Modifier and Type | Method and Description |
|---|---|
List<Path> |
RingsAPI.get(Object sourceId,
Direction direction,
String label,
int depth,
boolean sourceInRing,
long degree,
long capacity,
long limit) |
List<Path> |
RaysAPI.get(Object sourceId,
Direction direction,
String label,
int depth,
long degree,
long capacity,
long limit) |
List<Path> |
CrosspointsAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity,
long limit) |
List<Path> |
PathsAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity,
long limit) |
List<Path> |
AllShortestPathsAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long skipDegree,
long capacity) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Path |
TraverserManager.shortestPath(Object sourceId,
Object targetId,
int maxDepth) |
| 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.allShortestPaths(Object sourceId,
Object targetId,
int maxDepth) |
List<Path> |
TraverserManager.crosspoint(Object sourceId,
Object targetId,
Direction direction,
int maxDepth,
long limit) |
List<Path> |
TraverserManager.crosspoint(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long limit) |
List<Path> |
TraverserManager.crosspoint(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity,
long limit) |
List<Path> |
TraverserManager.crosspoint(Object sourceId,
Object targetId,
int maxDepth) |
List<Path> |
TraverserManager.paths(Object sourceId,
Object targetId,
Direction direction,
int maxDepth,
long limit) |
List<Path> |
TraverserManager.paths(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long limit) |
List<Path> |
TraverserManager.paths(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity,
long limit) |
List<Path> |
TraverserManager.paths(Object sourceId,
Object targetId,
int maxDepth) |
List<Path> |
TraverserManager.rays(Object sourceId,
Direction direction,
String label,
int depth,
long degree,
long capacity,
long limit) |
List<Path> |
TraverserManager.rays(Object sourceId,
int depth) |
List<Path> |
TraverserManager.rings(Object sourceId,
Direction direction,
String label,
int depth,
boolean sourceInRing,
long degree,
long capacity,
long limit) |
List<Path> |
TraverserManager.rings(Object sourceId,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
Path |
PathDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
Path |
Result.getPath() |
| Modifier and Type | Method and Description |
|---|---|
List<Path> |
Kout.paths() |
List<Path> |
Kneighbor.paths() |
List<Path> |
CustomizedCrosspoints.paths() |
Copyright © 2021. All rights reserved.