- BfsInfo - com.galaxybase.driver.v1.graph.query.bfs中的类
-
- BfsInfo(String, long, int) - 类 的构造器com.galaxybase.driver.v1.graph.query.bfs.BfsInfo
-
- bfsMaster(long, int, int, int, List<Direction>, List<VisitCondition>, List<VisitCondition>, List<Set<String>>, boolean, boolean, boolean, boolean) - 接口 中的方法com.galaxybase.driver.Graph
-
多度找邻居
- bfsMaster(String, String, int, int, int, List<Direction>, List<VisitCondition>, List<VisitCondition>, List<Set<String>>, boolean, boolean, boolean, boolean) - 接口 中的方法com.galaxybase.driver.Graph
-
多度找邻居
- bfsWithResultType(long, int, int, int, List<Direction>, List<VisitCondition>, List<VisitCondition>, List<Set<String>>, Set<String>) - 接口 中的方法com.galaxybase.driver.Graph
-
通过bfs查询,查询满足resultTypeSet的邻居点的 id 集合。