A B C D E F G H I L M N O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addFilter(PropertyFilterInfo) - Method in class com.graphdbapi.driver.v1.graph.query.condition.PropertyFilter
-
往集合中,添加某属性的过滤条件
- addFilter(String, PropertyFilterInfo.QueryMethod, Object) - Method in class com.graphdbapi.driver.v1.graph.query.condition.PropertyFilter
-
往集合中,添加某属性的过滤条件
- addFilter(String, PropertyFilterInfo.QueryMethod, Object, Object) - Method in class com.graphdbapi.driver.v1.graph.query.condition.PropertyFilter
-
往集合中,添加某属性的过滤条件
- addOrUpdateGroupUser(String, String, RoleType) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
用户组内添加修改用户
- admin(boolean) - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam.Builder
- ARCHITECT - com.graphdbapi.driver.auth.response.entity.param.GraphRoleType
-
架构师
- ARCHITECT - com.graphdbapi.driver.auth.response.entity.param.RoleType
-
架构师
- as(String) - Static method in enum com.graphdbapi.driver.auth.response.entity.param.RoleType
- as(String) - Static method in enum com.graphdbapi.driver.auth.response.entity.param.SharedRoleType
- AutoPartitionLoadBalancingStrategy - Class in com.graphdbapi.driver.internal.cluster.loadbalancing
-
负载均衡策略,用于查找来自路由表中的相应分片存储的服务器地址。
- AutoPartitionLoadBalancingStrategy(Driver) - Constructor for class com.graphdbapi.driver.internal.cluster.loadbalancing.AutoPartitionLoadBalancingStrategy
B
- beginTransaction() - Method in interface com.graphdbapi.driver.Graph
-
开始一个新的事务。
- BetweennessCentralityParams - Class in com.graphdbapi.driver.v1.graph.algo
-
graph中调用viewGraphAlgo需要传递的参数
- BetweennessCentralityParams(int) - Constructor for class com.graphdbapi.driver.v1.graph.algo.BetweennessCentralityParams
- bfsEdgeCount(Long) - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam.Builder
- BfsInfo - Class in com.graphdbapi.driver.v1.graph.query.bfs
- BfsInfo(String, long, int) - Constructor for class com.graphdbapi.driver.v1.graph.query.bfs.BfsInfo
- bfsMaster(long, int, int, int, List<Direction>, List<VisitCondition>, List<VisitCondition>, List<Set<String>>, boolean, boolean, boolean, boolean) - Method in interface com.graphdbapi.driver.Graph
-
多度查询邻居。通过起始点id查询。
- bfsMasterByPk(String, String, int, int, int, List<Direction>, List<VisitCondition>, List<VisitCondition>, List<Set<String>>, boolean, boolean, boolean, boolean) - Method in interface com.graphdbapi.driver.Graph
-
多度查询邻居。通过起始点pk查询
- bfsVertexCount(Long) - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam.Builder
- bfsWithResultType(long, int, int, int, List<Direction>, List<VisitCondition>, List<VisitCondition>, List<Set<String>>, Set<String>) - Method in interface com.graphdbapi.driver.Graph
-
通过bfs查询,获取满足resultTypeSet的邻居点的 id 集合。
- BOOLEAN - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
- BOOLEAN - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
- BOTH - com.graphdbapi.driver.Direction
-
无向
- build() - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam.Builder
- Builder() - Constructor for class com.graphdbapi.driver.auth.response.entity.param.UserParam.Builder
- buildList(PropertyType.PrimitiveDataType) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
-
构建List类型的属性类型
- buildSet(PropertyType.PrimitiveDataType) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
-
构建Set类型的属性类型
C
- callTasksNumber(Integer) - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam.Builder
- clearGraph() - Method in interface com.graphdbapi.driver.Graph
-
删除图数据。保留图schema,删除数据。
- ClientException - Exception in com.graphdbapi.driver.v1.exceptions
-
ClientException 表示客户端执行的操作不正确。
- ClientException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.ClientException
- ClientException(String, String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.ClientException
- ClientException(String, Throwable) - Constructor for exception com.graphdbapi.driver.v1.exceptions.ClientException
- close() - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
- close() - Method in interface com.graphdbapi.driver.Graph
-
关闭graph中使用的driver连接。graph对象中仅有driver需要close。若driver是复用的,可以等待driver真正结束时调用driver.close关闭。
- close() - Method in interface com.graphdbapi.driver.GraphTransaction
-
关闭事务将完成它 - 如果事务标记为
GraphTransaction.success()
数据将被提交并持久化,如果事务标记为GraphTransaction.failure()
它将回滚所有的操作。 - ClosenessCentralityParams - Class in com.graphdbapi.driver.v1.graph.algo
-
graph中调用viewGraphAlgo需要传递的参数
- ClosenessCentralityParams() - Constructor for class com.graphdbapi.driver.v1.graph.algo.ClosenessCentralityParams
- code() - Method in exception com.graphdbapi.driver.v1.exceptions.GraphDbException
-
Access the status code for this exception.
- com.graphdbapi.driver - package com.graphdbapi.driver
- com.graphdbapi.driver.auth - package com.graphdbapi.driver.auth
- com.graphdbapi.driver.auth.response.entity.param - package com.graphdbapi.driver.auth.response.entity.param
- com.graphdbapi.driver.auth.response.info - package com.graphdbapi.driver.auth.response.info
- com.graphdbapi.driver.internal.cluster.loadbalancing - package com.graphdbapi.driver.internal.cluster.loadbalancing
- com.graphdbapi.driver.internal.value - package com.graphdbapi.driver.internal.value
- com.graphdbapi.driver.v1 - package com.graphdbapi.driver.v1
- com.graphdbapi.driver.v1.exceptions - package com.graphdbapi.driver.v1.exceptions
- com.graphdbapi.driver.v1.graph - package com.graphdbapi.driver.v1.graph
- com.graphdbapi.driver.v1.graph.algo - package com.graphdbapi.driver.v1.graph.algo
- com.graphdbapi.driver.v1.graph.query - package com.graphdbapi.driver.v1.graph.query
- com.graphdbapi.driver.v1.graph.query.bfs - package com.graphdbapi.driver.v1.graph.query.bfs
- com.graphdbapi.driver.v1.graph.query.condition - package com.graphdbapi.driver.v1.graph.query.condition
- CombinedEdgeType - Class in com.graphdbapi.driver.v1.graph
-
边信息
- CombinedEdgeType(String, String) - Constructor for class com.graphdbapi.driver.v1.graph.CombinedEdgeType
- configAllGraphEnableRead(String, boolean) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
配置用户全部图可读
- configUserAccessIP(String, String) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
设置用户IP白名单
- connect(String, String, String) - Static method in class com.graphdbapi.driver.GraphDb
-
连接到数据库
- connectCluster(String, String, String) - Static method in class com.graphdbapi.driver.GraphDb
-
多IP连接路由driver
- connectCluster(Set<String>, String, String) - Static method in class com.graphdbapi.driver.GraphDb
-
多IP连接路由driver
- Contains - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; 是否包含当前的值
- cpuPercent(Double) - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam.Builder
- createCombinedEdgeType(String, String, String) - Method in interface com.graphdbapi.driver.GraphSchema
-
为指定边类型创建从from到to的CombinedEdgeType集合。
- createEdgeNotFount(String) - Static method in exception com.graphdbapi.driver.v1.exceptions.EdgeNotFoundException
- createEdgeType(String, String, String, boolean, boolean, String, Map<String, PropertyType>) - Method in interface com.graphdbapi.driver.GraphSchema
-
添加边类型。为图中新增一个边类型,并创建从from到to的CombinedEdgeType。
- createEdgeType(String, String, String, boolean, String, Map<String, PropertyType>) - Method in interface com.graphdbapi.driver.GraphSchema
-
添加边类型。为图中新增一个基于 combineKey 进行去重的边类型,为空表示基于边类型进行去重,并创建从from到to的CombinedEdgeType。
- createEdgeType(String, List<CombinedEdgeType>, boolean, boolean, String, Map<String, PropertyType>) - Method in interface com.graphdbapi.driver.GraphSchema
-
添加边类型。为图中新增一个边类型,并创建从from到to的CombinedEdgeType集合。
- createEdgeType(String, List<CombinedEdgeType>, boolean, String, Map<String, PropertyType>) - Method in interface com.graphdbapi.driver.GraphSchema
-
添加边类型。为图中新增一个基于 combineKey 进行去重的边类型,为空表示基于边类型进行去重,并创建从from到to的CombinedEdgeType。
- createGroup(String) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
创建用户组
- createPkNotFount(String) - Static method in exception com.graphdbapi.driver.v1.exceptions.PkNotFoundException
- createProperty(String, boolean, String, boolean, PropertyType) - Method in interface com.graphdbapi.driver.GraphSchema
-
为某个类型增加属性列。
- createPropIndex(String, boolean, String) - Method in interface com.graphdbapi.driver.GraphSchema
-
为某个类型的某个属性添加简单索引。
- createUser(String, String, boolean) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
创建用户
- createVertexType(String, String, Map<String, PropertyType>) - Method in interface com.graphdbapi.driver.GraphSchema
-
添加点类型。为图新增一个点类型。
- CypherQuery - Class in com.graphdbapi.driver.v1
- CypherQuery(long, long, String, String, String, String, boolean, boolean) - Constructor for class com.graphdbapi.driver.v1.CypherQuery
- cypherQueryRecord(Long) - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam.Builder
- CypherTaskStatus - Enum in com.graphdbapi.driver.internal.value
D
- data() - Method in class com.graphdbapi.driver.v1.graph.ResponseItem
-
数据内容
- DatabaseException - Exception in com.graphdbapi.driver.v1.exceptions
-
DatabaseException表示底层数据库中抛出的问题。
- DatabaseException(String, String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.DatabaseException
- DatabaseException(String, String, Throwable) - Constructor for exception com.graphdbapi.driver.v1.exceptions.DatabaseException
- DATETIME - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
- DATETIME - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
- deleteEdge(String) - Method in interface com.graphdbapi.driver.Graph
-
删除边。通过边id删除边。
- deleteEdgeByVertexId(long, long, int) - Method in interface com.graphdbapi.driver.Graph
-
删除边。通过起始点id和终止点id,删除两点之间的边。
- deleteEdges(List<String>) - Method in interface com.graphdbapi.driver.Graph
-
批量删除边。通过边id删除边。如果不存在或删除失败,则会返回异常结果集。 结果按传入顺序构成集合,集合中包含成功信息和错误信息。
- deleteGraph() - Method in interface com.graphdbapi.driver.Graph
-
删除图。删除图的schema和所有数据。
- deleteGroup(String) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
删除用户组
- deleteUser(String) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
删除用户
- deleteVertex(long) - Method in interface com.graphdbapi.driver.Graph
-
删除点。通过点id删除点。
- deleteVertexByPk(String, String) - Method in interface com.graphdbapi.driver.Graph
-
删除点。通过点pk和type删除点。
- deleteVertexes(List<Long>) - Method in interface com.graphdbapi.driver.Graph
-
批量删除点。通过点id删除点。如果点不存在或删除失败,则会返回异常结果集。 结果按传入顺序构成集合,集合中包含成功信息和错误信息。
- deleteVertexesByPk(List<VertexInfoByPk>) - Method in interface com.graphdbapi.driver.Graph
-
批量删除点。通过点pk和type删除点。如果不存在或删除失败,则会返回异常结果集。 结果按传入顺序构成集合,集合中包含成功信息和错误信息。
- Direction - Enum in com.graphdbapi.driver
-
边方向
- DOUBLE - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
- DOUBLE - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
- driver(Driver, String) - Static method in class com.graphdbapi.driver.GraphDb
-
连接到图服务
- driver(Driver, String, LoadBalancingStrategy) - Static method in class com.graphdbapi.driver.GraphDb
-
通过自定义策略实现不同的负载均衡分发的图(创建driver时应该使用的是cluster协议)
- driver(String, String, String) - Static method in class com.graphdbapi.driver.auth.GraphDbAuthConnect
-
连接到图服务
- driver(String, String, String) - Static method in class com.graphdbapi.driver.GraphDb
-
连接到图服务
- driver(String, String, String, String) - Static method in class com.graphdbapi.driver.GraphDb
-
连接到图服务
- driver(URI, String, String, String) - Static method in class com.graphdbapi.driver.GraphDb
-
连接到图服务
- driverByIndex(Driver, int) - Static method in class com.graphdbapi.driver.GraphDb
-
通过图index获取图服务。通过服务端进行验证。
- driverByIndex(Driver, int, LoadBalancingStrategy) - Static method in class com.graphdbapi.driver.GraphDb
-
通过图index、自定义策略获取图服务(创建driver时应该使用的是cluster协议)。通过服务端进行验证。
- driverByName(Driver, String) - Static method in class com.graphdbapi.driver.GraphDb
-
通过图名字获取图服务。通过服务端进行验证。
- driverByName(Driver, String, LoadBalancingStrategy) - Static method in class com.graphdbapi.driver.GraphDb
-
通过图名字、自定义策略获取图服务(创建driver时应该使用的是cluster协议)。通过服务端进行验证。
- driverByRoutingTable(Set<String>, String, String) - Static method in class com.graphdbapi.driver.GraphDb
-
根据指定路由表获取路由driver(不允许使用AutoPartitionLoadBalancingStrategy策略)
- dropCombinedEdgeType(String, String, String) - Method in interface com.graphdbapi.driver.GraphSchema
-
删除边类型中的一对起止点类型。 例:存在以下关系 人--关注-->公司 人--关注-->人 若:type为关注,fromType为人,toType为公司 则:人--关注-->公司(人到公司的关注关系被删除)
- dropEdgeType(String) - Method in interface com.graphdbapi.driver.GraphSchema
-
删除边类型。删除图中已存在的一个边类型。
- dropProperty(String, boolean, String) - Method in interface com.graphdbapi.driver.GraphSchema
-
删除某个类型的某个属性。
- dropPropIndex(String, boolean, String) - Method in interface com.graphdbapi.driver.GraphSchema
-
删除某个类型的某个属性索引。
- dropVertexType(String) - Method in interface com.graphdbapi.driver.GraphSchema
-
删除点类型。删除图中已存在的一个点类型。
E
- Edge - Interface in com.graphdbapi.driver
-
操作边接口
- EdgeDegreeInfo - Class in com.graphdbapi.driver.v1.graph.query
-
边的度数信息汇总
- EdgeDegreeInfo() - Constructor for class com.graphdbapi.driver.v1.graph.query.EdgeDegreeInfo
- EdgeFoundException - Exception in com.graphdbapi.driver.v1.exceptions
-
边已存在异常
- EdgeFoundException(long, long, String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.EdgeFoundException
- EdgeFoundException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.EdgeFoundException
- EdgeFoundException(String, String, String, String, String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.EdgeFoundException
- EdgeInfo - Class in com.graphdbapi.driver.v1.graph
-
批量操作边的基础信息封装
- EdgeInfo(String, Map<String, Object>) - Constructor for class com.graphdbapi.driver.v1.graph.EdgeInfo
-
根据边id创建边,集合属性默认追加
- EdgeInfo(String, Map<String, Object>, boolean) - Constructor for class com.graphdbapi.driver.v1.graph.EdgeInfo
-
根据边id创建
- EdgeInfoByVertexId - Class in com.graphdbapi.driver.v1.graph
-
批量操作边的基础信息封装
- EdgeInfoByVertexId(long, long, String, Map<String, Object>) - Constructor for class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexId
-
根据点id创建边,集合属性默认追加
- EdgeInfoByVertexId(long, long, String, Map<String, Object>, boolean) - Constructor for class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexId
-
根据点id创建边
- EdgeInfoByVertexPk - Class in com.graphdbapi.driver.v1.graph
-
批量操作边的基础信息封装
- EdgeInfoByVertexPk(String, String, boolean, String, String, boolean, String, Map<String, Object>) - Constructor for class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk
-
根据点主键创建边。集合属性默认追加
- EdgeInfoByVertexPk(String, String, boolean, String, String, boolean, String, Map<String, Object>, boolean) - Constructor for class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk
-
根据点主键创建边
- EdgeInfoByVertexPk(String, String, String, String, String, Map<String, Object>) - Constructor for class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk
-
根据点主键创建边。如果起始点或终止点不存在,则会抛异常。集合属性默认追加
- EdgeInfoByVertexPk(String, String, String, String, String, Map<String, Object>, boolean) - Constructor for class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk
-
根据点主键创建边。如果起始点或终止点不存在,则会抛异常
- EdgeNotFoundException - Exception in com.graphdbapi.driver.v1.exceptions
-
边不存在异常
- EdgeNotFoundException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.EdgeNotFoundException
- edgePropertyMap - Variable in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
- EdgeTypeMetrics(String, long, boolean, Set<String>) - Constructor for class com.graphdbapi.driver.GraphMetricsInfo.EdgeTypeMetrics
- editDirect(String, boolean) - Method in interface com.graphdbapi.driver.GraphSchema
-
更新某个边类型的方向。无向or有向。
- EDITOR - com.graphdbapi.driver.auth.response.entity.param.RoleType
-
编辑
- EDITOR - com.graphdbapi.driver.auth.response.entity.param.SharedRoleType
-
编辑
- elementId - Variable in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
-
元素id
- ElementWithProperty - Interface in com.graphdbapi.driver
- EndWith - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; 是否以当前的值为终止
- EqualNumber - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有数值类型可以使用; data = value
- equals(Object) - Method in class com.graphdbapi.driver.v1.graph.PropertyType
- EqualString - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; data 与 value 相同
- error(String) - Static method in class com.graphdbapi.driver.v1.graph.ResponseItem
-
失败
- executeCypher(String, Map<String, Value>) - Method in interface com.graphdbapi.driver.Graph
-
执行cypher查询。
- executeCypherTaskAsyncForStatementResult(String) - Method in interface com.graphdbapi.driver.Graph
-
异步执行cypher查询。
- executeCypherTaskAsyncForStatementResult(String, Map<String, Value>) - Method in interface com.graphdbapi.driver.Graph
-
异步执行cypher查询。
- executeQuery(String) - Method in interface com.graphdbapi.driver.Graph
-
执行cypher查询。默认超时时间7200秒(包括查询结果迭代时间),如果查询需要长时间执行或结果集过大,建议使用包含timeout的重载方法指定合适的超时时间。
- executeQuery(String, int) - Method in interface com.graphdbapi.driver.Graph
-
执行cypher查询。
- executeQuery(String, long) - Method in interface com.graphdbapi.driver.Graph
-
执行cypher查询。
- executeQuery(String, long, int) - Method in interface com.graphdbapi.driver.Graph
-
执行cypher查询。
- EXECUTING - com.graphdbapi.driver.internal.value.CypherTaskStatus
-
任务执行中
F
- FAIL - com.graphdbapi.driver.internal.value.CypherTaskStatus
-
任务执行失败
- failure() - Method in interface com.graphdbapi.driver.GraphTransaction
-
将此事务标记为失败。调用
GraphTransaction.close()
之前调用此方法回滚事务。 - FixedServerLoadBalancingStrategy - Class in com.graphdbapi.driver.internal.cluster.loadbalancing
-
负载均衡策略,用于查找来自路由表中的指定服务器地址。
- FixedServerLoadBalancingStrategy(String) - Constructor for class com.graphdbapi.driver.internal.cluster.loadbalancing.FixedServerLoadBalancingStrategy
- FoundException - Exception in com.graphdbapi.driver.v1.exceptions
-
所有 Found 异常的基类
- FoundException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.FoundException
- fromId - Variable in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
-
边id对应的起始点
G
- getAccessIP() - Method in class com.graphdbapi.driver.auth.response.info.UserInfo
-
用户ip白名单列表。用;分割
- getAddresses() - Method in class com.graphdbapi.driver.MetricInfo
-
节点地址
- getAdmin() - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam
-
是否是管理员用户
- getAllEdgeCount() - Method in interface com.graphdbapi.driver.Graph
-
查询边个数。查询图中边总数。
- getAllGroupNames() - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
获取所有组名称信息
- getAllProperties() - Method in interface com.graphdbapi.driver.ElementWithProperty
-
返回所有属性集合
- getAllUsers() - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
获取所有用户信息
- getAllVertexCount() - Method in interface com.graphdbapi.driver.Graph
-
查询点个数。查询图中点总数。
- getBackup() - Method in class com.graphdbapi.driver.GraphMetricsInfo
-
备份数量
- getBetweenessCentrality() - Method in class com.graphdbapi.driver.v1.graph.algo.ViewGraphAlgoVertexResult
- getBfsEdgeCount() - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam
-
bfsMaster最大能遍历的边个数。达到这个值将会抛异常。-1不限制
- getBfsEdgeCount() - Method in class com.graphdbapi.driver.auth.response.info.UserInfo
-
bfsMaster最大能遍历的边个数。达到这个值将会抛异常。-1不限制
- getBfsVertexCount() - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam
-
bfsMaster最大能遍历的点个数。达到这个值将会抛异常。-1不限制
- getBfsVertexCount() - Method in class com.graphdbapi.driver.auth.response.info.UserInfo
-
bfsMaster最大能遍历的点个数。达到这个值将会抛异常。-1不限制
- getCallTasksNumber() - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam
-
Cypher 同时执行 call 任务上限。默认值 1
- getCallTasksNumber() - Method in class com.graphdbapi.driver.auth.response.info.UserInfo
-
Cypher 同时执行 call 任务上限。默认值 1
- getChildren() - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionComposite
-
获取组合条件列表
- getChildren() - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionCompositeOr
-
获取组合条件列表
- getClosenessCentrality() - Method in class com.graphdbapi.driver.v1.graph.algo.ViewGraphAlgoVertexResult
- getCombinedEdgeType(String) - Method in interface com.graphdbapi.driver.GraphSchema
-
根据边类型获取起始点和终止点类型名。
- getConditionFilterMap() - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByProperty
-
获取属性条件的映射,其中key是类型,value是过滤集合
PropertyFilter
- getCpuPercent() - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam
-
cpu百分比上限限制。-1不限制
- getCpuPercent() - Method in class com.graphdbapi.driver.auth.response.info.UserInfo
-
cpu百分比上限限制。-1不限制
- getCreateTime() - Method in class com.graphdbapi.driver.auth.response.info.GraphInfo
-
图的创建时间
- getCreateUsername() - Method in class com.graphdbapi.driver.auth.response.info.GraphInfo
-
图的创建者用户名
- getCypher() - Method in class com.graphdbapi.driver.v1.CypherQuery
- getCypherMetrics() - Method in interface com.graphdbapi.driver.Graph
-
获取正在执行的cypher语句的执行信息。
- getCypherQueryRecord() - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam
-
Cypher 查询记录上限。-1代表无上限
- getCypherQueryRecord() - Method in class com.graphdbapi.driver.auth.response.info.UserInfo
-
Cypher 查询记录上限。-1代表无上限
- getCypherTaskAsyncForStatementResultStatus(long) - Method in interface com.graphdbapi.driver.Graph
-
获取可视化专用 cypher 异步查询任务的执行状态。
- getCypherTaskStatementResult(long) - Method in interface com.graphdbapi.driver.Graph
-
获取cypher异步查询的结果迭代器。
- getDaemonThreadCnt() - Method in class com.graphdbapi.driver.MetricInfo
-
daemon thread count
- getDampingFactor() - Method in class com.graphdbapi.driver.v1.graph.algo.PageRankParams
-
阻尼系数
- getDegree() - Method in class com.graphdbapi.driver.v1.graph.query.EdgeDegreeInfo
-
边的总度数值
- getDegree(long) - Method in interface com.graphdbapi.driver.Graph
-
查询点的degree信息。
- getDegree(long, Set<String>, Direction, VisitCondition, VisitCondition, boolean) - Method in interface com.graphdbapi.driver.Graph
-
查询点的degree信息。
- getDegreeInfo() - Method in class com.graphdbapi.driver.v1.graph.query.EdgeDegreeInfo
-
degree值。key是边类型,value是对应类型的总degree数量
- getDepth() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsInfo
- getDriverVersion() - Static method in class com.graphdbapi.driver.GraphDb
-
获取driver版本
- getEdgeCount() - Method in class com.graphdbapi.driver.v1.graph.algo.ViewGraphAlgoResult
- getEdgeCount() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.QueryResult
-
结果集总共边个数
- getEdgeCount(String) - Method in interface com.graphdbapi.driver.Graph
-
查询边个数。查询当前类型边总数。
- getEdgeDirect(String) - Method in interface com.graphdbapi.driver.GraphSchema
-
获取某个边类型的方向。
- getEdgeId() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfo
-
返回边id
- getEdgePropertyMap() - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
-
边属性集合
- getEdgeSet() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.QueryResult
-
边的基础信息
- getEdgeSize() - Method in class com.graphdbapi.driver.auth.response.info.GraphInfo
-
边个数
- getEdgeType() - Method in class com.graphdbapi.driver.GraphMetricsInfo
-
边信息
- getEdgeTypes() - Method in interface com.graphdbapi.driver.GraphSchema
-
获取所有的边类型名。
- getElementId() - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
-
元素id
- getEnableRead() - Method in class com.graphdbapi.driver.auth.response.info.UserInfo
-
是否全局可读
- getFirstSign() - Method in class com.graphdbapi.driver.v1.graph.PropertyType
- getFromId() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexId
-
返回边的起始点
- getFromId() - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
-
边id对应的起始点
- getFromPk() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk
-
获取起始点主键
- getFromType() - Method in class com.graphdbapi.driver.v1.graph.CombinedEdgeType
-
获取起始点类型
- getFromType() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk
-
返回边的起始点类型
- getFromVertex() - Method in interface com.graphdbapi.driver.Edge
-
获取起始点信息。 不是同边信息一同返回,额外调用了
Graph.retrieveVertex(long)
方法获取。 - getFromVertexId() - Method in interface com.graphdbapi.driver.Edge
-
获取起始点id
- getGraphInfo() - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
获取所有可操作图信息
- getGraphMetrics() - Method in class com.graphdbapi.driver.MetricInfo
-
graph info
- getGraphName() - Method in class com.graphdbapi.driver.auth.response.info.GraphInfo
-
图名称
- getGraphName() - Method in class com.graphdbapi.driver.GraphMetricsInfo
-
图名字
- getGraphName() - Method in class com.graphdbapi.driver.v1.CypherQuery
- getGroupName() - Method in class com.graphdbapi.driver.auth.response.info.GraphInfo
-
图所在的用户组名称
- getGroupUsers(String) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
管理员获取组内成员及权限
- getHeapCommitted() - Method in class com.graphdbapi.driver.MetricInfo
-
heap Committed
- getHeapInit() - Method in class com.graphdbapi.driver.MetricInfo
-
heap Init
- getHeapMax() - Method in class com.graphdbapi.driver.MetricInfo
-
heap Max
- getHeapTotal() - Method in class com.graphdbapi.driver.MetricInfo
-
heap Total
- getHeapUsed() - Method in class com.graphdbapi.driver.MetricInfo
-
heap Used
- getHostName() - Method in class com.graphdbapi.driver.MetricInfo
-
节点主机名
- getId() - Method in interface com.graphdbapi.driver.Edge
-
获取边id
- getId() - Method in class com.graphdbapi.driver.MetricInfo
-
节点id
- getId() - Method in class com.graphdbapi.driver.v1.graph.VertexInfoById
-
返回点id
- getId() - Method in interface com.graphdbapi.driver.Vertex
-
获取点的id
- getInfoMap() - Method in class com.graphdbapi.driver.v1.graph.query.condition.PropertyFilter
-
获取所有属性过滤条件
- getItCount() - Method in class com.graphdbapi.driver.v1.graph.algo.PageRankParams
-
迭代次数
- getLastUpdateTime() - Method in class com.graphdbapi.driver.MetricInfo
-
lastUpdateTime
- getMaxDepth() - Method in class com.graphdbapi.driver.v1.graph.algo.BetweennessCentralityParams
-
最大深度
- getMethod() - Method in class com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo
-
获取比较方法
- getName() - Method in class com.graphdbapi.driver.GraphMetricsInfo.EdgeTypeMetrics
-
边类型名
- getName() - Method in class com.graphdbapi.driver.GraphMetricsInfo.VertexTypeMetrics
-
点类型名
- getNodeStartTime() - Method in class com.graphdbapi.driver.MetricInfo
-
启动时间
- getPageRank() - Method in class com.graphdbapi.driver.v1.graph.algo.ViewGraphAlgoVertexResult
- getPeakThreadCnt() - Method in class com.graphdbapi.driver.MetricInfo
-
peak thread count
- getPk() - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
-
点id对应的主键
- getPk() - Method in class com.graphdbapi.driver.v1.graph.VertexInfoByPk
-
返回点pk
- getPrimitiveDataType() - Method in class com.graphdbapi.driver.v1.graph.PropertyType
- getProperties() - Method in class com.graphdbapi.driver.GraphMetricsInfo.EdgeTypeMetrics
-
边属性信息
- getProperties() - Method in class com.graphdbapi.driver.GraphMetricsInfo.VertexTypeMetrics
-
点属性信息
- getProperty() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfo
-
返回边属性
- getProperty() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexId
-
返回边的属性集合
- getProperty() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk
-
返回边的属性集合
- getProperty() - Method in class com.graphdbapi.driver.v1.graph.VertexInfoById
-
返回点的属性集合
- getProperty() - Method in class com.graphdbapi.driver.v1.graph.VertexInfoByPk
-
返回点的属性集合
- getProperty(String) - Method in interface com.graphdbapi.driver.ElementWithProperty
-
获取某个属性名对应的值
- getPropertyKeys() - Method in interface com.graphdbapi.driver.ElementWithProperty
-
返回所有的属性名
- getPropertyKeys(String, boolean) - Method in interface com.graphdbapi.driver.GraphSchema
-
获取某个点/边类型下的属性名和属性类型。
- getPropertyName() - Method in class com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo
-
获取propertyName
- getPropertyPk(String) - Method in interface com.graphdbapi.driver.GraphSchema
-
获取某个点类型下的外部唯一标识。
- getPropertyType() - Method in class com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo
-
获取比较值的类型
- getQueryTasksNumber() - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam
-
Cypher 同时执行 query 任务上限。默认值 5
- getQueryTasksNumber() - Method in class com.graphdbapi.driver.auth.response.info.UserInfo
-
Cypher 同时执行 query 任务上限。默认值 5
- getRoleType() - Method in class com.graphdbapi.driver.auth.response.info.GraphInfo
-
当前用户对于当前图的角色
- getShareableUsers(String) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
当前图可分享的所有用户
- getSharedUsers(String) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
当前图已分享的所有用户及权限
- getSize() - Method in class com.graphdbapi.driver.GraphMetricsInfo.EdgeTypeMetrics
-
边类型个数
- getSize() - Method in class com.graphdbapi.driver.GraphMetricsInfo.VertexTypeMetrics
-
点类型个数
- getStartedThreadCnt() - Method in class com.graphdbapi.driver.MetricInfo
-
started thread count
- getStartTime() - Method in class com.graphdbapi.driver.v1.CypherQuery
- getTaskId() - Method in class com.graphdbapi.driver.v1.CypherQuery
- getThreadCnt() - Method in class com.graphdbapi.driver.MetricInfo
-
thread count
- getToId() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexId
-
返回边的终止点
- getToId() - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
-
边id对应的终止点
- getToken() - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
- getToPk() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk
-
获取终止点主键
- getToType() - Method in class com.graphdbapi.driver.v1.graph.CombinedEdgeType
-
获取终止点类型
- getToType() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk
-
返回边的终止点类型
- getToVertex() - Method in interface com.graphdbapi.driver.Edge
-
获取终止点信息。 不是同边信息一同返回,额外调用了
Graph.retrieveVertex(long)
方法获取。 - getToVertexId() - Method in interface com.graphdbapi.driver.Edge
-
获取终止点id
- getType() - Method in interface com.graphdbapi.driver.Edge
-
获取边类型
- getType() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexId
-
返回边类型
- getType() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk
-
返回边类型
- getType() - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
-
id对应的类型名
- getType() - Method in class com.graphdbapi.driver.v1.graph.VertexInfoByPk
-
返回点类型
- getType() - Method in interface com.graphdbapi.driver.Vertex
-
获取点的类型
- getTypeConditionMethod() - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByType
-
获取类型过滤方法
- getTypeNameSet() - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByType
-
获取类型过滤集合
- getUri() - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
- getUserId() - Method in class com.graphdbapi.driver.v1.CypherQuery
- getUsername() - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
- getUsername() - Method in class com.graphdbapi.driver.auth.response.info.UserInfo
-
用户名
- getUserName() - Method in class com.graphdbapi.driver.v1.CypherQuery
- getUuid() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsInfo
- getValue() - Method in class com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo
-
获取条件比较值;对于区间比较,返回的时valueMin
- getValue2() - Method in class com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo
-
获取另一个条件比较值;对于区间比较,返回valueMax
- getVertex() - Method in class com.graphdbapi.driver.v1.graph.algo.ViewGraphAlgoResult
- getVertexCount() - Method in class com.graphdbapi.driver.v1.graph.algo.ViewGraphAlgoResult
- getVertexCount() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.QueryResult
-
结果集总共点个数
- getVertexCount(String) - Method in interface com.graphdbapi.driver.Graph
-
查询点个数。查询当前类型点总数。
- getVertexId() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsInfo
- getVertexIdByPk(String) - Method in interface com.graphdbapi.driver.Graph
-
查询点id。通过点pk查询点id。该方法不限定点类型,将从所有点类型中查询是否有pk存在,并返回点id集合。
- getVertexIdByPk(String, String) - Method in interface com.graphdbapi.driver.Graph
-
查询点id。通过点pk和type获取点id。在一个点类型下,点pk和点id是一一对应的。
- getVertexSet() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.QueryResult
-
点的基础信息
- getVertexSize() - Method in class com.graphdbapi.driver.auth.response.info.GraphInfo
-
点个数
- getVertexType() - Method in class com.graphdbapi.driver.GraphMetricsInfo
-
点信息
- getVertexTypes() - Method in interface com.graphdbapi.driver.GraphSchema
-
获取所有的点类型名。
- Graph - Interface in com.graphdbapi.driver
-
操作图的入口。
- GraphDb - Class in com.graphdbapi.driver
-
图服务入口
- GraphDb() - Constructor for class com.graphdbapi.driver.GraphDb
- GraphDbAuth - Interface in com.graphdbapi.driver.auth
-
权限管理入口
- GraphDbAuthConnect - Class in com.graphdbapi.driver.auth
-
图权限连接方式
- GraphDbAuthConnect() - Constructor for class com.graphdbapi.driver.auth.GraphDbAuthConnect
- GraphDbException - Exception in com.graphdbapi.driver.v1.exceptions
-
This is the base class for all exceptions caused as part of communication with the remote GraphDb server.
- GraphDbException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.GraphDbException
- GraphDbException(String, String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.GraphDbException
- GraphDbException(String, String, Throwable) - Constructor for exception com.graphdbapi.driver.v1.exceptions.GraphDbException
- GraphDbException(String, Throwable) - Constructor for exception com.graphdbapi.driver.v1.exceptions.GraphDbException
- GraphInfo - Class in com.graphdbapi.driver.auth.response.info
-
图的基础信息
- GraphInfo() - Constructor for class com.graphdbapi.driver.auth.response.info.GraphInfo
- GraphMetricsInfo - Class in com.graphdbapi.driver
- GraphMetricsInfo(String, boolean, long, List<GraphMetricsInfo.VertexTypeMetrics>, List<GraphMetricsInfo.EdgeTypeMetrics>) - Constructor for class com.graphdbapi.driver.GraphMetricsInfo
- GraphMetricsInfo.EdgeTypeMetrics - Class in com.graphdbapi.driver
- GraphMetricsInfo.VertexTypeMetrics - Class in com.graphdbapi.driver
- GraphRoleType - Enum in com.graphdbapi.driver.auth.response.entity.param
-
创建图的角色列表
- graphs(Driver) - Static method in class com.graphdbapi.driver.GraphDb
-
获取图名字
- GraphSchema - Interface in com.graphdbapi.driver
-
图schema操作类,不支持事务。
- GraphTransaction - Interface in com.graphdbapi.driver
H
- Has - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只集合类型可以使用; 需要包含当前的值
- hashCode() - Method in class com.graphdbapi.driver.v1.graph.PropertyType
- hasProperty(String) - Method in interface com.graphdbapi.driver.ElementWithProperty
-
判断是否有某个属性名
I
- id() - Method in enum com.graphdbapi.driver.auth.response.entity.param.GraphRoleType
- id() - Method in enum com.graphdbapi.driver.auth.response.entity.param.RoleType
- id() - Method in enum com.graphdbapi.driver.auth.response.entity.param.SharedRoleType
- IN - com.graphdbapi.driver.Direction
-
入边
- index() - Method in interface com.graphdbapi.driver.Graph
-
获取图index。
- initPassword(String) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
初始化用户密码
- insertEdgeByVertexId(long, long, String) - Method in interface com.graphdbapi.driver.Graph
-
新增边。通过起始点id和终止点id新增一条无属性边。
- insertEdgeByVertexId(long, long, String, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
新增边。通过起始点id和终止点id新增一条边,属性为可选项。
- insertEdgeByVertexPk(String, String, boolean, String, String, boolean, String, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
新增边。通过起始点pk和终止点pk新增边。 找不到起始点和终止点时会通过createFrom和createTo决定是否新增无属性的起始点和终止点。
- insertEdgeByVertexPk(String, String, String, String, String) - Method in interface com.graphdbapi.driver.Graph
-
新增边。通过起始点pk和终止点pk新增边。
- insertEdgeByVertexPk(String, String, String, String, String, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
新增边。通过起始点pk和终止点pk新增边。
- insertEdgesByVertexId(List<EdgeInfoByVertexId>) - Method in interface com.graphdbapi.driver.Graph
-
批量新增边。通过起始点id和终止点id新增边。 该方法与
Graph.insertEdgesByVertexPk(List)
不同的是,该方法list中每项是通过点id进行新增。 如果想通过pk新增边,请调用Graph.insertEdgesByVertexPk(List)
结果按传入顺序构成集合,集合中包含新增后的边信息和错误信息。通过ResponseItem.isError()
方法判断操作是否失败。 - insertEdgesByVertexPk(List<EdgeInfoByVertexPk>) - Method in interface com.graphdbapi.driver.Graph
-
批量新增边。通过起始点pk和终止点pk来新增边。 找不到起始点和终止点时会通过createFrom和createTo来决定是否新增无属性的起始点和终止点。 该方法与
Graph.insertEdgesByVertexId(List)
(List)} 不同的是,该方法list中每项是通过pk进行新增。 如果想通过点id新增边,请调用Graph.insertEdgesByVertexId(List)
结果按传入顺序构成集合,集合中包含新增后的边信息和错误信息。通过ResponseItem.isError()
方法判断操作是否失败。 - insertVertexByPk(String, String) - Method in interface com.graphdbapi.driver.Graph
-
新增点。通过点pk和type新增一个的无属性点。
- insertVertexByPk(String, String, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
新增点。通过点pk和type新增一个点,属性为可选项。
- insertVertexesByPk(List<VertexInfoByPk>) - Method in interface com.graphdbapi.driver.Graph
-
批量新增点。通过点pk和type新增点,属性为可选项。 结果按传入顺序构成集合,集合中包含新增后的点信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - InSet - com.graphdbapi.driver.v1.graph.query.condition.TypeConditionMethod
-
在设定的集合中存在,则为true,否则为false
- INT - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
- INT - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
- isAdmin() - Method in class com.graphdbapi.driver.auth.response.info.UserInfo
-
是否是管理员用户
- isCollection(PropertyType) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
-
判断PropertyType的类型是否为集合类型
- isCreateFrom() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk
-
填true,如果点不存在,则创建没有属性的起始点,填false,如果点不存在,则抛异常
- isCreateTo() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk
-
填true,如果点不存在,则创建没有属性的终止点,填false,如果点不存在,则抛异常
- isDirected() - Method in class com.graphdbapi.driver.GraphMetricsInfo.EdgeTypeMetrics
-
边方向
- isEnable() - Method in interface com.graphdbapi.driver.Graph
-
验证驱动对象实例是否存活且可用。
- isError() - Method in class com.graphdbapi.driver.v1.graph.ResponseItem
-
判断是否出错
- isExecuting() - Method in class com.graphdbapi.driver.v1.CypherQuery
- isList(PropertyType) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
-
判断PropertyType的类型是否为List类型
- isMerge() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfo
-
返回集合属性的追加(true)或覆盖(false)
- isMerge() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexId
-
返回集合属性的追加(true)或覆盖(false)
- isMerge() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk
-
返回集合属性的追加(true)或覆盖(false)
- isMerge() - Method in class com.graphdbapi.driver.v1.graph.VertexInfoById
-
返回集合属性的追加(true)或覆盖(false)
- isMerge() - Method in class com.graphdbapi.driver.v1.graph.VertexInfoByPk
-
返回集合属性的追加(true)或覆盖(false)
- isOpen() - Method in interface com.graphdbapi.driver.GraphTransaction
-
事务是否为开启状态
- isRebalancing() - Method in class com.graphdbapi.driver.GraphMetricsInfo
-
是否在rebalance
- isSet(PropertyType) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
-
判断PropertyType的类型是否为Set类型
- isStopping() - Method in class com.graphdbapi.driver.v1.CypherQuery
- isVertex() - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByProperty
-
获取是否是点类型
- isVertex() - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByType
-
获取是否是点类型
L
- LeastConnectedLoadBalancingStrategy - Class in com.graphdbapi.driver.internal.cluster.loadbalancing
-
负载均衡策略,用于查找来自路由表中的的最少活动连接(从池中检出)的服务器地址。 以round-robin轮询调度方式找到迭代的起始索引。 这样做是为了防止在所有地址具有相同数量的活动连接时反复选择相同的第一地址。
- LeastConnectedLoadBalancingStrategy(ConnectionPool, Logging) - Constructor for class com.graphdbapi.driver.internal.cluster.loadbalancing.LeastConnectedLoadBalancingStrategy
- LengthLess - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; data.length 小于 value
- LengthLessOrEqual - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; data.length 小于等于 value
- LengthMore - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; data.length 大于 value
- LengthMoreAndLess - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; min 小于 data.length 小于 max
- LengthMoreAndLessEqual - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; min 小于 data.length 小于等于 max
- LengthMoreEqualAndLess - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; min 小于等于 data.length 小于 max
- LengthMoreEqualAndLessEqual - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; min 小于等于 data.length 小于等于 max
- LengthMoreOrEqual - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; data.length 大于等于 value
- Less - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有数值类型可以使用; data 小于 value
- LessOrEqual - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有数值类型可以使用; data 小于等于 value
- LIST - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
- LoadBalancingStrategy - Interface in com.graphdbapi.driver.internal.cluster.loadbalancing
-
在给定地址中选择最合适的节点以进行请求处理的工具。
- LONG - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
- LONG - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
M
- message() - Method in class com.graphdbapi.driver.v1.graph.ResponseItem
-
发生错误时取得消息内容
- MetricInfo - Class in com.graphdbapi.driver
- MetricInfo() - Constructor for class com.graphdbapi.driver.MetricInfo
- metrics(Driver) - Static method in class com.graphdbapi.driver.GraphDb
-
获取节点的metric信息
- More - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有数值类型可以使用; data 大于 value
- MoreAndLess - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有数值类型可以使用; min 小于 data 小于 max
- MoreAndLessEqual - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有数值类型可以使用; min 小于 data 小于等于 max
- MoreEqualAndLess - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有数值类型可以使用; min 小于等于 data 小于 max
- MoreEqualAndLessEqual - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有数值类型可以使用; min 小于等于 data 小于等于 max
- MoreOrEqual - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有数值类型可以使用; data 大于等于 value
N
- name() - Method in interface com.graphdbapi.driver.Graph
-
获取图名称。
- newGraph(Driver, String, String) - Static method in class com.graphdbapi.driver.GraphDb
-
新建一个图
- NOTASK - com.graphdbapi.driver.internal.value.CypherTaskStatus
-
无此任务
- NotContains - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; 不允许包含当前值
- NotEndWith - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; 不允许以当前值为终止
- NotEqualNumber - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有数值类型可以使用; data != value
- NotEqualString - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; data 与 value 不相同
- NotFoundException - Exception in com.graphdbapi.driver.v1.exceptions
-
所有 NotFound 异常的基类
- NotFoundException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.NotFoundException
- NotHas - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只集合类型可以使用; 不允许包含当前的值
- NotInSet - com.graphdbapi.driver.v1.graph.query.condition.TypeConditionMethod
-
在设定的集合中不存在,则为true,否则为false
- NotStartWith - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; 不允许以当前值为起始
O
P
- PageRankParams - Class in com.graphdbapi.driver.v1.graph.algo
-
graph中调用viewGraphAlgo需要传递的参数
- PageRankParams(int, double) - Constructor for class com.graphdbapi.driver.v1.graph.algo.PageRankParams
- ParamException - Exception in com.graphdbapi.driver.v1.exceptions
-
参数异常,用户输入的参数和接口所需要的参数无法匹配而引发的异常
- ParamException(String, Object...) - Constructor for exception com.graphdbapi.driver.v1.exceptions.ParamException
- ParamException(Throwable, String, Object...) - Constructor for exception com.graphdbapi.driver.v1.exceptions.ParamException
- PENDING - com.graphdbapi.driver.internal.value.CypherTaskStatus
-
任务等待执行
- pk - Variable in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
-
点id对应的主键
- PkNotFoundException - Exception in com.graphdbapi.driver.v1.exceptions
-
点的外部唯一标识不存在引发的异常
- PkNotFoundException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.PkNotFoundException
- PkNotFoundException(String, Object...) - Constructor for exception com.graphdbapi.driver.v1.exceptions.PkNotFoundException
- PropertyFilter - Class in com.graphdbapi.driver.v1.graph.query.condition
-
属性过滤集合,是
VisitConditionByProperty
的依赖类 - PropertyFilter() - Constructor for class com.graphdbapi.driver.v1.graph.query.condition.PropertyFilter
- PropertyFilterInfo - Class in com.graphdbapi.driver.v1.graph.query.condition
-
具体的属性过滤,是
PropertyFilter
的依赖类 - PropertyFilterInfo(String, PropertyFilterInfo.QueryMethod, Object) - Constructor for class com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo
-
给单值比较的符号
PropertyFilterInfo.QueryMethod
使用 - PropertyFilterInfo(String, PropertyFilterInfo.QueryMethod, Object, Object) - Constructor for class com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo
-
给是范围比较的符号
PropertyFilterInfo.QueryMethod
使用 - PropertyFilterInfo.QueryMethod - Enum in com.graphdbapi.driver.v1.graph.query.condition
-
属性过滤符号,是
PropertyFilterInfo
的依赖类 - PropertyFoundException - Exception in com.graphdbapi.driver.v1.exceptions
-
属性已存在引发的异常
- PropertyFoundException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.PropertyFoundException
- PropertyNotFoundException - Exception in com.graphdbapi.driver.v1.exceptions
-
属性不存在引发的异常
- PropertyNotFoundException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.PropertyNotFoundException
- PropertyType - Class in com.graphdbapi.driver.v1.graph
- PropertyType.PrimitiveDataType - Enum in com.graphdbapi.driver.v1.graph
- PUBLISHER - com.graphdbapi.driver.auth.response.entity.param.GraphRoleType
-
发布者
- PUBLISHER - com.graphdbapi.driver.auth.response.entity.param.RoleType
-
发布者
- PUBLISHER - com.graphdbapi.driver.auth.response.entity.param.SharedRoleType
-
发布者
- putPropertyValue(boolean, Object, String, Object) - Method in interface com.graphdbapi.driver.Graph
-
更新属性。更新某个点或边的某属性值。(集合属性会自动追加)
- putPropertyValue(boolean, Object, String, Object, boolean) - Method in interface com.graphdbapi.driver.Graph
-
更新属性。更新某个点或边的某属性值。
Q
- QueryResult - Class in com.graphdbapi.driver.v1.graph.query.bfs
-
bfs(广度优先搜索)结果集
- QueryResult(long, long) - Constructor for class com.graphdbapi.driver.v1.graph.query.bfs.QueryResult
- QueryResult(Map<Long, ResponseElementInfo>, Map<String, ResponseElementInfo>, List<Long>) - Constructor for class com.graphdbapi.driver.v1.graph.query.bfs.QueryResult
- queryTasksNumber(Integer) - Method in class com.graphdbapi.driver.auth.response.entity.param.UserParam.Builder
R
- READER - com.graphdbapi.driver.auth.response.entity.param.RoleType
-
只读
- READER - com.graphdbapi.driver.auth.response.entity.param.SharedRoleType
-
只读
- removeGroupUser(String, String) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
移除用户组内用户
- removePropertyValue(boolean, Object, String) - Method in interface com.graphdbapi.driver.Graph
-
删除属性。
- renamePropertyName(String, boolean, String, String) - Method in interface com.graphdbapi.driver.GraphSchema
-
更新某个类型的某个属性名。
- renameTypeName(String, boolean, String) - Method in interface com.graphdbapi.driver.GraphSchema
-
更新某个类型名。
- ResponseElementInfo - Class in com.graphdbapi.driver.v1.graph.query
-
bfs(广度优先搜索)结果集中,点和边的基础信息
- ResponseElementInfo() - Constructor for class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
- ResponseItem<T> - Class in com.graphdbapi.driver.v1.graph
-
返回消息内容
- retrieveAllEdges() - Method in interface com.graphdbapi.driver.Graph
-
查询所有边。迭代获取所有类型的所有边。
- retrieveAllVertexes() - Method in interface com.graphdbapi.driver.Graph
-
查询所有点。迭代获取数据库中的所有点信息。
- retrieveEdge(String) - Method in interface com.graphdbapi.driver.Graph
-
查询边。通过边id查询边。不存在返回null
- retrieveEdgeByVertexId(long) - Method in interface com.graphdbapi.driver.Graph
-
查询邻居。通过起始点id查询。
- retrieveEdgeByVertexId(long, long, Set<String>, Direction, VisitCondition, boolean) - Method in interface com.graphdbapi.driver.Graph
-
查询邻居。通过起始点id和终止点id查询。
- retrieveEdgeByVertexId(long, Set<String>, Direction, int, VisitCondition, VisitCondition, boolean) - Method in interface com.graphdbapi.driver.Graph
-
查询邻居。通过起始点id查询。
- retrieveEdgeByVertexId(long, Set<String>, Direction, VisitCondition, VisitCondition, boolean) - Method in interface com.graphdbapi.driver.Graph
-
查询邻居。通过起始点id查询。
- retrieveEdgeByVertexPk(String, String) - Method in interface com.graphdbapi.driver.Graph
-
查询邻居。通过起始点pk和type查询。
- retrieveEdgeByVertexPk(String, String, Set<String>, Direction, int, VisitCondition, VisitCondition, boolean) - Method in interface com.graphdbapi.driver.Graph
-
查询邻居。通过起始点pk和type查询。
- retrieveEdgeByVertexPk(String, String, Set<String>, Direction, VisitCondition, VisitCondition, boolean) - Method in interface com.graphdbapi.driver.Graph
-
查询邻居。通过起始点pk和type查询。
- retrieveEdges(List<String>) - Method in interface com.graphdbapi.driver.Graph
-
批量查询边。通过边id查询边。不存在返回空集合 结果按传入顺序构成集合,集合中包含查询的边信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - retrieveEdgesByType(String) - Method in interface com.graphdbapi.driver.Graph
-
查询边类型下所有边。迭代获取某个类型的所有边信息。
- retrieveOrInsertEdgeByVertexId(long, long, String, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
查询或新增边。通过起始点、终止点id和边类型查询或新增边。若两点之间此边类型的边存在,则查询并返回两点之间此类型所有边的迭代器。 若不存在点,抛出异常;若存在点不存在边,则新增一条边并返回。
- retrieveOrInsertEdgeByVertexPk(String, String, boolean, String, String, boolean, String, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
查询或新增边。通过起始点pk和终止点pk查询或新增边。若两点之间此边类型的边存在,则查询并返回两点之间此类型所有边的迭代器。 若不存在点,抛出异常;若存在点不存在边,则新增一条边并返回。
- retrieveOrInsertEdgesByVertexId(List<EdgeInfoByVertexId>) - Method in interface com.graphdbapi.driver.Graph
-
批量查询或新增边。通过起始点id和终止点id查询或新增边。若存在,仅查询并返回所有边信息,属性值不做修改。若不存在,则新增一条边并返回边信息。 结果按传入顺序构成集合,集合中包含查询或新增后的边信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - retrieveOrInsertEdgesByVertexPk(List<EdgeInfoByVertexPk>) - Method in interface com.graphdbapi.driver.Graph
-
批量查询或新增边。通过起始点pk和终止点pk查询或新增边。若存在,仅查询并返回所有边信息,属性值不做修改。若不存在,则新增一条边并返回边信息。 结果按传入顺序构成集合,集合中包含查询或新增后的边信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - retrieveOrInsertVertexByPk(String, String, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
查询或新增点。通过点pk和type查询或新增点。若点已经存在,仅查询并返回点信息,属性值不做修改。若点不存在,新增并返回点信息。
- retrieveOrInsertVertexesByPk(List<VertexInfoByPk>) - Method in interface com.graphdbapi.driver.Graph
-
批量查询或新增点。通过点pk和type查询或新增点。若点已经存在,仅查询并返回点信息,属性值不做修改。若点不存在,新增并返回点信息。 结果按传入顺序构成集合,集合中包含查询或新增后的点信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - retrieveVertex(long) - Method in interface com.graphdbapi.driver.Graph
-
查询点。通过点id查询点信息。不存在返回null
- retrieveVertexByPk(String, String) - Method in interface com.graphdbapi.driver.Graph
-
查询点。通过点pk和type查询点。在一个确定的点类型下,通过pk仅能查询到一个点。不存在返回null
- retrieveVertexes(List<Long>) - Method in interface com.graphdbapi.driver.Graph
-
批量查询点。通过点id查询点信息。不存在返回空集合 结果按传入顺序构成集合,集合中包含查询的点信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - retrieveVertexesByPk(List<VertexInfoByPk>) - Method in interface com.graphdbapi.driver.Graph
-
批量查询点。通过点pk和type查询点信息。不存在返回空集合 结果按传入顺序构成集合,集合中包含查询的点信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - retrieveVertexesByType(String) - Method in interface com.graphdbapi.driver.Graph
-
查询点类型下的所有点。迭代获取某个点类型的所有点信息。
- RoleType - Enum in com.graphdbapi.driver.auth.response.entity.param
-
图角色列表。目前支持只读、编辑、发布者和架构师。权限依次提升
- RoundRobinLoadBalancingStrategy - Class in com.graphdbapi.driver.internal.cluster.loadbalancing
-
负载均衡策略,以round-robin方式选择服务器地址。
- RoundRobinLoadBalancingStrategy(Logging) - Constructor for class com.graphdbapi.driver.internal.cluster.loadbalancing.RoundRobinLoadBalancingStrategy
S
- schema() - Method in interface com.graphdbapi.driver.Graph
-
获取图schema相关的操作类。
- searchEdgesByIndex(String, String, Object, int, int) - Method in interface com.graphdbapi.driver.Graph
-
通过索引,查找边数据,返回边Id
- searchVertexesByIndex(String, String, Object, int, int) - Method in interface com.graphdbapi.driver.Graph
-
通过索引,查找点数据,返回点Id
- select(BoltServerAddress[], StrategyParam) - Method in class com.graphdbapi.driver.internal.cluster.loadbalancing.AutoPartitionLoadBalancingStrategy
- select(BoltServerAddress[], StrategyParam) - Method in class com.graphdbapi.driver.internal.cluster.loadbalancing.FixedServerLoadBalancingStrategy
- select(BoltServerAddress[], StrategyParam) - Method in class com.graphdbapi.driver.internal.cluster.loadbalancing.LeastConnectedLoadBalancingStrategy
- select(BoltServerAddress[], StrategyParam) - Method in interface com.graphdbapi.driver.internal.cluster.loadbalancing.LoadBalancingStrategy
-
在给定的地址数组中选择最合适的地址。
- select(BoltServerAddress[], StrategyParam) - Method in class com.graphdbapi.driver.internal.cluster.loadbalancing.RoundRobinLoadBalancingStrategy
- SET - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
- setEdgeCount(long) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.QueryResult
-
设置结果边的总数
- setEdgePropertyMap(Map<String, Object>) - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
- setElementId(String) - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
- setFirstSign(PropertyType.PrimitiveDataType) - Method in class com.graphdbapi.driver.v1.graph.PropertyType
- setFromId(String) - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
- setPk(String) - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
- setPrimitiveDataType(PropertyType.PrimitiveDataType) - Method in class com.graphdbapi.driver.v1.graph.PropertyType
- setStopping(boolean) - Method in class com.graphdbapi.driver.v1.CypherQuery
- setToId(String) - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
- setType(String) - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
- setVertexCount(long) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.QueryResult
-
设置结果点的总数
- sharedGraphToUser(String, String, SharedRoleType) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
分享图给用户
- SharedRoleType - Enum in com.graphdbapi.driver.auth.response.entity.param
-
图分享角色支持列表
- shortestPath(long, long, Set<String>) - Method in interface com.graphdbapi.driver.Graph
-
查询最短路径。返回一条最短路径的所有边。
- shortestPath(long, long, Set<String>, int) - Method in interface com.graphdbapi.driver.Graph
-
查询最短路径。返回一条最短路径的所有边。
- SizeLess - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有集合类型可以使用; data.size 小于 value
- SizeLessOrEqual - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有集合类型可以使用; data.size 小于等于 value
- SizeMore - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有集合类型可以使用; data.size 大于 value
- SizeMoreAndLess - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有集合类型可以使用; min 小于 data.size 小于 max
- SizeMoreAndLessEqual - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有集合类型可以使用; min 小于 data.size 小于等于 max
- SizeMoreEqualAndLess - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有集合类型可以使用; min 小于等于 data.size 小于 max
- SizeMoreEqualAndLessEqual - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有集合类型可以使用; min 小于等于 data.size 小于等于 max
- SizeMoreOrEqual - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有集合类型可以使用; data.size 大于等于 value
- StartsWith - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; 是否以当前的值为起始
- stopCypher(long) - Method in interface com.graphdbapi.driver.Graph
-
停止集群中指定taskId的cypher语句。taskId可以通过
Graph.getCypherMetrics()
获取。 也可以用于停止Graph.executeCypherTaskAsyncForStatementResult(String cypher)
提交的任务。 - STRING - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
- STRING - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
- success() - Method in interface com.graphdbapi.driver.GraphTransaction
-
将此事务标记为成功。调用
GraphTransaction.close()
之前调用此方法提交事务。 - success(T) - Static method in class com.graphdbapi.driver.v1.graph.ResponseItem
-
成功
- SUCCESS - com.graphdbapi.driver.internal.value.CypherTaskStatus
-
任务执行成功
T
- toId - Variable in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
-
边id对应的终止点
- toString() - Method in class com.graphdbapi.driver.v1.CypherQuery
- toString() - Method in class com.graphdbapi.driver.v1.graph.algo.ViewGraphAlgoResult
- toString() - Method in class com.graphdbapi.driver.v1.graph.algo.ViewGraphAlgoVertexResult
- toString() - Method in class com.graphdbapi.driver.v1.graph.CombinedEdgeType
- toString() - Method in class com.graphdbapi.driver.v1.graph.PropertyType
- toString() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsInfo
- toString() - Method in class com.graphdbapi.driver.v1.graph.query.EdgeDegreeInfo
- toString() - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
- TransactionException - Exception in com.graphdbapi.driver.v1.exceptions
-
事务相关的异常
- TransactionException(String, String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.TransactionException
- txId() - Method in interface com.graphdbapi.driver.GraphTransaction
-
事务id
- type - Variable in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
-
id对应的类型名
- TypeConditionMethod - Enum in com.graphdbapi.driver.v1.graph.query.condition
-
类型过滤符号,是
VisitConditionByType
的依赖类 - TypeErrorException - Exception in com.graphdbapi.driver.v1.exceptions
-
输入的起始点或终止点的类型不是作为边类型的起始类型和终止类型时引发的异常
- TypeErrorException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.TypeErrorException
- TypeFoundException - Exception in com.graphdbapi.driver.v1.exceptions
-
点或边类型已存在引发的异常
- TypeFoundException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.TypeFoundException
- TypeNotFoundException - Exception in com.graphdbapi.driver.v1.exceptions
-
点或边类型不存在引发的异常
- TypeNotFoundException(boolean, String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.TypeNotFoundException
- TypeNotFoundException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.TypeNotFoundException
U
- unsharedGraphToUser(String, String) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
取消分享图给用户
- updateEdge(String, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
更新边。通过边id更新边。(集合属性会自动追加)
- updateEdge(String, Map<String, Object>, boolean) - Method in interface com.graphdbapi.driver.Graph
-
更新边。通过边id更新边。
- updateEdgeByVertexId(long, long, String, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
更新边。通过起始点id和终止点id来修改边。 如果起始点到终止点不存在边报错。(集合属性会自动追加)
- updateEdgeByVertexId(long, long, String, Map<String, Object>, boolean) - Method in interface com.graphdbapi.driver.Graph
-
更新边。通过起始点id和终止点id来修改边。 如果起始点到终止点不存在边报错。
- updateEdgeByVertexPk(String, String, String, String, String, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
更新边。通过起始点pk和终止点pk修改边。(集合属性会自动追加) 找不到起始点和终止点时报错。 如果起始点到终止点不存在边报错。
- updateEdgeByVertexPk(String, String, String, String, String, Map<String, Object>, boolean) - Method in interface com.graphdbapi.driver.Graph
-
更新边。通过起始点pk和终止点pk修改边。 找不到起始点和终止点时报错。 如果起始点到终止点不存在边报错。
- updateEdges(List<EdgeInfo>) - Method in interface com.graphdbapi.driver.Graph
-
批量更新边。通过边id更新边。 结果按传入顺序构成集合,集合中包含更新后的边信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - updateEdgesByVertexId(List<EdgeInfoByVertexId>) - Method in interface com.graphdbapi.driver.Graph
-
批量更新边。通过起始点id和终止点id修改边。 如果起始点到终止点不存在边报错。 结果按传入顺序构成集合,集合中包含更新后的边信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - updateEdgesByVertexPk(List<EdgeInfoByVertexPk>) - Method in interface com.graphdbapi.driver.Graph
-
批量更新边。通过起始点pk和终止点pk修改边。 找不到起始点和终止点时报错。 如果起始点到终止点不存在边报错。 结果按传入顺序构成集合,集合中包含更新后的边信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - updatePassword(String, String) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
修改自身密码
- updateUser(String, UserParam) - Method in interface com.graphdbapi.driver.auth.GraphDbAuth
-
修改用户
- updateVertex(long, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
更新点。通过点id更新点属性。(集合属性会自动追加)
- updateVertex(long, Map<String, Object>, boolean) - Method in interface com.graphdbapi.driver.Graph
-
更新点。通过点id更新点属性。
- updateVertexByPk(String, String, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
更新点。通过点pk和type更新点。如果已存在,则会比较属性值。(集合属性会自动追加)
- updateVertexByPk(String, String, Map<String, Object>, boolean) - Method in interface com.graphdbapi.driver.Graph
-
更新点。通过点pk和type更新点。如果已存在,则会比较属性值。
- updateVertexes(List<VertexInfoById>) - Method in interface com.graphdbapi.driver.Graph
-
批量更新点。通过点id更新点。如果已存在,则会比较属性值。 结果按传入顺序构成集合,集合中包含更新后的点信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - updateVertexesByPk(List<VertexInfoByPk>) - Method in interface com.graphdbapi.driver.Graph
-
批量更新点。通过点pk和type更新点。如果已存在,则会比较属性值。 结果按传入顺序构成集合,集合中包含更新后的点信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - upsertEdgeByVertexId(long, long, String, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
新增或更新边。通过起始点id和终止点id来新增或修改边。 如果起始点到终止点不存在边,则新增一条边。如果存在一条或多条边,则都会比较属性值。(集合属性会自动追加)
- upsertEdgeByVertexId(long, long, String, Map<String, Object>, boolean) - Method in interface com.graphdbapi.driver.Graph
-
新增或更新边。通过起始点id和终止点id来新增或修改边。 如果起始点到终止点不存在边,则新增一条边。如果存在一条或多条边,则都会比较属性值。
- upsertEdgeByVertexPk(String, String, boolean, String, String, boolean, String, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
新增或更新边。通过起始点pk和终止点pk来新增或修改边。 找不到起始点和终止点时会通过createFrom和createTo来决定是否新增无属性的起始点和终止点。 如果起始点到终止点不存在边,则新增一条边。如果存在一条或多条边,则都会比较属性值。(集合属性会自动追加)
- upsertEdgeByVertexPk(String, String, boolean, String, String, boolean, String, Map<String, Object>, boolean) - Method in interface com.graphdbapi.driver.Graph
-
新增或更新边。通过起始点pk和终止点pk来新增或修改边。 找不到起始点和终止点时会通过createFrom和createTo来决定是否新增无属性的起始点和终止点。 如果起始点到终止点不存在边,则新增一条边。如果存在一条或多条边,则都会比较属性值。
- upsertEdgesByVertexId(List<EdgeInfoByVertexId>) - Method in interface com.graphdbapi.driver.Graph
-
批量新增或更新边。通过起始点id和终止点id新增或修改边。 如果起始点到终止点不存在边,则新增一条边。如果存在一条或多条边,则都会比较属性值。 结果按传入顺序构成集合,集合中包含新增或更新后的边信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - upsertEdgesByVertexPk(List<EdgeInfoByVertexPk>) - Method in interface com.graphdbapi.driver.Graph
-
批量新增或更新边。通过起始点pk和终止点pk新增或修改边。 找不到起始点和终止点时会通过createFrom和createTo决定是否新增无属性的起始点和终止点。 如果起始点到终止点不存在边,则新增一条边。如果存在一条或多条边,则都会比较属性值。 结果按传入顺序构成集合,集合中包含新增或更新后的边信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - upsertVertexByPk(String, String, Map<String, Object>) - Method in interface com.graphdbapi.driver.Graph
-
新增或更新点。通过点pk和type新增或更新点。如果已存在,则会比较属性值。(集合属性会自动追加)
- upsertVertexByPk(String, String, Map<String, Object>, boolean) - Method in interface com.graphdbapi.driver.Graph
-
新增或更新点。通过点pk和type新增或更新点。如果已存在,则会比较属性值。
- upsertVertexesByPk(List<VertexInfoByPk>) - Method in interface com.graphdbapi.driver.Graph
-
批量新增或更新点。通过点pk和type新增或更新点。如果已存在,则会比较属性值。 结果按传入顺序构成集合,集合中包含新增或更新后的点信息和错误信息。通过
ResponseItem.isError()
方法判断操作是否失败。 - UserInfo - Class in com.graphdbapi.driver.auth.response.info
-
用户信息
- UserInfo() - Constructor for class com.graphdbapi.driver.auth.response.info.UserInfo
- UserParam - Class in com.graphdbapi.driver.auth.response.entity.param
-
用户参数列表
- UserParam.Builder - Class in com.graphdbapi.driver.auth.response.entity.param
V
- ValueFormatException - Exception in com.graphdbapi.driver.v1.exceptions
-
输入参数值的类型与实际存储类型不一致引发的异常
- ValueFormatException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.ValueFormatException
- valueOf(PropertyType.PrimitiveDataType, PropertyType.PrimitiveDataType) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
-
属性类型的字符串转为PropertyType类型
- valueOf(String) - Static method in enum com.graphdbapi.driver.auth.response.entity.param.GraphRoleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.graphdbapi.driver.auth.response.entity.param.RoleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.graphdbapi.driver.auth.response.entity.param.SharedRoleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.graphdbapi.driver.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.graphdbapi.driver.internal.value.CypherTaskStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.graphdbapi.driver.v1.graph.query.condition.TypeConditionMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.graphdbapi.driver.auth.response.entity.param.GraphRoleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.graphdbapi.driver.auth.response.entity.param.RoleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.graphdbapi.driver.auth.response.entity.param.SharedRoleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.graphdbapi.driver.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.graphdbapi.driver.internal.value.CypherTaskStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.graphdbapi.driver.v1.graph.query.condition.TypeConditionMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Vertex - Interface in com.graphdbapi.driver
-
操作点接口
- VertexFoundException - Exception in com.graphdbapi.driver.v1.exceptions
-
点已存在引发的异常
- VertexFoundException(long) - Constructor for exception com.graphdbapi.driver.v1.exceptions.VertexFoundException
- VertexFoundException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.VertexFoundException
- VertexFoundException(String, String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.VertexFoundException
- VertexInfoById - Class in com.graphdbapi.driver.v1.graph
-
批量操作点的基础信息封装
- VertexInfoById(long, Map<String, Object>) - Constructor for class com.graphdbapi.driver.v1.graph.VertexInfoById
-
根据点ID创建点,集合属性默认追加
- VertexInfoById(long, Map<String, Object>, boolean) - Constructor for class com.graphdbapi.driver.v1.graph.VertexInfoById
-
根据点ID创建点
- VertexInfoByPk - Class in com.graphdbapi.driver.v1.graph
-
批量操作点的参数信息封装
- VertexInfoByPk(String, String) - Constructor for class com.graphdbapi.driver.v1.graph.VertexInfoByPk
-
根据点PK创建点。
- VertexInfoByPk(String, String, Map<String, Object>) - Constructor for class com.graphdbapi.driver.v1.graph.VertexInfoByPk
-
根据点PK创建点,集合属性默认追加
- VertexInfoByPk(String, String, Map<String, Object>, boolean) - Constructor for class com.graphdbapi.driver.v1.graph.VertexInfoByPk
-
根据点PK创建点。
- VertexNotFoundException - Exception in com.graphdbapi.driver.v1.exceptions
-
点不存在引发的异常
- VertexNotFoundException(long) - Constructor for exception com.graphdbapi.driver.v1.exceptions.VertexNotFoundException
- VertexNotFoundException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.VertexNotFoundException
- VertexTypeMetrics(String, long, Set<String>) - Constructor for class com.graphdbapi.driver.GraphMetricsInfo.VertexTypeMetrics
- ViewGraphAlgoResult - Class in com.graphdbapi.driver.v1.graph.algo
- ViewGraphAlgoResult(long, long) - Constructor for class com.graphdbapi.driver.v1.graph.algo.ViewGraphAlgoResult
- ViewGraphAlgoVertexResult - Class in com.graphdbapi.driver.v1.graph.algo
- ViewGraphAlgoVertexResult() - Constructor for class com.graphdbapi.driver.v1.graph.algo.ViewGraphAlgoVertexResult
- VisitCondition - Interface in com.graphdbapi.driver.v1.graph.query.condition
-
进行遍历时,访问点或边的条件
- VisitConditionByProperty - Class in com.graphdbapi.driver.v1.graph.query.condition
-
对属性添加条件过滤
- VisitConditionByProperty(Map<String, PropertyFilter>, boolean) - Constructor for class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByProperty
- VisitConditionByType - Class in com.graphdbapi.driver.v1.graph.query.condition
-
对类型添加过滤
- VisitConditionByType(Set<String>, TypeConditionMethod, boolean) - Constructor for class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByType
- VisitConditionComposite - Class in com.graphdbapi.driver.v1.graph.query.condition
-
多条件组合类,可以组合
VisitConditionByProperty
和VisitConditionByType
多个条件之间通过AND组合 - VisitConditionComposite(VisitCondition...) - Constructor for class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionComposite
- VisitConditionCompositeOr - Class in com.graphdbapi.driver.v1.graph.query.condition
-
多条件组合类,可以组合
VisitConditionByProperty
和VisitConditionByType
多个条件之间通过OR组合 - VisitConditionCompositeOr(VisitCondition...) - Constructor for class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionCompositeOr
All Classes All Packages