| 程序包 | 说明 |
|---|---|
| com.baidu.hugegraph.api.traverser | |
| com.baidu.hugegraph.driver |
| 限定符和类型 | 方法和说明 |
|---|---|
WeightedPaths |
SingleSourceShortestPathAPI.get(Object sourceId,
Direction direction,
String label,
String weight,
long degree,
long skipDegree,
long capacity,
long limit,
boolean withVertex) |
| 限定符和类型 | 方法和说明 |
|---|---|
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,
long limit,
boolean withVertex) |
WeightedPaths |
TraverserManager.singleSourceShortestPath(Object sourceId,
String weight,
boolean withVertex) |
Copyright © 2020. All rights reserved.