跳过导航链接
A B C D E F G H I M N P Q R S T U V 

G

Galaxybase - com.galaxybase.driver中的类
图服务入口
Galaxybase() - 类 的构造器com.galaxybase.driver.Galaxybase
 
getAllEdgeCount() - 接口 中的方法com.galaxybase.driver.Graph
查询边个数。
getAllEdges() - 接口 中的方法com.galaxybase.driver.Graph
查询所有边。
getAllProperties() - 接口 中的方法com.galaxybase.driver.ElementWithProperty
返回所有属性集合
getAllVertexCount() - 接口 中的方法com.galaxybase.driver.Graph
查询点个数。
getAllVertexes() - 接口 中的方法com.galaxybase.driver.Graph
查询所有点。
getChildren() - 类 中的方法com.galaxybase.driver.v1.graph.query.condition.VisitConditionComposite
获取组合条件列表
getConditionFilterMap() - 类 中的方法com.galaxybase.driver.v1.graph.query.condition.VisitConditionByProperty
获取属性条件的映射,其中key是类型,value是过滤集合PropertyFilter
getCypher() - 类 中的方法com.galaxybase.driver.v1.CypherQuery
 
getCypherMetrics() - 接口 中的方法com.galaxybase.driver.Graph
查询正在执行的 cypher语句信息
getDegree(long) - 接口 中的方法com.galaxybase.driver.Graph
查询点的degree。
getDegree(long, Set<String>, Direction, VisitCondition, VisitCondition, boolean) - 接口 中的方法com.galaxybase.driver.Graph
查询点的degree。
getDegree() - 类 中的方法com.galaxybase.driver.v1.graph.query.EdgeDegreeInfo
边的总度数值
getDegreeInfo() - 类 中的方法com.galaxybase.driver.v1.graph.query.EdgeDegreeInfo
Map映射。
getDepth() - 类 中的方法com.galaxybase.driver.v1.graph.query.bfs.BfsInfo
 
getEdgeAccurate(String, String, String, String, String) - 接口 中的方法com.galaxybase.driver.Graph
查询边。
getEdgeById(String) - 接口 中的方法com.galaxybase.driver.Graph
查询边。
getEdgeCount(String) - 接口 中的方法com.galaxybase.driver.Graph
查询边个数。
getEdgeCount() - 类 中的方法com.galaxybase.driver.v1.graph.query.bfs.QueryResult
结果集总共边个数
getEdgeDirect(String) - 接口 中的方法com.galaxybase.driver.Graph
查询某个边类型的方向。
getEdgeId() - 类 中的方法com.galaxybase.driver.v1.graph.DeleteEdgeInfo
 
GetEdgeInfo - com.galaxybase.driver.v1.graph中的类
 
GetEdgeInfo(String) - 类 的构造器com.galaxybase.driver.v1.graph.GetEdgeInfo
 
getEdgePropertyMap() - 类 中的方法com.galaxybase.driver.v1.graph.query.ResponseElementInfo
边属性集合
getEdgeResult() - 类 中的方法com.galaxybase.driver.v1.graph.AddEdgeResultInfo
返回已添加成功的边列表
getEdgeResult() - 类 中的方法com.galaxybase.driver.v1.graph.GetEdgeResultInfo
返回已添加成功的边列表
GetEdgeResultInfo - com.galaxybase.driver.v1.graph中的类
获取边列表,分为边列表和异常列表
GetEdgeResultInfo(List<Edge>, List<String>) - 类 的构造器com.galaxybase.driver.v1.graph.GetEdgeResultInfo
 
getEdges(List<GetEdgeInfo>) - 接口 中的方法com.galaxybase.driver.Graph
批量查询边信息,如果不存在,则会返回异常
getEdgesByType(String) - 接口 中的方法com.galaxybase.driver.Graph
查询边类型下所有边。
getEdgeSet() - 类 中的方法com.galaxybase.driver.v1.graph.query.bfs.QueryResult
边的基础信息
getEdgeTypes() - 接口 中的方法com.galaxybase.driver.Graph
查询所有的边类型名
getElementId(String) - 接口 中的方法com.galaxybase.driver.Graph
查询点ElementId。
getElementId(String, String) - 接口 中的方法com.galaxybase.driver.Graph
查询点ElementId。
getElementId() - 类 中的方法com.galaxybase.driver.v1.graph.query.ResponseElementInfo
元素id
getExceptionResult() - 类 中的方法com.galaxybase.driver.v1.graph.AddEdgeResultInfo
返回添加失败的错误信息列表
getExceptionResult() - 类 中的方法com.galaxybase.driver.v1.graph.AddVertexResultInfo
返回添加失败的错误信息列表
getExceptionResult() - 类 中的方法com.galaxybase.driver.v1.graph.DeleteResultInfo
返回删除失败的错误信息列表
getExceptionResult() - 类 中的方法com.galaxybase.driver.v1.graph.GetEdgeResultInfo
返回添加失败的错误信息列表
getExceptionResult() - 类 中的方法com.galaxybase.driver.v1.graph.GetVertexResultInfo
返回添加失败的错误信息列表
getFromId() - 类 中的方法com.galaxybase.driver.v1.graph.AddEdgeInfo
返回边的起始点
getFromId() - 类 中的方法com.galaxybase.driver.v1.graph.query.ResponseElementInfo
边id对应的起始点
getFromType(String) - 接口 中的方法com.galaxybase.driver.Graph
查询边的起始点类型
getFromVertex() - 接口 中的方法com.galaxybase.driver.Edge
获取起始点
getFromVertexId() - 接口 中的方法com.galaxybase.driver.Edge
获取起始点id
getGraphName() - 类 中的方法com.galaxybase.driver.v1.CypherQuery
 
getId() - 接口 中的方法com.galaxybase.driver.Edge
获取边的id
getId() - 类 中的方法com.galaxybase.driver.v1.graph.DeleteVertexInfo
 
getId() - 类 中的方法com.galaxybase.driver.v1.graph.GetEdgeInfo
 
getId() - 类 中的方法com.galaxybase.driver.v1.graph.GetVertexInfo
 
getId() - 接口 中的方法com.galaxybase.driver.Vertex
获取点的id
getInfoMap() - 类 中的方法com.galaxybase.driver.v1.graph.query.condition.PropertyFilter
获取所有过滤条件的映射,其中key是属性名, value是过滤条件
getMethod() - 类 中的方法com.galaxybase.driver.v1.graph.query.condition.PropertyFilterInfo
获取比较方法
getNeighbor(long) - 接口 中的方法com.galaxybase.driver.Graph
查询邻居。
getNeighbor(long, Set<String>, Direction, VisitCondition, VisitCondition, boolean) - 接口 中的方法com.galaxybase.driver.Graph
查询邻居。
getNeighbor(long, Set<String>, Direction, int, VisitCondition, VisitCondition, boolean) - 接口 中的方法com.galaxybase.driver.Graph
查询邻居。
getNeighborBySrcDst(long, long, Set<String>, Direction, VisitCondition, boolean) - 接口 中的方法com.galaxybase.driver.Graph
查询邻居。
getOrAddEdge(long, long, String, Map<String, Object>) - 接口 中的方法com.galaxybase.driver.Graph
查询或添加边。
getOrAddVertex(String, String, Map<String, Object>) - 接口 中的方法com.galaxybase.driver.Graph
查询或添加点。
getPk() - 类 中的方法com.galaxybase.driver.v1.graph.AddVertexInfo
返回点的主键
getPk() - 类 中的方法com.galaxybase.driver.v1.graph.DeleteVertexInfo
 
getPk() - 类 中的方法com.galaxybase.driver.v1.graph.GetVertexInfo
 
getPk() - 类 中的方法com.galaxybase.driver.v1.graph.query.ResponseElementInfo
点id对应的主键
getProperty(String) - 接口 中的方法com.galaxybase.driver.ElementWithProperty
获取某个属性名对应的值
getProperty() - 类 中的方法com.galaxybase.driver.v1.graph.AddEdgeInfo
返回边的属性集合
getProperty() - 类 中的方法com.galaxybase.driver.v1.graph.AddVertexInfo
返回点的属性集合
getPropertyKeys() - 接口 中的方法com.galaxybase.driver.ElementWithProperty
返回所有的属性名
getPropertyKeys(String, boolean) - 接口 中的方法com.galaxybase.driver.Graph
查询某个点/边类型下的属性名和属性类型
getPropertyName() - 类 中的方法com.galaxybase.driver.v1.graph.query.condition.PropertyFilterInfo
获取propertyName
getPropertyPk(String) - 接口 中的方法com.galaxybase.driver.Graph
查询某个点类型下的外部唯一标识。
getPropertyType() - 类 中的方法com.galaxybase.driver.v1.graph.query.condition.PropertyFilterInfo
获取比较值的类型
getStartTime() - 类 中的方法com.galaxybase.driver.v1.CypherQuery
 
getSuperNodeSet() - 类 中的方法com.galaxybase.driver.v1.graph.query.bfs.QueryResult
达到maxNeighbor阈值的id集合
getTaskId() - 类 中的方法com.galaxybase.driver.v1.CypherQuery
 
getToId() - 类 中的方法com.galaxybase.driver.v1.graph.AddEdgeInfo
返回边的终止点
getToId() - 类 中的方法com.galaxybase.driver.v1.graph.query.ResponseElementInfo
边id对应的终止点
getToType(String) - 接口 中的方法com.galaxybase.driver.Graph
查询边的终止点类型
getToVertex() - 接口 中的方法com.galaxybase.driver.Edge
获取终止点
getToVertexId() - 接口 中的方法com.galaxybase.driver.Edge
获取终止点id
getType() - 接口 中的方法com.galaxybase.driver.Edge
获取边的类型
getType() - 类 中的方法com.galaxybase.driver.v1.graph.AddEdgeInfo
返回边类型
getType() - 类 中的方法com.galaxybase.driver.v1.graph.AddVertexInfo
返回点的类型
getType() - 类 中的方法com.galaxybase.driver.v1.graph.DeleteVertexInfo
 
getType() - 类 中的方法com.galaxybase.driver.v1.graph.GetVertexInfo
 
getType() - 类 中的方法com.galaxybase.driver.v1.graph.query.ResponseElementInfo
id对应的类型名
getType() - 接口 中的方法com.galaxybase.driver.Vertex
获取点的类型
getTypeConditionMethod() - 类 中的方法com.galaxybase.driver.v1.graph.query.condition.VisitConditionByType
获取类型过滤方法
getTypeNameSet() - 类 中的方法com.galaxybase.driver.v1.graph.query.condition.VisitConditionByType
获取类型过滤集合
getUserName() - 类 中的方法com.galaxybase.driver.v1.CypherQuery
 
getUuid() - 类 中的方法com.galaxybase.driver.v1.graph.query.bfs.BfsInfo
 
getValue() - 类 中的方法com.galaxybase.driver.v1.graph.query.condition.PropertyFilterInfo
获取条件比较值;对于区间比较,返回的时valueMin
getValue2() - 类 中的方法com.galaxybase.driver.v1.graph.query.condition.PropertyFilterInfo
获取另一个条件比较值;对于区间比较,返回valueMax
getVertexById(long) - 接口 中的方法com.galaxybase.driver.Graph
查询点。
getVertexByPk(String, String) - 接口 中的方法com.galaxybase.driver.Graph
查询点。
getVertexCount(String) - 接口 中的方法com.galaxybase.driver.Graph
查询点个数。
getVertexCount() - 类 中的方法com.galaxybase.driver.v1.graph.query.bfs.QueryResult
结果集总共点个数
getVertexes(List<GetVertexInfo>) - 接口 中的方法com.galaxybase.driver.Graph
批量查询点信息,如果不存在,则会返回异常
getVertexesByType(String) - 接口 中的方法com.galaxybase.driver.Graph
查询点类型下的所有点。
getVertexId() - 类 中的方法com.galaxybase.driver.v1.graph.query.bfs.BfsInfo
 
GetVertexInfo - com.galaxybase.driver.v1.graph中的类
 
GetVertexInfo(Long) - 类 的构造器com.galaxybase.driver.v1.graph.GetVertexInfo
 
GetVertexInfo(String, String) - 类 的构造器com.galaxybase.driver.v1.graph.GetVertexInfo
 
getVertexResult() - 类 中的方法com.galaxybase.driver.v1.graph.AddVertexResultInfo
返回已添加成功的边列表
getVertexResult() - 类 中的方法com.galaxybase.driver.v1.graph.GetVertexResultInfo
返回已添加成功的点列表
GetVertexResultInfo - com.galaxybase.driver.v1.graph中的类
获取点列表,分为点列表和异常列表
GetVertexResultInfo(List<Vertex>, List<String>) - 类 的构造器com.galaxybase.driver.v1.graph.GetVertexResultInfo
 
getVertexSet() - 类 中的方法com.galaxybase.driver.v1.graph.query.bfs.QueryResult
点的基础信息
getVertexTypes() - 接口 中的方法com.galaxybase.driver.Graph
查询所有的点类型名
Graph - com.galaxybase.driver中的接口
操作图的入口
graphs(Driver) - 类 中的静态方法com.galaxybase.driver.Galaxybase
获取图名字
A B C D E F G H I M N P Q R S T U V 
跳过导航链接