| 程序包 | 说明 |
|---|---|
| com.baidu.hugegraph.api.traverser | |
| com.baidu.hugegraph.api.traverser.structure | |
| com.baidu.hugegraph.driver | |
| com.baidu.hugegraph.serializer | |
| com.baidu.hugegraph.structure.gremlin |
| 限定符和类型 | 方法和说明 |
|---|---|
Path |
ShortestPathAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long skipDegree,
long capacity) |
| 限定符和类型 | 方法和说明 |
|---|---|
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> |
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) |
List<Path> |
CrosspointsAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity,
long limit) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Path> |
CustomizedCrosspoints.paths() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
Path |
PathDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| 限定符和类型 | 方法和说明 |
|---|---|
Path |
Result.getPath() |
Copyright © 2020. All rights reserved.