JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
All Classes
All Classes
Interface Summary
Class Summary
Enum Summary
Exception Summary
Class
Description
AutoPartitionLoadBalancingStrategy
负载均衡策略,用于查找来自路由表中的相应分片存储的服务器地址。
BetweennessCentralityParams
graph中调用viewGraphAlgo需要传递的参数
BfsInfo
BfsParam
Bfs 参数集合
BfsParamBuilder
BfsParam
构造工具类 e.g.
ClientException
ClientException
表示客户端执行的操作不正确。
ClosenessCentralityParams
graph中调用viewGraphAlgo需要传递的参数
CombinedEdgeType
边信息
Config
配置driver的配置类
Config.ConfigBuilder
用于构建新的配置实例
Config.TrustStrategy.Strategy
driver支持的信任策略
CypherQuery
CypherTaskStatus
DatabaseException
DatabaseException
表示底层数据库中抛出的问题。
Direction
边方向
Edge
操作边接口
EdgeDegreeInfo
边的度数信息汇总
EdgeFoundException
边已存在异常
EdgeInfo
批量操作边的基础信息封装
EdgeInfoByVertexId
批量操作边的基础信息封装
EdgeInfoByVertexPk
批量操作边的基础信息封装
EdgeNotFoundException
边不存在异常
ElementWithProperty
图元素(点和边)的公共基类,也是操作属性接口,
Vertex
和
Edge
继承该接口。 点/边类型定义了结构后,理论上点类型下所有点的属性没赋值前都是null。 删除了某个属性之后,这个属性还是会有个默认值也是null。 因此GraphDb没有返回值为null的属性了
FixedServerLoadBalancingStrategy
负载均衡策略,用于查找来自路由表中的指定服务器地址。
FoundException
所有 Found 异常的基类
Graph
操作图的入口。
GraphDb
图服务入口
GraphDbException
This is the base class for all exceptions caused as part of communication with the remote GraphDb server.
GraphGroup
图组接口
GraphMetricsInfo
GraphMetricsInfo.EdgeTypeMetrics
GraphMetricsInfo.VertexTypeMetrics
GraphSchema
图schema操作类,不支持事务。
GraphTransaction
LeastConnectedLoadBalancingStrategy
负载均衡策略,用于查找来自路由表中的的最少活动连接(从池中检出)的服务器地址。 以round-robin轮询调度方式找到迭代的起始索引。 这样做是为了防止在所有地址具有相同数量的活动连接时反复选择相同的第一地址。
LoadBalancingStrategy
在给定地址中选择最合适的节点以进行请求处理的工具。
MapAccessor
按键访问底层无序映射的属性和值。
MapAccessorWithDefaultValue
提供按键访问底层无序映射值的方法。 在调用方法时,用户需要提供一个默认值,如果找不到匹配项,则会返回该默认值。 默认值还用于指定按键映射中找到的值的返回类型。 如果找到的值的类型A与默认值B的类型不同,则从A到B的转换将自动发生。 注意:如果无法从A转换为B,则可能会出现错误。
MetricInfo
NotFoundException
所有 NotFound 异常的基类
PageRankParams
graph中调用viewGraphAlgo需要传递的参数
ParamException
参数异常,用户输入的参数和接口所需要的参数无法匹配而引发的异常
PkNotFoundException
点的外部唯一标识不存在引发的异常
PropertyFilter
属性过滤集合,是
VisitConditionByProperty
的依赖类
PropertyFilterInfo
具体的属性过滤,是
PropertyFilter
的依赖类
PropertyFilterInfo.QueryMethod
属性过滤符号,是
PropertyFilterInfo
的依赖类
PropertyFoundException
属性已存在引发的异常
PropertyNotFoundException
属性不存在引发的异常
PropertyType
PropertyType.PrimitiveDataType
原始数据类型
QueryResult
bfs(广度优先搜索)结果集
Record
结果值的容器
ResponseElementInfo
bfs(广度优先搜索)结果集中,点和边的基础信息
ResponseItem
<
T
>
返回消息内容
RoleType
图角色列表。目前支持只读、编辑、发布者和架构师。权限依次提升
RoundRobinLoadBalancingStrategy
负载均衡策略,以round-robin方式选择服务器地址。
SearchOrder
查询结果的排序
SearchOrder.OrderBy
SearchPredicate
查询判断,包含属性名、比较类型、比较类型所需值
SearchPredicate.SearchType
StatementResult
结果集
TransactionException
事务相关的异常
TypeConditionMethod
类型过滤符号,是
VisitConditionByType
的依赖类
TypeErrorException
输入的起始点或终止点的类型不是作为边类型的起始类型和终止类型时引发的异常
TypeFoundException
点或边类型已存在引发的异常
TypeNotFoundException
点或边类型不存在引发的异常
Value
符合GraphDb类型系统的数据单元。
ValueFormatException
输入参数值的类型与实际存储类型不一致引发的异常
Vertex
操作点接口
VertexFoundException
点已存在引发的异常
VertexInfoById
批量操作点的基础信息封装
VertexInfoByPk
批量操作点的参数信息封装
VertexNotFoundException
点不存在引发的异常
ViewGraphAlgoResult
ViewGraphAlgoVertexResult
VisitCondition
进行遍历时,访问点或边的条件
VisitConditionByProperty
对属性添加条件过滤
VisitConditionByPropertyBuilder
VisitConditionByProperty
构造工具类 e.g.
VisitConditionByType
对类型添加过滤
VisitConditionByTypeBuilder
VisitConditionByType
构造工具类 e.g.
VisitConditionComposite
多条件组合类,可以组合
VisitConditionByProperty
和
VisitConditionByType
多个条件之间通过AND组合
VisitConditionCompositeOr
多条件组合类,可以组合
VisitConditionByProperty
和
VisitConditionByType
多个条件之间通过OR组合