A B C D E F G H I K L M N O P Q R S T U V W
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) - Method in class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByPropertyBuilder
-
添加无类型属性过滤
- 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, 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
- ARCHITECT - com.graphdbapi.driver.auth.response.entity.param.RoleType
-
架构师
- as(String) - Static method in enum com.graphdbapi.driver.auth.response.entity.param.RoleType
- asBigDecimal() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能,将值作为BigDecimal
- asBoolean() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能,将值作为Java布尔值。
- asBoolean(boolean) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能,将值作为Java布尔值。
- asByte() - Method in interface com.graphdbapi.driver.v1.Value
-
如果转换中没有精度丢失,则返回Java byte。
- asByte(byte) - Method in interface com.graphdbapi.driver.v1.Value
-
如果转换中没有精度丢失,则返回Java byte。
- asByteArray() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能,将值作为Java字节数组。
- asByteArray(byte[]) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能,将值作为Java字节数组。 如果原始值为
NullValue
,则默认值 - ASC - com.graphdbapi.driver.internal.search.SearchOrder.OrderBy
- asChar() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能,将值作为Java char
- asChar(char) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能,将值作为Java char
- asDouble() - Method in interface com.graphdbapi.driver.v1.Value
-
如果转换中没有精度丢失,则返回Java double。
- asDouble(double) - Method in interface com.graphdbapi.driver.v1.Value
-
如果转换中没有精度丢失,则返回Java double。
- asEdge(Graph) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
Edge
。 - asEntity() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
Entity
。 - asFloat() - Method in interface com.graphdbapi.driver.v1.Value
-
如果转换中没有精度丢失,则返回Java float。
- asFloat(float) - Method in interface com.graphdbapi.driver.v1.Value
-
如果转换中没有精度丢失,则返回Java float。
- asInt() - Method in interface com.graphdbapi.driver.v1.Value
-
如果转换中没有精度丢失,则返回Java int。
- asInt(int) - Method in interface com.graphdbapi.driver.v1.Value
-
如果转换中没有精度丢失,则返回Java int。
- asIsoDuration() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
IsoDuration
。 - asIsoDuration(IsoDuration) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
IsoDuration
。 - asList() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可以将底层基础类型视为列表,则返回一个java值列表,其中每个值都已使用
Value.asObject()
进行转换。 - asList(Function<Value, T>) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为通过列表元素映射获得的T列表。
- asList(Function<Value, T>, List<T>) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为通过列表元素映射获得的T列表。
- asList(List<Object>) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可以将底层基础类型视为列表,则返回一个java值列表,其中每个值都已使用
Value.asObject()
进行转换。 - asLocalDate() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
Path
。 - asLocalDate(LocalDate) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
LocalDate
。 - asLocalDateTime() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
LocalDateTime
。 - asLocalDateTime(LocalDateTime) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
LocalDateTime
。 - asLocalTime() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
LocalTime
。 - asLocalTime(LocalTime) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
LocalTime
。 - asLong() - Method in interface com.graphdbapi.driver.v1.Value
-
如果转换中没有精度丢失,则返回Java long。
- asLong(long) - Method in interface com.graphdbapi.driver.v1.Value
-
如果转换中没有精度丢失,则返回Java long。
- asMap() - Method in interface com.graphdbapi.driver.v1.Record
-
将此记录作为map返回,其中每个值都已使用
Value.asObject()
被转换为默认java对象 - asMap() - Method in interface com.graphdbapi.driver.v1.types.MapAccessor
-
将底层映射作为字符串键和使用
Value.asObject()
转换后的值的映射返回。 - asMap(Function<Value, T>) - Method in interface com.graphdbapi.driver.v1.Record
-
将此记录作为map返回,其中值使用给定的转换函数进行转换。您可以在
Values
中找到一个公共映射函数库。 - asMap(Function<Value, T>) - Method in interface com.graphdbapi.driver.v1.types.MapAccessor
-
将底层映射作为字符串键和使用
Value.asObject()
转换后的值的映射返回。 通过mapFunction做映射处理 - asMap(Function<Value, T>, Map<String, T>) - Method in interface com.graphdbapi.driver.v1.Value
-
返回为字符串键和使用
Value.asObject()
转换后的值的映射。 - asMap(Map<String, Object>) - Method in interface com.graphdbapi.driver.v1.Value
-
返回为字符串键和使用
Value.asObject()
转换后的值的映射。 - asNode() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
Node
。 - asNumber() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能,将值作为Java数值。
- asObject() - Method in interface com.graphdbapi.driver.v1.Value
-
这将返回基础值的java标准库表示,使用给定基础类型“敏感”的java类型。
- asOffsetTime() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
OffsetTime
。 - asOffsetTime(OffsetTime) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
OffsetTime
。 - asPath() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
Path
。 - asPoint() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
Point
。 - asPoint(Point) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
Point
。 - asRelationship() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
Relationship
。 - asSet() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可以将底层基础类型视为集合,则返回一个java值集合,其中每个值都已使用
Value.asObject()
进行转换。 - asSet(Function<Value, T>) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为通过集合元素映射获得的T集合。
- asSet(Function<Value, T>, Set<T>) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为通过集合元素映射获得的T集合。
- asSet(Set<Object>) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可以将底层基础类型视为集合,则返回一个java值集合,其中每个值都已使用
Value.asObject()
进行转换。 - asShort() - Method in interface com.graphdbapi.driver.v1.Value
-
如果转换中没有精度丢失,则返回Java short。
- asShort(short) - Method in interface com.graphdbapi.driver.v1.Value
-
如果转换中没有精度丢失,则返回Java short。
- asString() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能,将值作为Java字符串。
- asString(String) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能,将值作为Java字符串。
- asVariousMap() - Method in interface com.graphdbapi.driver.v1.types.MapAccessor
-
转换为asVariousMap 这相当于使用
Values.ofObject()
调用MapAccessor.asVariousMap(Function)
。 - asVariousMap(Function<Value, T>) - Method in interface com.graphdbapi.driver.v1.types.MapAccessor
-
转换为asVariousMap 通过mapFunction做映射处理
- asVertex() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
Vertex
。 - asZonedDateTime() - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
ZonedDateTime
。 - asZonedDateTime(ZonedDateTime) - Method in interface com.graphdbapi.driver.v1.Value
-
如果可能的话,将值作为
ZonedDateTime
。 - 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 - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
-
大数据类型
- BIGDECIMAL - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
- 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() - 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 - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
-
字节类型
- BYTE - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
C
- CARTESIANPOINT - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
- CARTESIANPOINT - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
- CHAR - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
-
字符型
- 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, 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.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
- com.graphdbapi.driver.v1.types - package com.graphdbapi.driver.v1.types
- CombinedEdgeType - Class in com.graphdbapi.driver.v1.graph
-
边信息
- CombinedEdgeType(String, String) - Constructor for class com.graphdbapi.driver.v1.graph.CombinedEdgeType
- computeOrDefault(Function<Value, T>, T) - Method in interface com.graphdbapi.driver.v1.Value
-
如果值不是
NullValue
,则对值应用映射函数;如果值为NullValue
,则应用默认值。 - 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(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
- 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
- connectionTimeoutMillis() - Method in class com.graphdbapi.driver.v1.Config
-
配置的超时时长,以毫秒为单位
- consume() - Method in interface com.graphdbapi.driver.v1.StatementResult
-
消耗整个结果,得出它的摘要。
- Contains - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; 是否包含当前的值
- CONTAINS - com.graphdbapi.driver.internal.search.SearchPredicate.SearchType
- containsKey(String) - Method in interface com.graphdbapi.driver.v1.Record
-
检查键列表是否包含给定键
- containsKey(String) - Method in interface com.graphdbapi.driver.v1.types.MapAccessor
-
检查键列表是否包含给定键
- 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, 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。
- 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 - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
-
日期时间类型
- 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删除点。如果不存在或删除失败,则会返回异常结果集。 结果按传入顺序构成集合,集合中包含成功信息和错误信息。
- DESC - com.graphdbapi.driver.internal.search.SearchOrder.OrderBy
- Direction - Enum in com.graphdbapi.driver
-
边方向
- discardCauseAndGetNewExcpetion(GraphDbException, String, Throwable, Throwable[]) - Static method in exception com.graphdbapi.driver.v1.exceptions.GraphDbException
- 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(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
-
删除点类型。删除图中已存在的一个点类型。
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(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有向。
- editGraphDesc(String) - Method in interface com.graphdbapi.driver.GraphSchema
-
修改图描述
- editGraphName(String) - Method in interface com.graphdbapi.driver.Graph
-
修改图的名称。会关闭当前链接。其他客户端的连接会在下一次请求数据的时候提示图不存在。
- EDITOR - com.graphdbapi.driver.auth.response.entity.param.RoleType
-
编辑
- 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
- EndWith - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有字符串类型可以使用; 是否以当前的值为终止
- EQUAL - com.graphdbapi.driver.internal.search.SearchPredicate.SearchType
- EqualNumber - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有数值类型可以使用; data = value
- equals(Object) - Method in class com.graphdbapi.driver.v1.graph.PropertyType
- equals(Object) - Method in interface com.graphdbapi.driver.v1.Value
- 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查询。
- 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, 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()
之前调用此方法回滚事务。 - 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 - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
-
单精度类型
- 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 - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
- GEOGRAPHICPOINT - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
- get(int) - Method in interface com.graphdbapi.driver.v1.Record
-
检索给定字段索引处的值
- get(int) - Method in interface com.graphdbapi.driver.v1.Value
-
ListValue
指定索引的值 - get(String) - Method in interface com.graphdbapi.driver.v1.Record
-
使用给定键检索属性的值
- get(String) - Method in interface com.graphdbapi.driver.v1.types.MapAccessor
-
使用给定键检索属性的值
- get(String, boolean) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索java布尔值。 如果键没有找到值,则返回提供的默认值
- get(String, double) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索java double型数值。 如果键没有找到值,则返回提供的默认值
- get(String, float) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索java float型数值。 如果键没有找到值,则返回提供的默认值
- get(String, int) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the java integer with the given key.
- get(String, long) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索java long型数值。 如果键没有找到值,则返回提供的默认值
- get(String, Entity) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索实体。 如果键未找到任何实体,则将返回提供的默认实体。
- get(String, Node) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索节点。 如果键未找到任何节点,则将返回提供的默认节点。
- get(String, Path) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索路径。 如果键未找到任何路径,则将返回提供的默认路径。
- get(String, Relationship) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索关系。 如果键未找到任何关系,则将返回提供的默认关系。
- get(String, Value) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索值。 如果键没有找到值,则返回提供的默认值。
- get(String, Number) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索数字。 如果键未找到任何数字,则将返回提供的默认数字。
- get(String, Object) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索对象。 如果键未找到任何对象,则将返回提供的默认对象。
- get(String, String) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索java字符串。 如果键没有找到字符串,则返回提供的默认值
- get(String, List<Object>) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索对象列表。 如果键没有找到值,则返回提供的默认值
- get(String, List<T>, Function<Value, T>) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索列表。 如果键没有找到值,则返回提供的默认值
- get(String, Map<String, Object>) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索映射。 如果键没有找到值,则返回提供的默认值
- get(String, Map<String, T>, Function<Value, T>) - Method in interface com.graphdbapi.driver.v1.types.MapAccessorWithDefaultValue
-
使用给定键检索映射。 如果键没有找到值,则返回提供的默认值
- 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() - 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
- 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() - 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
-
边的基础信息
- 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
-
获取起始点信息。 不是同边信息一同返回,额外调用了
Graph.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() - 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
-
返回点的属性集合
- getProperty(String) - Method in interface com.graphdbapi.driver.ElementWithProperty
-
获取某个属性名对应的值
- 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
-
获取终止点信息。 不是同边信息一同返回,额外调用了
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.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() - 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
-
点的基础信息
- 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, 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
- 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
- GREATER_THAN - com.graphdbapi.driver.internal.search.SearchPredicate.SearchType
H
- Has - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只集合类型可以使用; 需要包含当前的值
- hashCode() - Method in class com.graphdbapi.driver.v1.graph.PropertyType
- hashCode() - Method in interface com.graphdbapi.driver.v1.Value
- hasNext() - Method in interface com.graphdbapi.driver.v1.StatementResult
-
是否还有记录
- hasProperty(String) - Method in interface com.graphdbapi.driver.ElementWithProperty
-
判断是否有某个属性名
- hasType(Type) - Method in interface com.graphdbapi.driver.v1.Value
-
测试此值是否为给定类型的值
I
- id() - Method in enum com.graphdbapi.driver.auth.response.entity.param.RoleType
- idleTimeBeforeConnectionTest() - Method in class com.graphdbapi.driver.v1.Config
-
池中空闲时间超过超时时长的池化连接将在再次使用之前进行测试,以确保它们仍处于活动状态。
- IN - com.graphdbapi.driver.Direction
-
入边
- 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、边类型来新增边,属性可选。
- insertBatchVertexByPk(List<VertexInfoByPk>) - Method in interface com.graphdbapi.driver.Graph
-
批量新增点。通过点pk和type新增点,属性为可选项。
- 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
- 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
-
边方向
- isEmpty() - Method in interface com.graphdbapi.driver.v1.Value
-
如果此值表示列表或映射,请测试集合是否为空。
- 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
- isFalse() - Method in interface com.graphdbapi.driver.v1.Value
-
是否为
BooleanValue.FALSE
- 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)
- isNull() - Method in interface com.graphdbapi.driver.v1.Value
-
是否为
NullValue
- 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
- isTrue() - Method in interface com.graphdbapi.driver.v1.Value
-
是否为
BooleanValue.TRUE
- 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
-
检索此结果包含的记录的键。
- keys() - Method in interface com.graphdbapi.driver.v1.types.MapAccessor
-
检索底层映射的键
- keys() - Method in interface com.graphdbapi.driver.v1.Value
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
- 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
- LESS_THAN - com.graphdbapi.driver.internal.search.SearchPredicate.SearchType
- LessOrEqual - com.graphdbapi.driver.v1.graph.query.condition.PropertyFilterInfo.QueryMethod
-
只有数值类型可以使用; data 小于等于 value
- list() - Method in interface com.graphdbapi.driver.v1.StatementResult
-
检索并存储整个结果流。 如果要多次迭代流或存储整个结果以供以后使用,可以使用此方法。
- list(Function<Record, T>) - Method in interface com.graphdbapi.driver.v1.StatementResult
-
检索并存储整个结果的投影。 如果要多次迭代流或存储整个结果以供以后使用,可以使用此方法。
- LIST - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
-
List类型
- LoadBalancingStrategy - Interface in com.graphdbapi.driver.internal.cluster.loadbalancing
-
在给定地址中选择最合适的节点以进行请求处理的工具。
- logging() - Method in class com.graphdbapi.driver.v1.Config
-
日志提供者
- logLeakedSessions() - Method in class com.graphdbapi.driver.v1.Config
-
检查是否启用了泄漏会话日志记录。
- LONG - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
-
长整型
- LONG - Static variable in class com.graphdbapi.driver.v1.graph.PropertyType
M
- MAP - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
-
key支持String的Map类型,仅内部使用,不暴露给用户
- MapAccessor - Interface in com.graphdbapi.driver.v1.types
-
按键访问底层无序映射的属性和值。
- MapAccessorWithDefaultValue - Interface in com.graphdbapi.driver.v1.types
-
提供按键访问底层无序映射值的方法。 在调用方法时,用户需要提供一个默认值,如果找不到匹配项,则会返回该默认值。 默认值还用于指定按键映射中找到的值的返回类型。 如果找到的值的类型A与默认值B的类型不同,则从A到B的转换将自动发生。 注意:如果无法从A转换为B,则可能会出现错误。
- 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信息
- 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) - Static method in class com.graphdbapi.driver.GraphDb
-
新建一个图
- next() - Method in interface com.graphdbapi.driver.v1.StatementResult
-
导航到此结果并检索下一个
Record
。 - 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
- peek() - Method in interface com.graphdbapi.driver.v1.StatementResult
-
调查下一个即将到来的记录,而不是向前推进结果。
- 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
- PREFIX - com.graphdbapi.driver.internal.search.SearchPredicate.SearchType
- 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.RoleType
-
发布者
- 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
- RANGE_NUMBER - com.graphdbapi.driver.internal.search.SearchPredicate.SearchType
- READER - com.graphdbapi.driver.auth.response.entity.param.RoleType
-
只读
- 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, long, Set<String>, Direction, VisitCondition) - 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, 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, String, String, Set<String>, Direction, int, VisitCondition) - Method in interface com.graphdbapi.driver.Graph
-
查询边。通过两点pk和方向、类型等查询。
- 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
- 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
- SET - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
-
Set类型
- setDirection(int, Direction) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
-
方向。为指定度数设置方向。
- setDirection(Direction) - 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
-
边条件。为指定度数设置边条件。 默认无条件。
- setEdgeCondition(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(int, Set<String>) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
-
边类型过滤。为指定度数设置边类型过滤。 默认无条件。
- setEdgeTypeFilter(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(int, VisitCondition) - Method in class com.graphdbapi.driver.v1.graph.query.bfs.BfsParamBuilder
-
点条件。为指定度数设置点条件。 默认无条件。
- setVertexCondition(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
-
设置结果点的总数
- 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
-
查询最短路径。返回一条最短路径的所有边。
- 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
-
记录数量
- size() - Method in interface com.graphdbapi.driver.v1.types.MapAccessor
-
检索此映射中的条目数
- size() - Method in interface com.graphdbapi.driver.v1.Value
-
如果底层基础值是集合类型,则返回集合中的值的数量。
- 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
-
只有字符串类型可以使用; 是否以当前的值为起始
- StatementResult - Interface in com.graphdbapi.driver.v1
-
结果集
- stopCypher(long) - Method in interface com.graphdbapi.driver.Graph
-
停止集群中指定taskId的cypher语句。taskId可以通过
Graph.getCypherMetrics()
获取。 也可以用于停止Graph.executeCypherTaskAsyncForStatementResult(String cypher)
提交的任务。 - stopProcedure(long) - Method in interface com.graphdbapi.driver.group.GraphGroup
-
停止正在执行的procedure方法
- 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
-
任务执行成功
- SUFFIX - com.graphdbapi.driver.internal.search.SearchPredicate.SearchType
- 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
- toString() - Method in interface com.graphdbapi.driver.v1.Value
- TransactionException - Exception in com.graphdbapi.driver.v1.exceptions
-
事务相关的异常
- TransactionException(String, String) - Constructor for exception com.graphdbapi.driver.v1.exceptions.TransactionException
- TRUST_ALL_CERTIFICATES - com.graphdbapi.driver.v1.Config.TrustStrategy.Strategy
-
Deprecated.
- TRUST_CUSTOM_CA_SIGNED_CERTIFICATES - com.graphdbapi.driver.v1.Config.TrustStrategy.Strategy
-
Deprecated.
- TRUST_SYSTEM_CA_SIGNED_CERTIFICATES - com.graphdbapi.driver.v1.Config.TrustStrategy.Strategy
-
Deprecated.
- txId() - Method in interface com.graphdbapi.driver.GraphTransaction
-
事务id
- type - Variable in class com.graphdbapi.driver.v1.graph.query.ResponseElementInfo
-
id对应的类型名
- type() - Method in interface com.graphdbapi.driver.v1.Value
-
GraphDb类型系统中定义的此值的类型
- 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
- UINT - com.graphdbapi.driver.v1.graph.PropertyType.PrimitiveDataType
-
无符号的整型
- 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()
方法判断操作是否失败。 - 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
- Value - Interface in com.graphdbapi.driver.v1
-
符合GraphDb类型系统的数据单元。
- 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
- valueOf(PropertyType.PrimitiveDataType, 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.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(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
-
检索基础映射的值
- values() - Method in interface com.graphdbapi.driver.v1.types.MapAccessor
-
检索底层集合的所有值
- values(Function<Value, T>) - Method in interface com.graphdbapi.driver.v1.types.MapAccessor
-
映射并检索底层集合的所有值
- 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(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(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
-
多条件组合类,可以组合
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
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连接超时。(默认不限制,连接将阻塞,直到建立或发生错误)
- 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,负值是被允许的并将导致无限制的池)
- 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)
All Classes All Packages