Skip navigation links
A B C D E F G H I K L M N P Q R S T U V W Z 

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
往集合中,添加某属性的过滤条件
addFilter(String, String, PropertyFilterInfo.QueryMethod, Object) - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByPropertyBuilder
添加属性过滤
addFilter(String, PropertyFilterInfo.QueryMethod, Object) - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByPropertyBuilder
添加无类型属性过滤
addFilter(String, String, PropertyFilterInfo.QueryMethod, Object, Object) - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByPropertyBuilder
添加属性过滤
addType(String) - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByTypeBuilder
 
as(String) - Static method in enum com.graphdbapi.driver.auth.response.entity.param.RoleType
 
asMap() - Method in interface com.graphdbapi.driver.v1.Record
将此记录作为map返回,其中每个值都已使用Value.asObject()被转换为默认java对象
asMap(Function<Value, T>) - Method in interface com.graphdbapi.driver.v1.Record
将此记录作为map返回,其中结果值使用指定的转换函数进行转换。您可以在Values中找到一个公共映射函数库。
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
开始一个新的事务。
beginTransaction(Isolation) - 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
 
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查询。
bfsMaster(BfsParam) - 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查询
BfsParam - Class in com.graphdbapi.driver.v1.graph.query.bfs
Bfs 参数集合
BfsParam(long, int, int, int, List<Direction>, List<VisitCondition>, List<VisitCondition>, List<Set<String>>, boolean, boolean, boolean, boolean) - Constructor for class com.graphdbapi.driver.v1.graph.query.bfs.BfsParam
 
BfsParamBuilder - Class in com.graphdbapi.driver.v1.graph.query.bfs
BfsParam构造工具类 e.g.
BfsParamBuilder(long, int) - Constructor for class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
 
BIGDECIMAL - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
BIGINT - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
BINARY - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
BOOLEAN - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
build() - Static method in class com.graphdbapi.driver.v1.Config
返回一个Config.ConfigBuilder 实例
builder() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
生成BfsParam对象
builder() - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByPropertyBuilder
 
builder() - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByTypeBuilder
 
buildList(PropertyType.PrimitiveDataType) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
构建List类型的属性类型
buildMap(PropertyType.PrimitiveDataType, PropertyType.PrimitiveDataType) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
构建Map类型的属性类型
buildSet(PropertyType.PrimitiveDataType) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
构建Set类型的属性类型
BYTE - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 

C

CARTESIANPOINT - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
CHAR - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
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, Throwable) - Constructor for exception com.graphdbapi.driver.v1.exceptions.ClientException
 
ClientException(String, String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.ClientException
 
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.response.entity.param - package com.graphdbapi.driver.auth.response.entity.param
 
com.graphdbapi.driver.group - package com.graphdbapi.driver.group
 
com.graphdbapi.driver.internal.cluster.loadbalancing - package com.graphdbapi.driver.internal.cluster.loadbalancing
 
com.graphdbapi.driver.internal.search - package com.graphdbapi.driver.internal.search
 
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
 
Config - Class in com.graphdbapi.driver.v1
配置driver的配置类
Config.ConfigBuilder - Class in com.graphdbapi.driver.v1
用于构建新的配置实例
Config.TrustStrategy.Strategy - Enum in com.graphdbapi.driver.v1
Deprecated.
driver支持的信任策略
connect(String, String, String) - Static method in class com.graphdbapi.driver.GraphDb
连接到数据库
connect(String, String, String, Config) - Static method in class com.graphdbapi.driver.GraphDb
获取driver
connectCluster(Set<String>, String, String) - Static method in class com.graphdbapi.driver.GraphDb
多IP连接路由driver
connectCluster(Set<String>, String, String, Config) - Static method in class com.graphdbapi.driver.GraphDb
多IP连接路由driver
connectCluster(String, String, String) - Static method in class com.graphdbapi.driver.GraphDb
多IP连接路由driver
connectCluster(String, String, String, Config) - Static method in class com.graphdbapi.driver.GraphDb
多IP连接路由driver
connectionTimeoutMillis() - Method in class com.graphdbapi.driver.v1.Config
配置的超时时长,以毫秒为单位
consume() - Method in interface com.graphdbapi.driver.v1.StatementResult
消耗整个结果,得出它的摘要。
containsKey(String) - Method in interface com.graphdbapi.driver.v1.Record
检查键列表是否包含指定键
create(long, int) - Static method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
构造BfsParamBuilder对象
createCombinedEdgeType(String, String, String) - Method in interface com.graphdbapi.driver.GraphSchema
为指定边类型创建从from到to的CombinedEdgeType集合。
createContainsPredicate(String, String) - Static method in class com.graphdbapi.driver.internal.search.SearchPredicate
谓词 包含
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, 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集合。
createEqualPredicate(String, Object) - Static method in class com.graphdbapi.driver.internal.search.SearchPredicate
谓词 等于
createGreaterThanPredicate(String, Number, boolean) - Static method in class com.graphdbapi.driver.internal.search.SearchPredicate
谓词 大于或大于等于
createLessThanPredicate(String, Number, boolean) - Static method in class com.graphdbapi.driver.internal.search.SearchPredicate
谓词 小于或小于等于
createPkNotFount(String) - Static method in exception com.graphdbapi.driver.v1.exceptions.PkNotFoundException
 
createPrefixPredicate(String, String) - Static method in class com.graphdbapi.driver.internal.search.SearchPredicate
谓词 前缀
createProperty(String, boolean, String, boolean, PropertyType) - Method in interface com.graphdbapi.driver.GraphSchema
为某个类型增加属性列。
createPropIndex(String, boolean, String) - Method in interface com.graphdbapi.driver.GraphSchema
为某个类型的某个属性添加简单索引。
createRangeNumberPredicate(String, Number, Number, boolean, boolean) - Static method in class com.graphdbapi.driver.internal.search.SearchPredicate
谓词 范围
createSuffixPredicate(String, String) - Static method in class com.graphdbapi.driver.internal.search.SearchPredicate
谓词 后缀
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
 
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 - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
defaultConfig() - Static method in class com.graphdbapi.driver.v1.Config
返回一个全默认设置的配置
deleteEdge(String) - Method in interface com.graphdbapi.driver.Graph
删除边。通过边id删除边。
deleteEdgeByVertexId(long, long, Set<String>) - Method in interface com.graphdbapi.driver.Graph
删除边。通过起始点id和终止点id,删除两点之间的边。
deleteEdgeByVertexIdCondition(long, long, Set<String>, VisitCondition) - Method in interface com.graphdbapi.driver.Graph
删除边。通过起始点id和终止点id,条件删除两点之间的边。
deleteEdgeByVertexPk(String, String, String, String, Set<String>) - Method in interface com.graphdbapi.driver.Graph
删除边。通过起始点pk和终止点pk,删除两点之间的边。
deleteEdgeByVertexPkCondition(String, String, String, String, Set<String>, VisitCondition) - Method in interface com.graphdbapi.driver.Graph
删除边。通过起始点pk和终止点pk,条件删除两点之间的边。
deleteEdges(List<String>) - Method in interface com.graphdbapi.driver.Graph
批量删除边。通过边id删除边。如果不存在或删除失败,则会返回异常结果集。 结果按传入顺序构成集合,集合中包含成功信息和错误信息。
deleteGraph() - Method in interface com.graphdbapi.driver.Graph
删除图。删除图的schema和所有数据。
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
边方向
discardCauseAndGetNewExcpetion(GraphDbException, String, Throwable, Throwable[]) - Static method in exception com.graphdbapi.driver.v1.exceptions.GraphDbException
 
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(URI, AuthToken, Config) - 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
删除边类型中的一对起止点类型。
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
删除点类型。删除图中已存在的一个点类型。
DURATION - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 

E

Edge - Interface in com.graphdbapi.driver
操作边接口
edgeCondition() - Static method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByPropertyBuilder
构造VisitConditionByPropertyBuilder边过滤对象
edgeCondition(TypeConditionMethod) - Static method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByTypeBuilder
构造VisitConditionByTypeBuilder边过滤对象
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(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.EdgeFoundException
 
EdgeFoundException(long, long, 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, 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
根据点主键创建边。如果起始点或终止点不存在,则会抛异常
EdgeInfoByVertexPk(String, String, boolean, String, String, boolean, String, Map<String, Object>, boolean) - Constructor for class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk
根据点主键创建边
EdgeInfoByVertexPk(String, String, boolean, String, String, boolean, String, Map<String, Object>) - 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有向。
editGraphDesc(String) - Method in interface com.graphdbapi.driver.GraphSchema
修改图描述
editGraphName(String) - Method in interface com.graphdbapi.driver.Graph
修改图的名称。会关闭当前链接。其他客户端的连接会在下一次请求数据的时候提示图不存在。
editPropertyDesc(String, boolean, String, String) - Method in interface com.graphdbapi.driver.GraphSchema
修改属性描述
editTypeDesc(String, boolean, String) - Method in interface com.graphdbapi.driver.GraphSchema
修改类型描述
elementId - Variable in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
元素id
ElementWithProperty - Interface in com.graphdbapi.driver
图元素(点和边)的公共基类,也是操作属性接口,VertexEdge 继承该接口。 点/边类型定义了结构后,理论上点类型下所有点的属性没赋值前都是null。 删除了某个属性之后,这个属性还是会有个默认值也是null。 因此GraphDb没有返回值为null的属性了
EMBEDDABLE_TYPE - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
equals(Object) - Method in class com.graphdbapi.driver.v1.graph.PropertyType
 
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查询。
executeProcedure(String, Object...) - Method in interface com.graphdbapi.driver.Graph
通过bolt执行procedure方法
executeProcedure(String, Object...) - Method in interface com.graphdbapi.driver.group.GraphGroup
通过bolt执行procedure方法
executeQuery(String) - Method in interface com.graphdbapi.driver.Graph
执行cypher查询。默认超时时间7200秒(包括查询结果迭代时间),如果查询需要长时间执行或结果集过大,建议使用包含timeout的重载方法指定合适的超时时间。
executeQuery(String, long) - Method in interface com.graphdbapi.driver.Graph
执行cypher查询。
executeQuery(String, int) - Method in interface com.graphdbapi.driver.Graph
执行cypher查询。
executeQuery(String, long, int) - Method in interface com.graphdbapi.driver.Graph
执行cypher查询。

F

failure() - Method in interface com.graphdbapi.driver.GraphTransaction
将此事务标记为失败。调用GraphTransaction.close() 之前调用此方法回滚事务。
fields() - Method in interface com.graphdbapi.driver.v1.Record
检索记录所有结果键值对
FixedServerLoadBalancingStrategy - Class in com.graphdbapi.driver.internal.cluster.loadbalancing
负载均衡策略,用于查找来自路由表中的指定服务器地址。
FixedServerLoadBalancingStrategy(String) - Constructor for class com.graphdbapi.driver.internal.cluster.loadbalancing.FixedServerLoadBalancingStrategy
 
FLOAT - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
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

GEOGRAPHICPOINT - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
get(String) - Method in interface com.graphdbapi.driver.v1.Record
使用指定键检索属性的值
get(int) - Method in interface com.graphdbapi.driver.v1.Record
检索指定字段索引处的结果值
getAddresses() - Method in class com.graphdbapi.driver.MetricInfo
节点地址
getAddressPartsMap() - Method in class com.graphdbapi.driver.internal.cluster.loadbalancing.AutoPartitionLoadBalancingStrategy
 
getAllEdgeCount() - Method in interface com.graphdbapi.driver.Graph
查询边个数。查询图中边总数。
getAllProperties() - Method in interface com.graphdbapi.driver.ElementWithProperty
返回所有属性集合
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
 
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
根据边类型获取起始点和终止点类型名。
getConditionFilter() - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByProperty
获取无类型的属性过滤
getConditionFilterMap() - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByProperty
获取属性条件的映射,其中key是类型,value是过滤集合PropertyFilter
getCypher() - Method in class com.graphdbapi.driver.v1.CypherQuery
 
getCypherMetrics() - Method in interface com.graphdbapi.driver.Graph
获取正在执行的cypher语句的执行信息。
getCypherTaskId() - Method in interface com.graphdbapi.driver.Graph
获取一个 cypher 任务 id
getCypherTaskId() - Method in interface com.graphdbapi.driver.v1.StatementResult
cypher的id
getDaemonThreadCnt() - Method in class com.graphdbapi.driver.MetricInfo
daemon thread count
getDampingFactor() - Method in class com.graphdbapi.driver.v1.graph.algo.PageRankParams
阻尼系数
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信息。
getDegree() - Method in class com.graphdbapi.driver.v1.graph.query.EdgeDegreeInfo
边的总度数值
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
 
getDepth() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParam
 
getDirList() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParam
 
getDriverVersion() - Static method in class com.graphdbapi.driver.GraphDb
获取driver版本
getEdgeConditionList() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParam
 
getEdgeCount(String) - Method in interface com.graphdbapi.driver.Graph
查询边个数。查询当前类型边总数。
getEdgeCount() - Method in class com.graphdbapi.driver.v1.graph.algo.ViewGraphAlgoResult
 
getEdgeCount() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.QueryResult
结果集总共边个数
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
边的基础信息
getEdgeType() - Method in class com.graphdbapi.driver.GraphMetricsInfo
边信息
getEdgeTypeFilterList() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParam
 
getEdgeTypes() - Method in interface com.graphdbapi.driver.GraphSchema
获取所有的边类型名。
getElementId() - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
元素id
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
获取起始点信息。 不是同边信息一同返回,额外调用了retrieveVertex(long)方法获取。
getFromVertexId() - Method in interface com.graphdbapi.driver.Edge
获取起始点id
getGraphDesc() - Method in interface com.graphdbapi.driver.GraphSchema
获取图描述
getGraphGroup(Driver, String...) - Static method in class com.graphdbapi.driver.GraphDb
连接到图组
getGraphMetrics() - Method in class com.graphdbapi.driver.MetricInfo
graph info
getGraphName() - Method in class com.graphdbapi.driver.GraphMetricsInfo
图名字
getGraphName() - Method in class com.graphdbapi.driver.v1.CypherQuery
 
getGraphRetryLimit() - Method in class com.graphdbapi.driver.v1.Config
返回执行出错重试次数
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
getLimitEdge() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParam
 
getLimitNeighbor() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParam
 
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
启动时间
getOrder() - Method in class com.graphdbapi.driver.internal.search.SearchOrder
获取排序方式
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(String) - Method in interface com.graphdbapi.driver.ElementWithProperty
获取某个属性名对应的值
getProperty() - Method in class com.graphdbapi.driver.internal.search.SearchOrder
获取属性
getProperty() - Method in class com.graphdbapi.driver.internal.search.SearchPredicate
 
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
返回点的属性集合
getPropertyDesc(String, boolean, String) - Method in interface com.graphdbapi.driver.GraphSchema
获取属性描述
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
获取比较值的类型
getSecondSign() - Method in class com.graphdbapi.driver.v1.graph.PropertyType
 
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
getStartId() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParam
 
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
getThreadCount() - Method in class com.graphdbapi.driver.v1.Config
客户端线程数(默认0,此时netty会自动使用核心数的2倍线程数量)
getToId() - Method in class com.graphdbapi.driver.v1.graph.EdgeInfoByVertexId
返回边的终止点
getToId() - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
边id对应的终止点
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
获取终止点信息。 不是同边信息一同返回,额外调用了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.internal.search.SearchPredicate
 
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
获取类型过滤方法
getTypeDesc(String, boolean) - Method in interface com.graphdbapi.driver.GraphSchema
获取类型描述
getTypeNameSet() - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByType
获取类型过滤集合
getUriSet() - Method in class com.graphdbapi.driver.v1.Config
 
getUserId() - Method in class com.graphdbapi.driver.v1.CypherQuery
 
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
getValue1() - Method in class com.graphdbapi.driver.internal.search.SearchPredicate
 
getValue2() - Method in class com.graphdbapi.driver.internal.search.SearchPredicate
 
getValue2() - Method in class com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo
获取另一个条件比较值;对于区间比较,返回valueMax
getVertex() - Method in class com.graphdbapi.driver.v1.graph.algo.ViewGraphAlgoResult
 
getVertexConditionList() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParam
 
getVertexCount(String) - Method in interface com.graphdbapi.driver.Graph
查询点个数。查询当前类型点总数。
getVertexCount() - Method in class com.graphdbapi.driver.v1.graph.algo.ViewGraphAlgoResult
 
getVertexCount() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.QueryResult
结果集总共点个数
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
点的基础信息
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
 
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, Throwable) - 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
 
GraphGroup - Interface in com.graphdbapi.driver.group
图组接口
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
 
graphs(Driver) - Static method in class com.graphdbapi.driver.GraphDb
获取图名字
GraphSchema - Interface in com.graphdbapi.driver
图schema操作类,不支持事务。
GraphTransaction - Interface in com.graphdbapi.driver
 

H

hashCode() - Method in class com.graphdbapi.driver.v1.graph.PropertyType
 
hasNext() - Method in interface com.graphdbapi.driver.v1.StatementResult
是否还有记录
hasProperty(String) - Method in interface com.graphdbapi.driver.ElementWithProperty
判断是否有某个属性名

I

id() - Method in enum com.graphdbapi.driver.auth.response.entity.param.RoleType
 
idleTimeBeforeConnectionTest() - Method in class com.graphdbapi.driver.v1.Config
池中空闲时间超过超时时长的池化连接将在再次使用之前进行测试,以确保它们仍处于活动状态。
index() - Method in interface com.graphdbapi.driver.Graph
获取图index。
index(String) - Method in interface com.graphdbapi.driver.v1.Record
使用指定键检索字段的索引
insertBatchEdgeByVertexPk(List<EdgeInfoByVertexPk>) - Method in interface com.graphdbapi.driver.Graph
批量新增边。通过起止点类型和pk、边类型来新增边,属性可选。
insertBatchEdgeByVertexPk(List<EdgeInfoByVertexPk>, boolean) - Method in interface com.graphdbapi.driver.Graph
批量新增边,点不存在创建点。通过起止点类型和pk、边类型来新增边,属性可选。
insertBatchEdgeByVertexPk(String, String, String, List<String>, List<List<Object>>, boolean) - Method in interface com.graphdbapi.driver.Graph
批量新增边,点不存在创建点。通过起止点类型和pk、边类型来新增边,属性可选。
insertBatchEdgeByVertexPkWithResult(List<EdgeInfoByVertexPk>, boolean) - Method in interface com.graphdbapi.driver.Graph
批量新增边,点不存在创建点。并获取返回值。通过起止点类型和pk、边类型来新增边,属性可选。 由于无法重载insertBatchEdgeByVertexPk(java.util.List<com.graphdbapi.driver.v1.graph.EdgeInfoByVertexPk>)方法的返回值,只能额外新建一个方法提供支持
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新增边。 该方法与insertEdgesByVertexPk(List) 不同的是,该方法list中每项是通过点id进行新增。 如果想通过pk新增边,请调用insertEdgesByVertexPk(List) 结果按传入顺序构成集合,集合中包含新增后的边信息和错误信息。通过ResponseItem.isError()方法判断操作是否失败。
insertEdgesByVertexPk(List<EdgeInfoByVertexPk>) - Method in interface com.graphdbapi.driver.Graph
批量新增边。通过起始点pk和终止点pk来新增边。 找不到起始点和终止点时会通过createFrom和createTo来决定是否新增无属性的起始点和终止点。 该方法与insertEdgesByVertexId(List) (List)} 不同的是,该方法list中每项是通过pk进行新增。 如果想通过点id新增边,请调用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()方法判断操作是否失败。
INT - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
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
 
isHop() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParam
 
isInclusiveEqual1() - Method in class com.graphdbapi.driver.internal.search.SearchPredicate
 
isInclusiveEqual2() - Method in class com.graphdbapi.driver.internal.search.SearchPredicate
 
isList(PropertyType) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
判断PropertyType的类型是否为List类型
isMap(PropertyType) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
判断PropertyType的类型是否为Map类型
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)
isOnlyCount() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParam
 
isOpen() - Method in interface com.graphdbapi.driver.GraphTransaction
事务是否为开启状态
isRebalancing() - Method in class com.graphdbapi.driver.GraphMetricsInfo
是否在rebalance
isReturnEdge() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParam
 
isReturnVertex() - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParam
 
isSet(PropertyType) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
判断PropertyType的类型是否为Set类型
isSkipNotMatch() - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByProperty
未匹配上规则,是否满足属性过滤。
isSkipNullProperty() - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByProperty
属性值为null是否满足属性过滤。
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
获取是否是点类型

K

keys() - Method in interface com.graphdbapi.driver.v1.Record
检索基础映射的键
keys() - Method in interface com.graphdbapi.driver.v1.StatementResult
检索此结果包含的记录的键。

L

language() - Method in class com.graphdbapi.driver.v1.Config
报错语言选择(仅对服务端异常描述语言做更改)
LeastConnectedLoadBalancingStrategy - Class in com.graphdbapi.driver.internal.cluster.loadbalancing
负载均衡策略,用于查找来自路由表中的的最少活动连接(从池中检出)的服务器地址。 以round-robin轮询调度方式找到迭代的起始索引。 这样做是为了防止在所有地址具有相同数量的活动连接时反复选择相同的第一地址。
LeastConnectedLoadBalancingStrategy(ConnectionPool, Logging) - Constructor for class com.graphdbapi.driver.internal.cluster.loadbalancing.LeastConnectedLoadBalancingStrategy
 
list() - Method in interface com.graphdbapi.driver.v1.StatementResult
检索并存储整个结果流。 如果要多次迭代流或存储整个结果以供以后使用,可以使用此方法。
list(Function<Record, T>) - Method in interface com.graphdbapi.driver.v1.StatementResult
检索并存储整个结果的映射。 如果要多次迭代流或存储整个结果以供以后使用,可以使用此方法。
LoadBalancingStrategy - Interface in com.graphdbapi.driver.internal.cluster.loadbalancing
在给定地址中选择最合适的节点以进行请求处理的工具。
LOCALDATE - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
LOCALDATETIME - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
LOCALTIME - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
logging() - Method in class com.graphdbapi.driver.v1.Config
日志提供者
logLeakedSessions() - Method in class com.graphdbapi.driver.v1.Config
检查是否启用了泄漏会话日志记录。
LONG - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 

M

main(String[]) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
 
maxConnectionLifetimeMillis() - Method in class com.graphdbapi.driver.v1.Config
超过此阈值的池化连接将被关闭并从池中删除。
maxConnectionPoolSize() - Method in class com.graphdbapi.driver.v1.Config
连接池最大数量
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信息

N

name() - Method in interface com.graphdbapi.driver.Graph
获取图名称。
newGraph(Driver, String) - Static method in class com.graphdbapi.driver.GraphDb
新建一个图
next() - Method in interface com.graphdbapi.driver.v1.StatementResult
获取并移除结果流中的下一个结果Record,请配合StatementResult.hasNext()使用
NotFoundException - Exception in com.graphdbapi.driver.v1.exceptions
所有 NotFound 异常的基类
NotFoundException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.NotFoundException
 

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) - Constructor for exception com.graphdbapi.driver.v1.exceptions.ParamException
 
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
 
peek() - Method in interface com.graphdbapi.driver.v1.StatementResult
仅获取结果流中的下一条记录
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
原始数据类型
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
 

R

readIdleDetectionTime() - Method in class com.graphdbapi.driver.v1.Config
读空闲检测间隔时间
Record - Interface in com.graphdbapi.driver.v1
结果值的容器
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, Set<String>, Direction, VisitCondition, VisitCondition, boolean) - Method in interface com.graphdbapi.driver.Graph
查询邻居。通过起始点id查询。
retrieveEdgeByVertexId(long, Set<String>, Direction, int, VisitCondition, VisitCondition, boolean) - Method in interface com.graphdbapi.driver.Graph
查询邻居。通过起始点id查询。
retrieveEdgeByVertexId(long, long, Set<String>, Direction, VisitCondition) - 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, VisitCondition, VisitCondition, boolean) - 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, String, String, Set<String>, Direction, int, VisitCondition) - Method in interface com.graphdbapi.driver.Graph
查询边。通过两点pk和方向、类型等查询。
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
 
routingSettings() - Method in class com.graphdbapi.driver.v1.Config
返回路由相关配置

S

schema() - Method in interface com.graphdbapi.driver.Graph
获取图schema相关的操作类。
searchEdgeProperty(String, List<SearchPredicate>, List<SearchOrder>, int, int) - Method in interface com.graphdbapi.driver.Graph
通过类型、属性查询边
searchEdgesByIndex(String, String, Object, int, int) - Method in interface com.graphdbapi.driver.Graph
通过索引,查找边数据,返回边Id
SearchOrder - Class in com.graphdbapi.driver.internal.search
查询结果的排序
SearchOrder(String, SearchOrder.OrderBy) - Constructor for class com.graphdbapi.driver.internal.search.SearchOrder
 
SearchOrder.OrderBy - Enum in com.graphdbapi.driver.internal.search
 
SearchPredicate - Class in com.graphdbapi.driver.internal.search
查询判断,包含属性名、比较类型、比较类型所需值
SearchPredicate.SearchType - Enum in com.graphdbapi.driver.internal.search
 
searchVertexesByIndex(String, String, Object, int, int) - Method in interface com.graphdbapi.driver.Graph
通过索引,查找点数据,返回点Id
searchVertexProperty(String, List<SearchPredicate>, List<SearchOrder>, int, int) - Method in interface com.graphdbapi.driver.Graph
通过类型、属性查询点
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
 
setDirection(Direction) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
方向。为所有扩展都设置方向。
setDirection(int, Direction) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
方向。为指定度数设置方向。
setEdgeCondition(VisitCondition) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
边条件。为所有扩展都设置边条件。 默认无条件。
setEdgeCondition(int, VisitCondition) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
边条件。为指定度数设置边条件。 默认无条件。
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
 
setEdgeTypeFilter(Set<String>) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
边类型过滤。为所有扩展都应用边过滤。 默认无条件。
setEdgeTypeFilter(int, Set<String>) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
边类型过滤。为指定度数设置边类型过滤。 默认无条件。
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
 
setGraphIndex(Integer) - Method in class com.graphdbapi.driver.internal.cluster.loadbalancing.AutoPartitionLoadBalancingStrategy
 
setHop(boolean) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
是否启用hop模式。 默认值:false
setLimitEdge(int) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
邻居边上限,-1为不限制。 默认值:-1
setLimitNeighbor(int) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
邻居点上限,-1为不限制。 默认值:-1
setOnlyCount(boolean) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
是否返回count。true表示返回count。false表示数据也要返回。 默认值:false
setPk(String) - Method in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
 
setPrimitiveDataType(PropertyType.PrimitiveDataType) - Method in class com.graphdbapi.driver.v1.graph.PropertyType
 
setReturnEdge(boolean) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
是否返回结果边集。只有onlyCount为false时生效。 默认值:false
setReturnVertex(boolean) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
是否返回结果点集。只有onlyCount为false时生效。 默认值:false
setSkipNotMatch(boolean) - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByProperty
true,没有匹配上任何一个规则时,满足属性过滤。 false,没有匹配上任何一个规则时,不满足属性过滤。 默认true。
setSkipNotMatch(boolean) - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByPropertyBuilder
修改skipNotMatch。字段含义详见VisitConditionByProperty.setSkipNotMatch(boolean)
setSkipNullProperty(boolean) - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByProperty
true,匹配上属性规则时,但是对应的属性值不存在,满足属性过滤。 false,匹配上属性规则时,但是对应的属性值不存在,不满足属性过滤。 默认false。
setSkipNullProperty(boolean) - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByPropertyBuilder
修改skipNullProperty。字段含义详见VisitConditionByProperty.setSkipNullProperty(boolean) (boolean)}
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
 
setVertexCondition(VisitCondition) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
点条件。为所有扩展都设置点条件。 默认无条件。
setVertexCondition(int, VisitCondition) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
点条件。为指定度数设置点条件。 默认无条件。
setVertexCount(long) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.QueryResult
设置结果点的总数
SHORT - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
shortestPath(long, long, Set<String>, int) - Method in interface com.graphdbapi.driver.Graph
查询最短路径。返回一条最短路径的所有边。
shortestPath(long, long, Set<String>) - Method in interface com.graphdbapi.driver.Graph
查询最短路径。返回一条最短路径的所有边。
single() - Method in interface com.graphdbapi.driver.v1.StatementResult
获取并移除结果流中的唯一一条记录
size() - Method in interface com.graphdbapi.driver.v1.Record
检索此记录中的结果值数量
size() - Method in interface com.graphdbapi.driver.v1.StatementResult
记录数量
StatementResult - Interface in com.graphdbapi.driver.v1
结果集
stopCypher(long) - Method in interface com.graphdbapi.driver.Graph
停止集群中指定taskId的cypher语句。taskId可以通过getCypherMetrics()获取。 也可以用于停止 executeCypherTaskAsyncForStatementResult(String cypher) 提交的任务。
stopProcedure(long) - Method in interface com.graphdbapi.driver.group.GraphGroup
停止正在执行的procedure方法
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
成功
summary() - Method in interface com.graphdbapi.driver.v1.StatementResult
返回结果摘要。

T

toConfig() - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
创建一个config实例
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.bfs.BfsParam
 
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(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.TypeNotFoundException
 
TypeNotFoundException(boolean, String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.TypeNotFoundException
 

U

UINT - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
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来修改边。
updateEdgeByVertexIdCondition(long, long, String, VisitCondition, 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修改边。 找不到起始点和终止点时报错。
updateEdgeByVertexPkCondition(String, String, String, String, String, VisitCondition, 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()方法判断操作是否失败。
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()方法判断操作是否失败。
upsertBatchVertexByPk(List<VertexInfoByPk>) - Method in interface com.graphdbapi.driver.Graph
批量新增和更新点。通过点pk和type新增点,属性为可选项。
upsertBatchVertexByPk(String, List<String>, List<List<Object>>) - Method in interface com.graphdbapi.driver.Graph
批量新增和更新点。通过点pk和type新增点,属性为可选项。
upsertBatchVertexByPkWithResult(List<VertexInfoByPk>) - Method in interface com.graphdbapi.driver.Graph
批量新增和更新点并获取返回值。通过点pk和type新增点,属性为可选项。 由于无法重载upsertBatchVertexByPk(java.util.List<com.graphdbapi.driver.v1.graph.VertexInfoByPk>)方法的返回值,只能额外新建一个方法提供支持
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()方法判断操作是否失败。

V

ValueFormatException - Exception in com.graphdbapi.driver.v1.exceptions
输入参数值的类型与实际存储类型不一致引发的异常
ValueFormatException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.ValueFormatException
 
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.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.graphdbapi.driver.internal.search.SearchOrder.OrderBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.graphdbapi.driver.internal.search.SearchPredicate.SearchType
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.Config.TrustStrategy.Strategy
Deprecated.
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(PropertyType.PrimitiveDataType, PropertyType.PrimitiveDataType, PropertyType.PrimitiveDataType) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
属性类型的字符串转为PropertyType类型
valueOf(PropertyType.PrimitiveDataType, PropertyType.PrimitiveDataType) - Static method in class com.graphdbapi.driver.v1.graph.PropertyType
 
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.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.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.search.SearchOrder.OrderBy
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.search.SearchPredicate.SearchType
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.Config.TrustStrategy.Strategy
Deprecated.
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.
values() - Method in interface com.graphdbapi.driver.v1.Record
检索基础映射的值
Vertex - Interface in com.graphdbapi.driver
操作点接口
vertexCondition() - Static method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByPropertyBuilder
构造VisitConditionByPropertyBuilder点过滤对象
vertexCondition(TypeConditionMethod) - Static method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByTypeBuilder
构造VisitConditionByTypeBuilder点过滤对象
VertexFoundException - Exception in com.graphdbapi.driver.v1.exceptions
点已存在引发的异常
VertexFoundException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.VertexFoundException
 
VertexFoundException(long) - 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, 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创建点。
VertexInfoByPk(String, String) - Constructor for class com.graphdbapi.driver.v1.graph.VertexInfoByPk
根据点PK创建点。
VertexNotFoundException - Exception in com.graphdbapi.driver.v1.exceptions
点不存在引发的异常
VertexNotFoundException(String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.VertexNotFoundException
 
VertexNotFoundException(long) - 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(PropertyFilter, boolean) - Constructor for class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByProperty
 
VisitConditionByProperty(Map<String, PropertyFilter>, boolean) - Constructor for class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByProperty
 
VisitConditionByProperty(Map<String, PropertyFilter>, PropertyFilter, boolean) - Constructor for class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByProperty
 
VisitConditionByPropertyBuilder - Class in com.graphdbapi.driver.v1.graph.query.condition
VisitConditionByProperty构造工具类 e.g.
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
 
VisitConditionByTypeBuilder - Class in com.graphdbapi.driver.v1.graph.query.condition
VisitConditionByType构造工具类 e.g.
VisitConditionComposite - Class in com.graphdbapi.driver.v1.graph.query.condition
多条件组合类,可以组合VisitConditionByPropertyVisitConditionByType 多个条件之间通过AND组合
VisitConditionComposite(VisitCondition...) - Constructor for class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionComposite
 
VisitConditionCompositeOr - Class in com.graphdbapi.driver.v1.graph.query.condition
多条件组合类,可以组合VisitConditionByPropertyVisitConditionByType 多个条件之间通过OR组合
VisitConditionCompositeOr(VisitCondition...) - Constructor for class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionCompositeOr
 

W

withConnectionLivenessCheckTimeout(long, TimeUnit) - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
池中空闲时间超过此超时的池化连接将在再次使用之前进行测试,以确保它们仍处于活动状态。 您通常不需要调整此参数,否则影响性能。 默认情况下不进行连接活动检查。值 0表示将始终测试连接有效性,负值意味着永远不会测试连接。
withConnectionTimeout(long, TimeUnit) - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
指定socket连接超时。(默认不限制,连接将阻塞,直到建立或发生错误)
withEncryption() - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
设置以使用加密流量。
withGraphRetryLimit(int) - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
更改执行出错的重试次数(默认0)
withLanguage(Language) - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
报错语言选择(仅对服务端异常描述语言做更改,默认语言根据服务端系统语言而定)
withLeakedSessionsLogging() - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
启用泄露会话日志。
withLogging(Logging) - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
为driver提供备用日志记录实现。 默认使用 java.util.logging。
withMaxConnectionLifetime(long, TimeUnit) - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
超过此阈值的池化连接将被关闭并从池中删除。这种丢弃在连接获取期间发生,因此新会话永远不会被旧连接支持。 默认最大连接生命周期值为1小时。0和负值将导致生命周期值不被检查。
withMaxConnectionPoolSize(int) - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
配置连接池到数据库的最大连接数。(默认值为100,负值是被允许的并将导致无限制的池)
withoutEncryption() - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
设置以使用非加密流量。
withReadIdleDetectionTime(long, TimeUnit) - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
连接的读空闲检测,保持连接活跃。
withRoutingFailureLimit(int) - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
获取路由表出错的重试次数。(默认1次,不能低于1)
withRoutingRetryDelay(long, TimeUnit) - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
获取路由表重试延迟时间(默认5秒,不可为负)
withRoutingTableFlushDelay(long, TimeUnit) - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
设置路由表的刷新时间
withThreadCount(int) - Method in class com.graphdbapi.driver.v1.Config.ConfigBuilder
设置线程数(设置的数量不能小于1。此值默认为0,这个时候真实线程数会是核心数*2)

Z

ZONEDDATETIME - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
ZONEDTIME - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
 
A B C D E F G H I K L M N P Q R S T U V W Z 
Skip navigation links

Copyright © 2024. All rights reserved.