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

A

AbstractContext<SOURCE,TARGET,INPUT> - Class in com.graphdbapi.parkit.vector
抽象向量类 SOURCE(Long, Vertex) 起始点点类型 TARGET(Long, Vertex) 终止点点类型 INPUT(Long, Vertex, String) 输入点类型
AbstractContext(Graph, GraphLogger, List<INPUT>, Accumulator...) - Constructor for class com.graphdbapi.parkit.vector.AbstractContext
 
AbstractDistributedTask<RESULT> - Class in com.graphdbapi.task.template
功能描述: AbstractDistributedTask(ADT) 为分布式计算框架,采用bsp的设计思想,具备迭代的特性 功能: 1.
AbstractDistributedTask(String, Graph, GraphLogger, int, int) - Constructor for class com.graphdbapi.task.template.AbstractDistributedTask
 
AbstractStandAloneTask<RESULT> - Class in com.graphdbapi.task.template
功能描述: AbstractStandAloneTask(AST) 为单机计算框架,主要方法为compute 功能: 1.AST框架为用户分开了整体流程 2.AST框架需要用户完成核心实现方法compute
AbstractStandAloneTask(String, Graph, GraphLogger) - Constructor for class com.graphdbapi.task.template.AbstractStandAloneTask
 
AbstractTraverserIterator - Class in com.graphdbapi.traversal
结果迭代器
AbstractTraverserIterator() - Constructor for class com.graphdbapi.traversal.AbstractTraverserIterator
 
Accumulator<IN,OUT> - Interface in com.graphdbapi.parkit.accumulator
累计器接口
Adapter() - Constructor for class com.graphdbapi.traversal.PathEvaluator.Adapter
 
add(IN) - Method in interface com.graphdbapi.parkit.accumulator.Accumulator
添加新值到累计器
add(V) - Method in class com.graphdbapi.parkit.accumulator.ListAccumulator
 
add(Map.Entry<K, V>) - Method in class com.graphdbapi.parkit.accumulator.MapAccumulator
 
add(Byte) - Method in class com.graphdbapi.parkit.accumulator.max.MaxByteAccumulator
 
add(Double) - Method in class com.graphdbapi.parkit.accumulator.max.MaxDoubleAccumulator
 
add(Float) - Method in class com.graphdbapi.parkit.accumulator.max.MaxFloatAccumulator
 
add(Integer) - Method in class com.graphdbapi.parkit.accumulator.max.MaxIntAccumulator
 
add(Long) - Method in class com.graphdbapi.parkit.accumulator.max.MaxLongAccumulator
 
add(Short) - Method in class com.graphdbapi.parkit.accumulator.max.MaxShortAccumulator
 
add(Byte) - Method in class com.graphdbapi.parkit.accumulator.min.MinByteAccumulator
 
add(Double) - Method in class com.graphdbapi.parkit.accumulator.min.MinDoubleAccumulator
 
add(Float) - Method in class com.graphdbapi.parkit.accumulator.min.MinFloatAccumulator
 
add(Integer) - Method in class com.graphdbapi.parkit.accumulator.min.MinIntAccumulator
 
add(Long) - Method in class com.graphdbapi.parkit.accumulator.min.MinLongAccumulator
 
add(Short) - Method in class com.graphdbapi.parkit.accumulator.min.MinShortAccumulator
 
add(V) - Method in class com.graphdbapi.parkit.accumulator.SetAccumulator
 
add(Byte) - Method in class com.graphdbapi.parkit.accumulator.sum.SumByteAccumulator
 
add(Double) - Method in class com.graphdbapi.parkit.accumulator.sum.SumDoubleAccumulator
 
add(Float) - Method in class com.graphdbapi.parkit.accumulator.sum.SumFloatAccumulator
 
add(Integer) - Method in class com.graphdbapi.parkit.accumulator.sum.SumIntAccumulator
 
add(Long) - Method in class com.graphdbapi.parkit.accumulator.sum.SumLongAccumulator
 
add(Short) - Method in class com.graphdbapi.parkit.accumulator.sum.SumShortAccumulator
 
addAndGet(long) - Method in interface com.graphdbapi.atomic.GraphDbAtomicLong
先加指定值在获取值
addFilter(PropertyFilterInfo) - Method in class com.graphdbapi.graph.api.condition.PropertyFilter
 
addFilter(String, PropertyFilterInfo.QueryMethod, Object) - Method in class com.graphdbapi.graph.api.condition.PropertyFilter
往集合中,添加某属性的过滤条件
addFilter(String, PropertyFilterInfo.QueryMethod, Object, Object) - Method in class com.graphdbapi.graph.api.condition.PropertyFilter
往集合中,添加某属性的过滤条件
addProgress() - Method in class com.graphdbapi.task.util.ProgressLogger
 
addProgress(TaskStage) - Method in class com.graphdbapi.task.util.ProgressLogger
 
addProgress(int) - Method in class com.graphdbapi.task.util.ProgressLogger
 
addProgress(int, TaskStage) - Method in class com.graphdbapi.task.util.ProgressLogger
 
addProgress(String) - Method in class com.graphdbapi.task.util.ProgressLogger
 
addProgress(String, TaskStage) - Method in class com.graphdbapi.task.util.ProgressLogger
 
addTo(Temporal) - Method in class com.graphdbapi.values.storable.CypherDuration
 
affinities() - Method in interface com.graphdbapi.Graph
获取集群中所有affinity。单机版默认返回0。
affinity(long) - Method in interface com.graphdbapi.Graph
Deprecated.
获取点VertexId所在的主机号。单机版默认返回0。
algorithm - Variable in class com.graphdbapi.task.util.LoggerUtil
 
ALL - Static variable in enum com.graphdbapi.traversal.Evaluation
 
ArrayMessage - Interface in com.graphdbapi.task.message.send
描述: 消息发送对象
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherBigDecimal
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherBigInt
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherByte
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherByteArray
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherChar
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherDate
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherDouble
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherDuration
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherFloat
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherInt
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherLocalDateTime
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherLocalTime
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherLong
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherShort
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherString
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherStringArray
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherValue
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherZonedDateTime
 
asObjectCopy() - Method in class com.graphdbapi.values.storable.CypherZonedTime
 
AsPathEvaluator(Evaluator) - Constructor for class com.graphdbapi.traversal.Evaluator.AsPathEvaluator
 
atDepth(int) - Static method in enum com.graphdbapi.traversal.Evaluation
将结果路径长度等于depth的包含在结果内

B

BatchEdge - Class in com.graphdbapi
 
BatchEdge(String, String, String, String, String, Map<String, Object>) - Constructor for class com.graphdbapi.BatchEdge
 
BatchEdgeAdd - Class in com.graphdbapi
 
BatchEdgeAdd(long, long, String, Map<String, Object>) - Constructor for class com.graphdbapi.BatchEdgeAdd
 
BatchEdgeUpdate - Class in com.graphdbapi
 
BatchEdgeUpdate(EdgeId, Map<String, Object>) - Constructor for class com.graphdbapi.BatchEdgeUpdate
 
BatchVertex - Class in com.graphdbapi
 
BatchVertex(String, String, Map<String, Object>) - Constructor for class com.graphdbapi.BatchVertex
 
BatchVertexUpdate - Class in com.graphdbapi
 
BatchVertexUpdate(long, Map<String, Object>) - Constructor for class com.graphdbapi.BatchVertexUpdate
 
beginTransaction() - Method in interface com.graphdbapi.Graph
开启一个事务,默认隔离级别为TransactionIsolation.READ_COMMITTED
beginTransaction(TransactionIsolation) - Method in interface com.graphdbapi.Graph
开启一个事务,指定隔离级别
BIGDECIMAL - Static variable in class com.graphdbapi.PropertyType
 
bigDecimalValue() - Method in class com.graphdbapi.values.storable.CypherBigDecimal
 
bigDecimalValue(BigDecimal) - Static method in class com.graphdbapi.values.storable.CypherValues
 
BIGINT - Static variable in class com.graphdbapi.PropertyType
 
bigIntValue() - Method in class com.graphdbapi.values.storable.CypherBigInt
 
bigIntValue(BigInteger) - Static method in class com.graphdbapi.values.storable.CypherValues
 
BINARY - Static variable in class com.graphdbapi.PropertyType
 
BOOLEAN - Static variable in class com.graphdbapi.PropertyType
 
BOOLEAN_NULL_VALUE - Static variable in enum com.graphdbapi.engine.EngineDataType
 
booleanValue() - Method in class com.graphdbapi.values.storable.CypherBoolean
获取当前对象的boolean值。
booleanValue(boolean) - Static method in class com.graphdbapi.values.storable.CypherValues
 
BranchOrderingPolicy - Interface in com.graphdbapi.traversal
 
BranchSelector - Interface in com.graphdbapi.traversal
 
breadthFirst() - Method in interface com.graphdbapi.traversal.TraversalDescription
单线程的bfs遍历接口。
breadthFirstParallel() - Method in interface com.graphdbapi.traversal.TraversalDescription
多线程的bfs遍历接口.
breadthFirstParallelDistributedNodeGlobalUnique() - Method in interface com.graphdbapi.traversal.TraversalDescription
全局点去重的多线程分布式bfs遍历接口.
broadcastCallable(GraphBroadcastCallable<V>) - Method in interface com.graphdbapi.Graph
带返回值的广播任务。将会在所有节点上执行。单机版不可用。
broadcastCallable(Collection<Integer>, GraphBroadcastCallable<V>) - Method in interface com.graphdbapi.Graph
带返回值的广播任务。将会在指定节点上执行。单机版不可用。
broadcastRunnable(GraphBroadcastRunnable) - Method in interface com.graphdbapi.Graph
不带返回值的广播任务。将会在所有节点上执行。单机版不可用。
broadcastRunnable(Collection<Integer>, GraphBroadcastRunnable) - Method in interface com.graphdbapi.Graph
不带返回值的广播任务。将会在指定节点上执行。单机版不可用。
bufferedReader(String, Charset) - Method in interface com.graphdbapi.file.FileObject
BufferedReader流
BufferedReaderObject - Interface in com.graphdbapi.file
用于IO的BufferedReader
bufferedWriter(String, Charset) - Method in interface com.graphdbapi.file.FileObject
BufferedWriter流(默认覆盖文件内容)
bufferedWriter(String, boolean, Charset) - Method in interface com.graphdbapi.file.FileObject
BufferedWriter流
BufferedWriterObject - Interface in com.graphdbapi.file
用于IO的BufferedWriter
buildList(PropertyType.PrimitiveDataType) - Static method in class com.graphdbapi.PropertyType
 
buildMap(PropertyType.PrimitiveDataType, PropertyType.PrimitiveDataType) - Static method in class com.graphdbapi.PropertyType
 
buildSet(PropertyType.PrimitiveDataType) - Static method in class com.graphdbapi.PropertyType
 
BYTE - Static variable in class com.graphdbapi.PropertyType
 
BYTE_NULL_VALUE - Static variable in enum com.graphdbapi.engine.EngineDataType
 
byteArray(byte[]) - Static method in class com.graphdbapi.values.storable.CypherValues
 
byteValue(byte) - Static method in class com.graphdbapi.values.storable.CypherValues
 

C

call(EngineGraph) - Method in interface com.graphdbapi.engine.safe.EngineTaskCallable
执行图引擎任务.
call(GraphContext) - Method in interface com.graphdbapi.GraphBroadcastCallable
执行广播的任务(有返回值)
CARTESIANPOINT - Static variable in class com.graphdbapi.PropertyType
 
change(Graph, String) - Static method in class com.graphdbapi.graph.api.condition.ConditionOnVisitTypeAdapter
根据jsonStr转为过滤条件
CHAR - Static variable in class com.graphdbapi.PropertyType
 
charValue(char) - Static method in class com.graphdbapi.values.storable.CypherValues
 
check(TraversalBranch) - Method in interface com.graphdbapi.traversal.UniquenessFilter
对拓展出的点进行检查.
checkExecuteInfo(long) - Method in interface com.graphdbapi.task.TaskHandler
检查任务释放存在(不报错).
checkId(Graph, long, Set<Integer>, Predicate<Element>) - Static method in class com.graphdbapi.parkit.util.ParUtil
点检查,包含属性过滤和类型过滤以及停止检查
checkId(Graph, long, Set<Integer>) - Static method in class com.graphdbapi.parkit.util.ParUtil
点检查,包含类型过滤以及停止检查
checkId(Graph, long, Predicate<Element>) - Static method in class com.graphdbapi.parkit.util.ParUtil
点检查,包含属性过滤以及停止检查
checkLocal(Graph, long) - Static method in class com.graphdbapi.parkit.util.ParUtil
检查点是否在对应机器上以及停止检查
checkParam(int) - Method in class com.graphdbapi.task.template.AbstractDistributedTask
检查迭代轮数是否合法 迭代需要 >= 1
checkStop() - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
检查是否停止,返回异常
checkVertex(Graph, Vertex, Set<Integer>, Predicate<Element>) - Static method in class com.graphdbapi.parkit.util.ParUtil
点检查,包含属性过滤和类型过滤以及停止检查
checkVertex(Graph, Vertex, Set<Integer>) - Static method in class com.graphdbapi.parkit.util.ParUtil
点检查,包含类型过滤以及停止检查
checkVertex(Graph, Vertex, Predicate<Element>) - Static method in class com.graphdbapi.parkit.util.ParUtil
点检查,包含属性过滤以及停止检查
close() - Method in interface com.graphdbapi.GraphAutoCloseableIterator
关闭资源
close() - Method in interface com.graphdbapi.ResourceIterator
 
close() - Method in interface com.graphdbapi.Transaction
close() - Method in interface com.graphdbapi.traversal.Traverser
关闭
clusterMachineSize() - Method in interface com.graphdbapi.Graph
获取集群节点数量
clusterNodeIds - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
com.graphdbapi - package com.graphdbapi
 
com.graphdbapi.atomic - package com.graphdbapi.atomic
 
com.graphdbapi.concurrent - package com.graphdbapi.concurrent
 
com.graphdbapi.csvutil - package com.graphdbapi.csvutil
 
com.graphdbapi.engine - package com.graphdbapi.engine
 
com.graphdbapi.engine.safe - package com.graphdbapi.engine.safe
 
com.graphdbapi.file - package com.graphdbapi.file
 
com.graphdbapi.graph.api.condition - package com.graphdbapi.graph.api.condition
 
com.graphdbapi.parkit - package com.graphdbapi.parkit
 
com.graphdbapi.parkit.accumulator - package com.graphdbapi.parkit.accumulator
 
com.graphdbapi.parkit.accumulator.max - package com.graphdbapi.parkit.accumulator.max
 
com.graphdbapi.parkit.accumulator.min - package com.graphdbapi.parkit.accumulator.min
 
com.graphdbapi.parkit.accumulator.sum - package com.graphdbapi.parkit.accumulator.sum
 
com.graphdbapi.parkit.util - package com.graphdbapi.parkit.util
 
com.graphdbapi.parkit.vector - package com.graphdbapi.parkit.vector
 
com.graphdbapi.procedure - package com.graphdbapi.procedure
 
com.graphdbapi.search - package com.graphdbapi.search
 
com.graphdbapi.task - package com.graphdbapi.task
 
com.graphdbapi.task.exception - package com.graphdbapi.task.exception
 
com.graphdbapi.task.message - package com.graphdbapi.task.message
 
com.graphdbapi.task.message.send - package com.graphdbapi.task.message.send
 
com.graphdbapi.task.template - package com.graphdbapi.task.template
 
com.graphdbapi.task.util - package com.graphdbapi.task.util
 
com.graphdbapi.traversal - package com.graphdbapi.traversal
 
com.graphdbapi.values - package com.graphdbapi.values
 
com.graphdbapi.values.api - package com.graphdbapi.values.api
 
com.graphdbapi.values.storable - package com.graphdbapi.values.storable
 
com.graphdbapi.values.util - package com.graphdbapi.values.util
 
com.graphdbapi.values.virtual - package com.graphdbapi.values.virtual
 
CombinedEdgeType - Class in com.graphdbapi
边信息
CombinedEdgeType(int, int) - Constructor for class com.graphdbapi.CombinedEdgeType
 
CommonAccumulator<IN,OUT> - Class in com.graphdbapi.parkit.accumulator
添加公共累积器
CommonAccumulator(OUT) - Constructor for class com.graphdbapi.parkit.accumulator.CommonAccumulator
 
compareTo(Integer) - Method in class com.graphdbapi.BatchVertex
 
compareTo(EdgeId) - Method in interface com.graphdbapi.EdgeId
 
compute() - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
 
ConditionCompose - Class in com.graphdbapi.graph.api.condition
 
ConditionCompose(List<ConditionOnVisit>) - Constructor for class com.graphdbapi.graph.api.condition.ConditionCompose
 
ConditionComposeOr - Class in com.graphdbapi.graph.api.condition
 
ConditionComposeOr(List<ConditionOnVisit>) - Constructor for class com.graphdbapi.graph.api.condition.ConditionComposeOr
 
ConditionOnVisit - Interface in com.graphdbapi.graph.api.condition
 
ConditionOnVisitTypeAdapter - Class in com.graphdbapi.graph.api.condition
 
ConditionOnVisitTypeAdapter() - Constructor for class com.graphdbapi.graph.api.condition.ConditionOnVisitTypeAdapter
 
ConditionProperty - Class in com.graphdbapi.graph.api.condition
 
ConditionProperty(Map<String, PropertyFilter>, boolean) - Constructor for class com.graphdbapi.graph.api.condition.ConditionProperty
 
ConditionProperty(PropertyFilter, boolean) - Constructor for class com.graphdbapi.graph.api.condition.ConditionProperty
 
ConditionProperty(Map<String, PropertyFilter>, PropertyFilter, boolean) - Constructor for class com.graphdbapi.graph.api.condition.ConditionProperty
 
ConditionType - Class in com.graphdbapi.graph.api.condition
TIP:这个方法的edgeCondition是对typeIndex进行比较,需要先调用edgeCondition的init方法将其中的typeSet转为typeIndex
ConditionType(Set<String>, TypeConditionMethod, boolean) - Constructor for class com.graphdbapi.graph.api.condition.ConditionType
 
containAllSeqId(int) - Method in interface com.graphdbapi.engine.safe.EngineGraph
判断集群点是否存在。
containEdgePropertyName(int, String) - Method in interface com.graphdbapi.engine.EngineSchema
判断边类型编号对应的边属性模型列表是否存在给定的属性名。
containEdgePropertyName(String, String) - Method in interface com.graphdbapi.engine.EngineSchema
判断边类型名对应的边属性模型列表是否存在给定的属性名。
containEdgePropertySchema(int) - Method in interface com.graphdbapi.engine.EngineSchema
判断边类型编号对应的边属性模型是否存在。
containEdgePropertySchema(String) - Method in interface com.graphdbapi.engine.EngineSchema
判断边类型名对应的边属性模型是否存在。
containEdgeTypeIndex(int) - Method in interface com.graphdbapi.engine.EngineSchema
判断边类型编号是否存在。
containEdgeTypeName(String) - Method in interface com.graphdbapi.engine.EngineSchema
判断边类型名是否存在。
containLocalSeqId(int) - Method in interface com.graphdbapi.engine.safe.EngineGraph
判断本机点是否存在。
containSeqId(int, boolean) - Method in interface com.graphdbapi.engine.safe.EngineGraph
判断点是否存在。
containVertexPkPropertyName(int) - Method in interface com.graphdbapi.engine.EngineSchema
判断点类型编号对应的点主键属性模型是否存在。
containVertexPkPropertyName(String) - Method in interface com.graphdbapi.engine.EngineSchema
判断点类型名对应的点主键属性模型是否存在。
containVertexPropertyName(int, String) - Method in interface com.graphdbapi.engine.EngineSchema
判断点类型编号对应的点属性模型列表是否存在给定的属性名。
containVertexPropertyName(String, String) - Method in interface com.graphdbapi.engine.EngineSchema
判断点类型名对应的点属性模型列表是否存在给定的属性名。
containVertexPropertySchema(int) - Method in interface com.graphdbapi.engine.EngineSchema
判断点类型编号对应的点属性模型是否存在。
containVertexPropertySchema(String) - Method in interface com.graphdbapi.engine.EngineSchema
判断点类型名对应的点属性模型是否存在。
containVertexTypeIndex(int) - Method in interface com.graphdbapi.engine.EngineSchema
判断点类型编号是否存在。
containVertexTypeName(String) - Method in interface com.graphdbapi.engine.EngineSchema
判断点类型名是否存在。
Context - Annotation Type in com.graphdbapi.procedure
每个程序在被调用前,带有该注解的字段将自动用指定API的实现方式进行填充。 字段仅支持public修饰符。
ContextParam<T> - Interface in com.graphdbapi.parkit.vector
计算参数接口类。
continues() - Method in enum com.graphdbapi.traversal.Evaluation
是否继续拓展
continues() - Method in interface com.graphdbapi.traversal.TraversalBranch
是否继续遍历.
convert(String) - Static method in enum com.graphdbapi.engine.EngineDataType
 
convertDirection(String) - Static method in class com.graphdbapi.parkit.util.ParUtil
方向转换
convertEdgeTypeName(Graph, Set<String>) - Static method in class com.graphdbapi.parkit.util.ParUtil
转换边类型名到边类型index
convertEdgeTypeName(Graph, String...) - Static method in class com.graphdbapi.parkit.util.ParUtil
转换边类型名到边类型index
convertProperty(String) - Static method in class com.graphdbapi.engine.EnginePropertyParam
属性转换,分隔符为'`',String -> EnginePropertyParam
convertPropertyList(List<String>) - Static method in class com.graphdbapi.engine.EnginePropertyParam
属性列表转换,分隔符为'`',List<String> -> List<EnginePropertyParam>。 ["score`INT", "money`DOUBLE`ASC"] -> [new EnginePropertyParam(score, EngineDataType.INT), new EnginePropertyParam(money, EngineDataType.DOUBLE, OrderDescription.ASC)]
convertSchema(Map<String, List<String>>) - Static method in class com.graphdbapi.engine.EngineConfig
点边类型属性过滤模型转换。
ConvertUtil - Class in com.graphdbapi.values.util
Vertex和Edge转换成CypherNodeCypherRelationship工具类
ConvertUtil() - Constructor for class com.graphdbapi.values.util.ConvertUtil
 
convertVertexTypeName(Graph, Set<String>) - Static method in class com.graphdbapi.parkit.util.ParUtil
转换点类型名到点类型index
convertVertexTypeName(Graph, String...) - Static method in class com.graphdbapi.parkit.util.ParUtil
转换点类型名到点类型index
coordinate() - Method in class com.graphdbapi.values.storable.CypherPoint
 
copy(String, String) - Method in interface com.graphdbapi.file.FileObject
复制文件/文件夹
copy() - Method in interface com.graphdbapi.parkit.accumulator.Accumulator
复制
copy() - Method in class com.graphdbapi.parkit.accumulator.ListAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.MapAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.max.MaxByteAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.max.MaxDoubleAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.max.MaxFloatAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.max.MaxIntAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.max.MaxLongAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.max.MaxShortAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.min.MinByteAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.min.MinDoubleAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.min.MinFloatAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.min.MinIntAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.min.MinLongAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.min.MinShortAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.SetAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.sum.SumByteAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.sum.SumDoubleAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.sum.SumFloatAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.sum.SumIntAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.sum.SumLongAccumulator
 
copy() - Method in class com.graphdbapi.parkit.accumulator.sum.SumShortAccumulator
 
create(String, int, int, long, TimeUnit, BlockingQueue<Runnable>, boolean) - Static method in class com.graphdbapi.concurrent.ThreadPoolFactory
创建线程
create(String, int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler, boolean) - Static method in class com.graphdbapi.concurrent.ThreadPoolFactory
创建线程
create(String, int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler, boolean) - Static method in class com.graphdbapi.concurrent.ThreadPoolFactory
创建线程
create(List<TraversalBranch>, PathExpander, MemoryTracker) - Method in interface com.graphdbapi.traversal.BranchOrderingPolicy
遍历接口.
create(MemoryTracker) - Method in interface com.graphdbapi.traversal.UniquenessFactor
去重接口.
createCombinedEdgeType(String, int, int) - Method in interface com.graphdbapi.GraphSchema
添加边类型。新增一个拥有新的起止点类型的边类型。
createContainsPredicate(String, String) - Static method in class com.graphdbapi.search.SearchPredicate
谓词 包含
createContextById(List<Long>, Accumulator...) - Method in interface com.graphdbapi.parkit.ParKit
创建起始点和终止点都是点id
createContextById(Long, Accumulator...) - Method in interface com.graphdbapi.parkit.ParKit
创建起始点和终止点都是点id
createContextByType(List<String>, Accumulator...) - Method in interface com.graphdbapi.parkit.ParKit
创建起始点和终止点都是点id
createContextByType(String, Accumulator...) - Method in interface com.graphdbapi.parkit.ParKit
创建起始点和终止点都是点id
createContextByVertex(List<Vertex>, Accumulator...) - Method in interface com.graphdbapi.parkit.ParKit
创建起始点和终止点都是点id
createContextByVertex(Vertex, Accumulator...) - Method in interface com.graphdbapi.parkit.ParKit
创建起始点和终止点都是点id
createDir(String) - Method in interface com.graphdbapi.file.FileObject
创建文件夹
createDirs(String) - Method in interface com.graphdbapi.file.FileObject
递归创建文件夹
createEdgeType(String, int, int, boolean, boolean, String, Map<String, PropertyType>) - Method in interface com.graphdbapi.GraphSchema
添加边类型。为图中新增一个边类型,并创建从from到to的CombinedEdgeType。
createEdgeType(String, int, int, boolean, String, Map<String, PropertyType>) - Method in interface com.graphdbapi.GraphSchema
添加边类型。为图中新增一个基于 combineKey 进行去重的边类型,为空表示基于边类型进行去重,并创建从from到to的CombinedEdgeType。
createEdgeType(String, List<CombinedEdgeType>, boolean, String, Map<String, PropertyType>) - Method in interface com.graphdbapi.GraphSchema
添加边类型。为图中新增一个基于 combineKey 进行去重的边类型,为空表示基于边类型进行去重,并创建从from到to的CombinedEdgeType。
createEdgeType(String, List<CombinedEdgeType>, boolean, boolean, String, Map<String, PropertyType>) - Method in interface com.graphdbapi.GraphSchema
添加边类型。为图中新增一个边类型,并创建从from到to的CombinedEdgeType集合。
createEqualPredicate(String, Object) - Static method in class com.graphdbapi.search.SearchPredicate
谓词 等于
createFile(String) - Method in interface com.graphdbapi.file.FileObject
创建文件
createGreaterThanPredicate(String, Number, boolean) - Static method in class com.graphdbapi.search.SearchPredicate
谓词 大于或大于等于
createLessThanPredicate(String, Number, boolean) - Static method in class com.graphdbapi.search.SearchPredicate
谓词 小于或小于等于
createPrefixPredicate(String, String) - Static method in class com.graphdbapi.search.SearchPredicate
谓词 前缀
createProperty(int, boolean, String, boolean, PropertyType) - Method in interface com.graphdbapi.GraphSchema
为某个类型增加属性列。
createRangeNumberPredicate(String, Number, Number, boolean, boolean) - Static method in class com.graphdbapi.search.SearchPredicate
谓词 范围
createRelationshipTo(Node, RelationshipType) - Method in interface com.graphdbapi.values.api.Node
创建并返回此点与另一点的指定边类型的边
createSuffixPredicate(String, String) - Static method in class com.graphdbapi.search.SearchPredicate
谓词 后缀
createVertexType(String, String, Map<String, PropertyType>) - Method in interface com.graphdbapi.GraphSchema
添加点类型。为图新增一个点类型。
CsvReader - Interface in com.graphdbapi.csvutil
 
csvReader(String, String, Charset) - Method in interface com.graphdbapi.file.FileObject
获取csvReader
csvReader(String, Charset) - Method in interface com.graphdbapi.file.FileObject
获取csvReader(默认定界符‘,’)
CsvWriter - Interface in com.graphdbapi.csvutil
 
csvWriter(String, String, Charset) - Method in interface com.graphdbapi.file.FileObject
获取csvWriter
csvWriter(String, Charset) - Method in interface com.graphdbapi.file.FileObject
获取csvWriter(默认定界符‘,’)
currentDepth - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
CypherAny - Class in com.graphdbapi.values
Driver传输对象基类。
CypherAny() - Constructor for class com.graphdbapi.values.CypherAny
 
CypherAnyMap - Class in com.graphdbapi.values.virtual
Driver传输Map类型的对象。(key可以为其他类型)
CypherAnyMap() - Constructor for class com.graphdbapi.values.virtual.CypherAnyMap
 
CypherBigDecimal - Class in com.graphdbapi.values.storable
Driver传输BigDecimal类型的对象。
CypherBigInt - Class in com.graphdbapi.values.storable
Driver传输BigInteger类型的对象。
CypherBoolean - Class in com.graphdbapi.values.storable
Driver传输Boolean类型的对象。
CypherByte - Class in com.graphdbapi.values.storable
Driver传输Byte类型的对象。
CypherByteArray - Class in com.graphdbapi.values.storable
Driver传输byte[]类型的对象。
CypherByteArray(byte[]) - Constructor for class com.graphdbapi.values.storable.CypherByteArray
 
CypherChar - Class in com.graphdbapi.values.storable
Driver传输Char类型的对象。
CypherDate - Class in com.graphdbapi.values.storable
Driver传输Date类型的对象。
CypherDouble - Class in com.graphdbapi.values.storable
Driver传输Double类型的对象。
CypherDuration - Class in com.graphdbapi.values.storable
Driver传输Duration类型的对象。
CypherFloat - Class in com.graphdbapi.values.storable
Driver传输Float类型的对象。
CypherInt - Class in com.graphdbapi.values.storable
Driver传输Int类型的对象。
CypherList - Class in com.graphdbapi.values.virtual
Driver传输List类型的对象。
CypherList() - Constructor for class com.graphdbapi.values.virtual.CypherList
 
CypherLocalDateTime - Class in com.graphdbapi.values.storable
Driver传输LocalDateTime类型的对象。
CypherLocalTime - Class in com.graphdbapi.values.storable
Driver传输LocalTime类型的对象。
CypherLong - Class in com.graphdbapi.values.storable
Driver传输Long类型的对象。
CypherMap - Class in com.graphdbapi.values.virtual
Driver传输Map类型的对象。(key为String)
CypherMap() - Constructor for class com.graphdbapi.values.virtual.CypherMap
 
CypherNode - Class in com.graphdbapi.values.virtual
Driver传输Node类型的对象。
CypherNode(long) - Constructor for class com.graphdbapi.values.virtual.CypherNode
 
CypherNumber - Class in com.graphdbapi.values.storable
Driver传输Number类型的对象。
CypherNumber() - Constructor for class com.graphdbapi.values.storable.CypherNumber
 
CypherPath - Class in com.graphdbapi.values.virtual
Driver传输Path类型的对象。
CypherPath() - Constructor for class com.graphdbapi.values.virtual.CypherPath
 
CypherPoint - Class in com.graphdbapi.values.storable
Driver传输geoGraphicPoint、cartesianPoint类型的对象。
CypherPoint() - Constructor for class com.graphdbapi.values.storable.CypherPoint
 
CypherRelationship - Class in com.graphdbapi.values.virtual
Driver传输Relationship类型的对象。
CypherRelationship(String) - Constructor for class com.graphdbapi.values.virtual.CypherRelationship
 
CypherShort - Class in com.graphdbapi.values.storable
Driver传输Short类型的对象。
CypherString - Class in com.graphdbapi.values.storable
Driver传输String类型的对象。
CypherString() - Constructor for class com.graphdbapi.values.storable.CypherString
 
CypherStringArray - Class in com.graphdbapi.values.storable
Driver传输StringArray类型的对象。
CypherStringArray(String[]) - Constructor for class com.graphdbapi.values.storable.CypherStringArray
 
CypherStringWrappingString - Class in com.graphdbapi.values.storable
Driver传输WrappingString类型的对象。
CypherText - Class in com.graphdbapi.values.storable
Driver传输字符/字符串类型的对象。
CypherTextArray - Class in com.graphdbapi.values.storable
Driver传输字符数组/字符串数组类型的对象。
CypherTextArray() - Constructor for class com.graphdbapi.values.storable.CypherTextArray
 
CypherValue - Class in com.graphdbapi.values.storable
Driver传输对象基类。
CypherValue() - Constructor for class com.graphdbapi.values.storable.CypherValue
 
CypherValues - Class in com.graphdbapi.values.storable
工具类。将基础数据类型转成Driver传输对象。
CypherValues() - Constructor for class com.graphdbapi.values.storable.CypherValues
 
CypherVirtuals - Class in com.graphdbapi.values.virtual
复杂对象的构建类。
CypherVirtuals() - Constructor for class com.graphdbapi.values.virtual.CypherVirtuals
 
CypherZonedDateTime - Class in com.graphdbapi.values.storable
Driver传输ZonedDateTime类型的对象。
CypherZonedTime - Class in com.graphdbapi.values.storable
Driver传输OffsetTime类型的对象。

D

date(LocalDate) - Static method in class com.graphdbapi.values.storable.CypherDate
 
DATETIME - Static variable in class com.graphdbapi.PropertyType
 
debug(String) - Method in interface com.graphdbapi.GraphLogger
调试信息
debug(String, Throwable) - Method in interface com.graphdbapi.GraphLogger
调试信息
debug(String, Object) - Method in interface com.graphdbapi.GraphLogger
格式化调试信息
debug(String, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化调试信息
debug(String, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化调试信息
debug(String, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化调试信息
debug(String, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化调试信息
debug(String, Object, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化调试信息
debug(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化调试信息
debug(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化调试信息
debug(String) - Method in class com.graphdbapi.task.util.LoggerUtil
 
debug(String, Throwable) - Method in class com.graphdbapi.task.util.LoggerUtil
 
debug(String, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
debug(String, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
debug(String, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
debug(String, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
debug(String, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
debug(String, Object, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
debug(String, Object, Object, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
debug(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
decrementAndGet() - Method in interface com.graphdbapi.atomic.GraphDbAtomicLong
先自减1再获取值
DEFAULT_VALUE - Static variable in annotation type com.graphdbapi.procedure.Name
默认值
defaultValue - Variable in class com.graphdbapi.parkit.accumulator.CommonAccumulator
 
delete(String) - Method in interface com.graphdbapi.file.FileObject
删除文件/文件夹。 文件:若删除成功,返回true。若删除失败,返回false。 文件夹:若文件夹中有文件,则抛出异常
delete() - Method in interface com.graphdbapi.values.api.Node
删除此点
delete() - Method in interface com.graphdbapi.values.api.Relationship
删除边。
deleteEdge(String) - Method in interface com.graphdbapi.Graph
删除边
deleteEdges(long, long, Set<Integer>, Predicate<Edge>) - Method in interface com.graphdbapi.Graph
条件删除指定起止点的边
deleteForce(String) - Method in interface com.graphdbapi.file.FileObject
强制删除文件/文件夹。 文件:若删除成功,返回true。若删除失败,返回false。 文件夹:删除所有文件
deleteVertex(long) - Method in interface com.graphdbapi.Graph
删除点以及所有与点相关的边
deleteVertex(long, boolean) - Method in interface com.graphdbapi.Graph
删除点
Description - Annotation Type in com.graphdbapi.procedure
可以选择用@Description("a description")对注册的方法进行描述。
Direction - Enum in com.graphdbapi
查询方向
distributed() - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
distributed() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
 
distributed() - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
 
distributed() - Method in interface com.graphdbapi.task.template.ITask
是否为分布式任务.
DOUBLE - Static variable in class com.graphdbapi.PropertyType
 
DOUBLE_NULL_VALUE - Static variable in enum com.graphdbapi.engine.EngineDataType
 
doubleValue() - Method in class com.graphdbapi.values.storable.CypherBigDecimal
 
doubleValue() - Method in class com.graphdbapi.values.storable.CypherBigInt
 
doubleValue() - Method in class com.graphdbapi.values.storable.CypherByte
 
doubleValue() - Method in class com.graphdbapi.values.storable.CypherDouble
 
doubleValue() - Method in class com.graphdbapi.values.storable.CypherFloat
 
doubleValue() - Method in class com.graphdbapi.values.storable.CypherInt
 
doubleValue() - Method in class com.graphdbapi.values.storable.CypherLong
 
doubleValue() - Method in class com.graphdbapi.values.storable.CypherNumber
获取double类型的对象值。
doubleValue() - Method in class com.graphdbapi.values.storable.CypherShort
 
doubleValue(double) - Static method in class com.graphdbapi.values.storable.CypherValues
 
dropEdgeType(int) - Method in interface com.graphdbapi.GraphSchema
删除边类型。删除图中已存在的一个边类型。
dropProperty(int, boolean, String) - Method in interface com.graphdbapi.GraphSchema
删除某个类型的某个属性。
dropVertexType(int) - Method in interface com.graphdbapi.GraphSchema
删除点类型。删除图中已存在的一个点类型。
DURATION - Static variable in class com.graphdbapi.PropertyType
 
duration(Duration) - Static method in class com.graphdbapi.values.storable.CypherDuration
 
duration(Period) - Static method in class com.graphdbapi.values.storable.CypherDuration
 
duration(long, long, long, long) - Static method in class com.graphdbapi.values.storable.CypherDuration
 

E

Edge - Interface in com.graphdbapi
边对象
edgeGlobalUnique() - Method in interface com.graphdbapi.traversal.TraversalDescription
全局边去重接口.
EdgeId - Interface in com.graphdbapi
 
edgeIdBytes() - Method in interface com.graphdbapi.EdgeId
 
edgeIteratorFast(Consumer<Edge>) - Method in interface com.graphdbapi.Graph
多线程迭代本地边
edgeIteratorFast(Consumer<Edge>, Set<Integer>) - Method in interface com.graphdbapi.Graph
多线程迭代本地边
edgeIteratorFast(Consumer<Edge>, Set<Integer>, boolean) - Method in interface com.graphdbapi.Graph
多线程迭代本地边
edgePathUnique() - Method in interface com.graphdbapi.traversal.TraversalDescription
路径边去重接口.
edges() - Method in interface com.graphdbapi.traversal.Path
返回路径上的所有边对象.
edges() - Method in interface com.graphdbapi.traversal.Traverser
遍历边.
edgeTypeIndex(String) - Method in interface com.graphdbapi.Graph
通过边EdgeId获取边类型index
edgeTypes(int) - Method in interface com.graphdbapi.traversal.TraversalDescription
getNeighbor边类型过滤.
edgeTypes(Direction) - Method in interface com.graphdbapi.traversal.TraversalDescription
getNeighbor传入方向.
edgeTypes(int, Direction) - Method in interface com.graphdbapi.traversal.TraversalDescription
getNeighbor边类型过滤以及方向.
edgeTypes(Collection<Integer>, Direction) - Method in interface com.graphdbapi.traversal.TraversalDescription
getNeighbor边类型过滤以及方向.
edgeTypes(String, Direction) - Method in interface com.graphdbapi.traversal.TraversalDescription
getNeighbor边类型过滤以及方向.
edgeTypes(String, String, String, Direction) - Method in interface com.graphdbapi.traversal.TraversalDescription
getNeighbor边类型过滤以及方向.
editDirect(int, boolean) - Method in interface com.graphdbapi.GraphSchema
更新某个边类型的方向。无向or有向。
editDirect(String, boolean) - Method in interface com.graphdbapi.GraphSchema
更新某个边类型的方向。无向or有向。
editGraphDesc(String) - Method in interface com.graphdbapi.GraphSchema
修改图描述
editPropertyDesc(String, boolean, String, String) - Method in interface com.graphdbapi.GraphSchema
修改属性描述
editTypeDesc(String, boolean, String) - Method in interface com.graphdbapi.GraphSchema
修改类型描述
Element - Interface in com.graphdbapi
图元素
EMBEDDABLE_TYPE - Static variable in class com.graphdbapi.PropertyType
 
empty() - Static method in interface com.graphdbapi.ResourceIterator
 
EMPTY - Static variable in class com.graphdbapi.values.virtual.CypherAnyMap
 
EMPTY - Static variable in class com.graphdbapi.values.virtual.CypherMap
 
EMPTY_STRING - Static variable in class com.graphdbapi.values.storable.CypherValues
 
endNode() - Method in interface com.graphdbapi.values.api.Path
获取路径终止点。
endNode() - Method in class com.graphdbapi.values.virtual.CypherPath
 
endNodeId() - Method in class com.graphdbapi.values.virtual.CypherRelationship
 
endVertexId() - Method in interface com.graphdbapi.traversal.Path
返回路径的终止点.
EngineApiException - Exception in com.graphdbapi.engine
图引擎接口API异常。
EngineApiException() - Constructor for exception com.graphdbapi.engine.EngineApiException
 
EngineApiException(String) - Constructor for exception com.graphdbapi.engine.EngineApiException
 
EngineApiException(String, Throwable) - Constructor for exception com.graphdbapi.engine.EngineApiException
 
EngineApiException(Throwable) - Constructor for exception com.graphdbapi.engine.EngineApiException
 
EngineApiException(String, Throwable, boolean, boolean) - Constructor for exception com.graphdbapi.engine.EngineApiException
 
EngineConfig - Class in com.graphdbapi.engine
图引擎启动配置器,可自行配置各个值。
EngineConfig() - Constructor for class com.graphdbapi.engine.EngineConfig
 
EngineDataType - Enum in com.graphdbapi.engine
图引擎支持的点边属性类型。
EngineEdgeIterator - Interface in com.graphdbapi.engine.safe
边迭代接口,提供边上的邻居、属性、类型编号的获取。
EngineEdgeParam - Class in com.graphdbapi.engine
图引擎边迭代相关接口自定义参数类。
EngineEdgeParam() - Constructor for class com.graphdbapi.engine.EngineEdgeParam
 
EngineGraph - Interface in com.graphdbapi.engine.safe
图引擎主要接口,提供基础的操作接口。
EngineIdIterator - Interface in com.graphdbapi.engine.safe
ID迭代接口。
EngineMetrics - Interface in com.graphdbapi.engine.safe
图引擎的指标信息。
EnginePropertyParam - Class in com.graphdbapi.engine
图引擎启动属性配置器。
EnginePropertyParam(String) - Constructor for class com.graphdbapi.engine.EnginePropertyParam
 
EnginePropertyParam(String, EngineDataType) - Constructor for class com.graphdbapi.engine.EnginePropertyParam
 
EnginePropertyParam(String, EngineDataType, OrderDescription) - Constructor for class com.graphdbapi.engine.EnginePropertyParam
 
EnginePropertySchema - Interface in com.graphdbapi.engine
图引擎属性模型。
EngineSchema - Interface in com.graphdbapi.engine
图引擎模型, 分为点模型和边模型, 用于提供跟模型相关的基础接口。
EngineStartupMeta - Interface in com.graphdbapi.engine
图引擎启动元信息。
EngineTaskCallable<RESULT> - Interface in com.graphdbapi.engine.safe
图引擎批处理任务执行器,使用图引擎接口,在特定图引擎上执行自定义任务,并且允许自定义返回结果。 图引擎接口EngineGraph:提供对图引擎操作的所有接口。
EngineVertexIterator - Interface in com.graphdbapi.engine.safe
点迭代接口,提供点上的内部ID、属性、类型编号的获取。
EngineVertexParam - Class in com.graphdbapi.engine
图引擎点迭代相关接口参数类。
EngineVertexParam() - Constructor for class com.graphdbapi.engine.EngineVertexParam
 
Entity<T> - Interface in com.graphdbapi.values.api
实体。
equals(Object) - Method in class com.graphdbapi.BatchEdgeAdd
 
equals(Object) - Method in class com.graphdbapi.BatchEdgeUpdate
 
equals(Object) - Method in class com.graphdbapi.BatchVertex
 
equals(Object) - Method in class com.graphdbapi.BatchVertexUpdate
 
equals(Object) - Method in interface com.graphdbapi.EdgeId
 
equals(Object) - Method in class com.graphdbapi.engine.EnginePropertyParam
 
equals(Object) - Method in class com.graphdbapi.PropertyType
 
error(String) - Method in interface com.graphdbapi.GraphLogger
错误信息
error(String, Throwable) - Method in interface com.graphdbapi.GraphLogger
错误信息
error(String, Object) - Method in interface com.graphdbapi.GraphLogger
格式化错误信息
error(String, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化错误信息
error(String, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化错误信息
error(String, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化错误信息
error(String, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化错误信息
error(String, Object, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化错误信息
error(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化错误信息
error(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化错误信息
error(String) - Method in class com.graphdbapi.task.util.LoggerUtil
 
error(String, Throwable) - Method in class com.graphdbapi.task.util.LoggerUtil
 
error(String, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
error(String, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
error(String, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
error(String, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
error(String, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
error(String, Object, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
error(String, Object, Object, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
error(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
evaluate(Path) - Method in class com.graphdbapi.traversal.Evaluator.AsPathEvaluator
 
evaluate(Path) - Method in interface com.graphdbapi.traversal.Evaluator
路径评估接口.
evaluate(Path) - Method in class com.graphdbapi.traversal.PathEvaluator.Adapter
 
evaluate(Path) - Method in interface com.graphdbapi.traversal.PathEvaluator
路径评估接口.
evaluate(TraversalBranch) - Method in interface com.graphdbapi.traversal.TraversalContext
设置分支的剪枝状态位.
Evaluation - Enum in com.graphdbapi.traversal
 
evaluation(Evaluation) - Method in interface com.graphdbapi.traversal.TraversalBranch
结果判断, 强制剪枝.
Evaluator - Interface in com.graphdbapi.traversal
 
evaluator(Evaluator) - Method in interface com.graphdbapi.traversal.TraversalDescription
用于在每个位置确定如果遍历继续, 当前节点是否应包含在结果中.
Evaluator.AsPathEvaluator - Class in com.graphdbapi.traversal
 
executorService - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
executorService - Variable in class com.graphdbapi.task.template.AbstractStandAloneTask
 
existConditionParam() - Method in class com.graphdbapi.engine.EngineEdgeParam
 
existConditionParam() - Method in class com.graphdbapi.engine.EngineVertexParam
 
existTypeParam() - Method in class com.graphdbapi.engine.EngineEdgeParam
 
existTypeParam() - Method in class com.graphdbapi.engine.EngineVertexParam
 
expand(Consumer<Quadruple<Graph, SOURCE, Edge, TARGET>>) - Method in interface com.graphdbapi.parkit.vector.VertexCompute
定长扩展点计算方法。
expand(Path) - Method in interface com.graphdbapi.traversal.PathExpander
路径扩展接口.
expand(PathExpander) - Method in interface com.graphdbapi.traversal.TraversalDescription
自定义getNeighbor参数.
extend(Set<Long>, List<ExtendFilter>, ExtendLimiter) - Method in interface com.graphdbapi.Graph
通用路径扩展,采用深度优先搜索的形式。
extendCompute(Graph, long, ExtendParam, List<String>) - Static method in class com.graphdbapi.parkit.util.ParUtil
单点扩展计算
extendCompute(Graph, long, ExtendParam, String) - Static method in class com.graphdbapi.parkit.util.ParUtil
单点扩展计算
extendCompute(Graph, long, String, List<String>) - Static method in class com.graphdbapi.parkit.util.ParUtil
单点扩展计算
extendCompute(Graph, long, String, String, List<String>) - Static method in class com.graphdbapi.parkit.util.ParUtil
单点扩展计算
extendCompute(Graph, long, String, String) - Static method in class com.graphdbapi.parkit.util.ParUtil
单点扩展计算
extendEdge(Graph, long, ExtendParam) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取边迭代器
extendEdge(Graph, long, String) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取边迭代器
extendEdge(Graph, long) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取边迭代器
extendEdge(Graph, long, ExtendParam, Consumer<Edge>) - Static method in class com.graphdbapi.parkit.util.ParUtil
边迭代计算
extendEdge(Graph, long, String, Consumer<Edge>) - Static method in class com.graphdbapi.parkit.util.ParUtil
边迭代计算
extendEdge(Graph, long, Consumer<Edge>) - Static method in class com.graphdbapi.parkit.util.ParUtil
边迭代计算
extendEdgeList(Graph, long, ExtendParam) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取边列表
extendEdgeList(Graph, long, String) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取边列表
extendEdgeList(Graph, long) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取边列表
ExtendParam - Class in com.graphdbapi.parkit.vector
迭代相关接口自定义参数类。
ExtendParam() - Constructor for class com.graphdbapi.parkit.vector.ExtendParam
 
ExtendParam(Graph, String) - Constructor for class com.graphdbapi.parkit.vector.ExtendParam
 
ExtendParam(Graph, String, String) - Constructor for class com.graphdbapi.parkit.vector.ExtendParam
添加过滤条件
extendSingleEdge(Graph, long, ExtendParam) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取单条边
extendSingleEdge(Graph, long, String) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取单条边
extendSingleEdge(Graph, long) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取单条边

F

FALSE - Static variable in class com.graphdbapi.values.storable.CypherBoolean
Driver传输Boolean.FALSE值的默认对象。
FastIdsMap - Interface in com.graphdbapi
fast 模式使用, 适配重构后的图
FileObject - Interface in com.graphdbapi.file
用于IO的文件操作接口
fileObject() - Method in interface com.graphdbapi.Graph
获取FileObject对象(资源的释放需要用户管理)
firstRound() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
初始化轮
firstRoundContext() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
第一轮消息发送的方法
FLOAT - Static variable in class com.graphdbapi.PropertyType
 
floatValue(float) - Static method in class com.graphdbapi.values.storable.CypherValues
 
flush() - Method in interface com.graphdbapi.csvutil.CsvWriter
刷新
flush() - Method in interface com.graphdbapi.file.BufferedWriterObject
刷新
flushData() - Method in interface com.graphdbapi.Graph
手动触发写盘
foundVertexPkPropertySchema(int) - Method in interface com.graphdbapi.engine.EngineSchema
查找点类型编号的主键属性模型,若为NULL则未找到。
foundVertexPkPropertySchema(String) - Method in interface com.graphdbapi.engine.EngineSchema
查找点类型编号的主键属性模型,若为NULL则未找到。
foundVertexPropertySchema(int, String) - Method in interface com.graphdbapi.engine.EngineSchema
查找点类型编号的属性模型,若为NULL则未找到。
foundVertexPropertySchema(String, String) - Method in interface com.graphdbapi.engine.EngineSchema
查找点类型编号的属性模型,若为NULL则未找到。
fromDepth(int) - Static method in enum com.graphdbapi.traversal.Evaluation
将结果路径长度大于等于depth的包含在结果内
fromList(List<CypherAny>) - Static method in class com.graphdbapi.values.virtual.CypherVirtuals
 
futures - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
futures - Variable in class com.graphdbapi.task.template.AbstractStandAloneTask
 

G

GEOGRAPHICPOINT - Static variable in class com.graphdbapi.PropertyType
 
get() - Method in interface com.graphdbapi.atomic.GraphDbAtomicLong
获取当前值
get(TemporalUnit) - Method in class com.graphdbapi.values.storable.CypherDuration
 
getAccumulators() - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
getAccumulators() - Method in interface com.graphdbapi.parkit.vector.ContextParam
获取累计器集合
getAffinityById(long) - Method in interface com.graphdbapi.Graph
获取点VertexId所在的主机号。单机版默认返回0。
getAffinityByPk(String) - Method in interface com.graphdbapi.Graph
获取当前图点PK所在的主机号。单机版默认返回0。
getAllEdgeCount() - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取集群边总数。
getAllEdgeCount() - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取集群合法边总数。
getAllEdgeCount() - Method in interface com.graphdbapi.Graph
查询集群总边数
getAllEdgeTypeIndexes() - Method in interface com.graphdbapi.engine.EngineSchema
获取所有边类型编号。
getAllEdgeTypeNames() - Method in interface com.graphdbapi.engine.EngineSchema
获取所有边类型名。
getAllMaxCostTime() - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取集群最大启动用时。
getAllMaxMemoryUsed() - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取集群最大内存占用字节大小。
getAllProperties() - Method in interface com.graphdbapi.values.api.PropertyEntity
获取所有属性值。
getAllVertexCount() - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取集群点总数。
getAllVertexCount() - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取集群点总数。
getAllVertexCount() - Method in interface com.graphdbapi.Graph
查询集群总点数
getAllVertexTypeIndexes() - Method in interface com.graphdbapi.engine.EngineSchema
获取所有点类型编号。
getAllVertexTypeNames() - Method in interface com.graphdbapi.engine.EngineSchema
获取所有点类型名。
getAndAdd(long) - Method in interface com.graphdbapi.atomic.GraphDbAtomicLong
先获取当前值再加指定值
getAndDecrement() - Method in interface com.graphdbapi.atomic.GraphDbAtomicLong
先获取当前值再自减1
getAndIncrement() - Method in interface com.graphdbapi.atomic.GraphDbAtomicLong
先获取当前值再自加1
getAndSet(long) - Method in interface com.graphdbapi.atomic.GraphDbAtomicLong
获取当前的值并设置新值
getAvgSum() - Method in interface com.graphdbapi.parkit.accumulator.Accumulator
获取avg的总和值 备注: 集合类型调用返回null
getAvgSum() - Method in class com.graphdbapi.parkit.accumulator.CommonAccumulator
 
getAvgSum() - Method in class com.graphdbapi.parkit.accumulator.ListAccumulator
 
getAvgSum() - Method in class com.graphdbapi.parkit.accumulator.MapAccumulator
 
getAvgSum() - Method in class com.graphdbapi.parkit.accumulator.SetAccumulator
 
getBasePath() - Method in interface com.graphdbapi.file.FileObject
获取基础路径
getBfsDirection() - Method in class com.graphdbapi.engine.EngineConfig
 
getClusterNodeId(int) - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取点的机器号。 当点不存在时会抛出点不存在异常。
getClusterNodeId(int) - Method in interface com.graphdbapi.IdsMap
获取seqId对应的节点号
getClusterNodeIds() - Method in interface com.graphdbapi.IdsMap
获取集群集群Id
getCombinedEdgeCount(int) - Method in interface com.graphdbapi.Graph
查询集群中Combined边类型的数量 注:该方法获取取指定typeIndex对应边的个数。如需获取typeIndex对应同名边的总个数,可以调用Graph.getEdgeCount(int)
getCombinedEdgeCount(int, boolean) - Method in interface com.graphdbapi.Graph
查询Combined边类型的数量 注:该方法获取取指定typeIndex对应边的个数。如需获取typeIndex对应同名边的总个数,可以调用Graph.getEdgeCount(int, boolean)
getConcurrency() - Method in class com.graphdbapi.engine.EngineConfig
 
getCondition() - Method in class com.graphdbapi.graph.api.condition.PropertyFilter
 
getConfig() - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取启动配置信息。
getConnectedComponentCount() - Method in interface com.graphdbapi.engine.safe.EngineMetrics
获取连通分量的数量,若不计算则为-1。
getConnectedComponentRoot() - Method in interface com.graphdbapi.engine.safe.EngineMetrics
获取所有连通分量的根节点,若不计算则为null。
getCoordinates() - Method in interface com.graphdbapi.Point
 
getCypherId() - Method in interface com.graphdbapi.Graph
返回 Cypher 任务 id
getDegree(long, Direction) - Method in interface com.graphdbapi.Graph
获取邻居的degree大小
getDegree() - Method in interface com.graphdbapi.values.api.Node
返回所有与此点连接的边数量
getDegree(RelationshipType) - Method in interface com.graphdbapi.values.api.Node
返回指定类型此点的边数量
getDegree(Direction) - Method in interface com.graphdbapi.values.api.Node
返回此点指定方向的边数量
getDegree(RelationshipType, Direction) - Method in interface com.graphdbapi.values.api.Node
返回此点指定类型指定方向的边数量
getDirection() - Method in class com.graphdbapi.engine.EngineConfig
 
getDirection() - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
getEdgeAlias() - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
getEdgeBooleanProperty(String) - Method in interface com.graphdbapi.engine.safe.EngineEdgeIterator
根据边属性名获取边布尔属性,属性不存在或属性值为空返回EngineDataType.BOOLEAN_NULL_VALUE
getEdgeByteProperty(String) - Method in interface com.graphdbapi.engine.safe.EngineEdgeIterator
根据边属性名获取边字节属性,属性不存在或属性值为空返回EngineDataType.BYTE_NULL_VALUE
getEdgeCondition() - Method in class com.graphdbapi.engine.EngineConfig
 
getEdgeCondition() - Method in class com.graphdbapi.engine.EngineEdgeParam
 
getEdgeCondition() - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
getEdgeConditionJson() - Method in class com.graphdbapi.engine.EngineConfig
 
getEdgeConditionList() - Method in class com.graphdbapi.engine.EngineConfig
 
getEdgeCount(boolean) - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取边总数。
getEdgeCount(boolean) - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取合法边总数。
getEdgeCount(int) - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取集群给定边类型编号合法边总数。
getEdgeCount(int, int) - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取机器号和边类型编号对应的合法边总数。
getEdgeCount(int) - Method in interface com.graphdbapi.Graph
查询集群指定边类型总数 注:该方法获取的是typeIndex对应同名边的总个数。如需获取指定typeIndex对应边的个数,可以调用Graph.getCombinedEdgeCount(int)
getEdgeCount(boolean) - Method in interface com.graphdbapi.Graph
查询边数量
getEdgeCount(int, boolean) - Method in interface com.graphdbapi.Graph
查询指定边类型数量 注:该方法获取的是typeIndex对应同名边的总个数。如需获取指定typeIndex对应边的个数,可以调用Graph.getCombinedEdgeCount(int, boolean)
getEdgeCountByClusterNodeId(int) - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取特定机器号的边总数。
getEdgeDirect(int) - Method in interface com.graphdbapi.GraphSchema
获取某个边类型的方向。
getEdgeDirect(String) - Method in interface com.graphdbapi.GraphSchema
获取某个边类型的方向。
getEdgeDoubleProperty(String) - Method in interface com.graphdbapi.engine.safe.EngineEdgeIterator
根据边属性名获取边双精度属性,属性不存在或属性值为空返回EngineDataType.DOUBLE_NULL_VALUE
getEdgeDoubleProperty(String, double) - Method in interface com.graphdbapi.engine.safe.EngineEdgeIterator
根据边属性名获取边双精度属性,属性不存在或属性值为空返回EngineDataType.DOUBLE_NULL_VALUE
getEdgeDoubleProperty(int) - Method in interface com.graphdbapi.engine.safe.EngineEdgeIterator
获取指定偏移量的边双精度属性。
getEdgeFromType(int) - Method in interface com.graphdbapi.GraphSchema
边类型起始点类型index
getEdgeId() - Method in class com.graphdbapi.BatchEdgeUpdate
 
getEdgeIds() - Method in class com.graphdbapi.engine.EngineConfig
 
getEdgeIndex() - Method in class com.graphdbapi.BatchEdgeAdd
 
getEdgeIndex() - Method in interface com.graphdbapi.EdgeId
 
getEdgeIntProperty(String) - Method in interface com.graphdbapi.engine.safe.EngineEdgeIterator
根据边属性名获取边短整型属性,属性不存在或属性值为空返回EngineDataType.INT_NULL_VALUE
getEdgeLimit() - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
getEdgeLongProperty(String) - Method in interface com.graphdbapi.engine.safe.EngineEdgeIterator
根据边属性名获取边长整型属性,属性不存在或属性值为空返回EngineDataType.LONG_NULL_VALUE
getEdgeNames() - Method in interface com.graphdbapi.engine.EngineSchema
获取所有边类型名和对应的边类型编号映射。
getEdgeNames0() - Method in interface com.graphdbapi.engine.EngineSchema
获取所有边类型名和对应的边类型编号映射, 存在多个类型编号时随机返回一个。
getEdgeNumberProperty(String) - Method in interface com.graphdbapi.engine.safe.EngineEdgeIterator
根据边属性名获取边number属性,属性不存在或属性值为空返回EngineDataType.DOUBLE_NULL_VALUE
getEdgeNumberProperty(String, double) - Method in interface com.graphdbapi.engine.safe.EngineEdgeIterator
根据边属性名获取边number属性,属性不存在或属性值为空返回EngineDataType.DOUBLE_NULL_VALUE
getEdgeProperties() - Method in interface com.graphdbapi.engine.safe.EngineEdgeIterator
获取边属性,无边属性时返回空的Map。 边属性名对应边属性值为null时,该属性名不作为key放入Map中。
getEdgePropertySchemaMap(int) - Method in interface com.graphdbapi.engine.EngineSchema
获取边类型对应的属性映射。
getEdgePropertySchemaMap(String) - Method in interface com.graphdbapi.engine.EngineSchema
获取边类型名对应的属性映射。
getEdgePropertySchemas(int) - Method in interface com.graphdbapi.engine.EngineSchema
通过边类型编号获取边属性模型列表。
getEdgePropertySchemas(String) - Method in interface com.graphdbapi.engine.EngineSchema
通过边类型名获取边属性模型列表。
getEdgeSchema() - Method in class com.graphdbapi.engine.EngineConfig
 
getEdgeToType(int) - Method in interface com.graphdbapi.GraphSchema
边类型终止点类型index
getEdgeType() - Method in class com.graphdbapi.BatchEdge
 
getEdgeType() - Method in class com.graphdbapi.BatchEdgeAdd
 
getEdgeTypeFilterList() - Method in class com.graphdbapi.engine.EngineConfig
 
getEdgeTypeIndex(String) - Method in interface com.graphdbapi.engine.EngineSchema
通过边类型名获取边类型编号, 存在多个类型编号时随机返回一个。
getEdgeTypeIndex() - Method in interface com.graphdbapi.engine.safe.EngineEdgeIterator
获取边类型编号。 该接口和EngineEdgeParam.getEdgeTypes()中的边类型过滤配合使用。 当传入边类型过滤后,才允许拿到该值,否则会抛出异常。
getEdgeTypeIndex(String, int, int) - Method in interface com.graphdbapi.GraphSchema
根据边类型名称、边的起始点类型index和边的终止点类型index来获取边类型index
getEdgeTypeIndex(String) - Method in interface com.graphdbapi.GraphSchema
根据边类型名称获取边类型index
getEdgeTypeIndex(int, Direction) - Method in interface com.graphdbapi.GraphSchema
根据点类型index和方向获取所对应边类型的index
getEdgeTypeIndexes(String...) - Method in interface com.graphdbapi.engine.EngineSchema
批量通过边类型名获取边类型编号。
getEdgeTypeName(int) - Method in interface com.graphdbapi.engine.EngineSchema
通过边类型编号获取边类型名。
getEdgeTypeName(int) - Method in interface com.graphdbapi.GraphSchema
根据边类型index获取边类型名称
getEdgeTypes() - Method in class com.graphdbapi.engine.EngineEdgeParam
 
getEdgeTypes() - Method in interface com.graphdbapi.engine.EngineSchema
获取所有边类型编号和对应的边类型名映射。
getEdgeTypes() - Method in interface com.graphdbapi.GraphSchema
边类型列表
getEdgeTypes() - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
getEndNode() - Method in interface com.graphdbapi.values.api.Relationship
获取边的终止点。
getEndNodeId() - Method in interface com.graphdbapi.values.api.Relationship
获取边的终止点id。
getEndSeqId(int) - Method in interface com.graphdbapi.IdsMap
获取本机终止的seqId
getEngineMetrics() - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取图引擎指标。
getEngineName() - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取图引擎名。
getFilePointer() - Method in interface com.graphdbapi.file.RandomAccessFileObject
返回此文件中的当前偏移量。
getFirstSign() - Method in class com.graphdbapi.PropertyType
 
getFromId() - Method in class com.graphdbapi.BatchEdgeAdd
 
getFromId() - Method in interface com.graphdbapi.Edge
获取起始点VertexId
getFromId() - Method in interface com.graphdbapi.EdgeId
 
getFromTypeIndex() - Method in class com.graphdbapi.CombinedEdgeType
获取起始点类型
getGraph() - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取图操作对象。
getGraph() - Method in class com.graphdbapi.GraphContext
获取图对象
getGraph() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
 
getGraph() - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
 
getGraph() - Method in interface com.graphdbapi.task.template.ITask
获取图对象.
getGraphDesc() - Method in interface com.graphdbapi.GraphSchema
获取图描述
getGraphIndex() - Method in interface com.graphdbapi.Element
获取图index
getGraphIndex() - Method in interface com.graphdbapi.Graph
查询图编号
getGraphName() - Method in interface com.graphdbapi.Graph
查询图名称
getGraphName() - Method in interface com.graphdbapi.GraphSchema
获取图名称
getId() - Method in class com.graphdbapi.BatchEdgeAdd
 
getId() - Method in class com.graphdbapi.BatchVertexUpdate
 
getId() - Method in interface com.graphdbapi.values.api.Entity
返回实体唯一标识ID(Node的id是long类型,Relationship的id是String类型)
getId() - Method in interface com.graphdbapi.values.api.Node
返回实体唯一标识ID=
getId() - Method in interface com.graphdbapi.values.api.Relationship
边id。
getIdsMap() - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取图引擎ID映射器。
getIdsMap(Set<Integer>) - Method in interface com.graphdbapi.task.TaskHandler
获取 IdsMap 对象.
getIndex() - Method in class com.graphdbapi.BatchEdge
 
getIndex() - Method in class com.graphdbapi.BatchEdgeUpdate
 
getIndex() - Method in class com.graphdbapi.BatchVertex
 
getIndex() - Method in class com.graphdbapi.BatchVertexUpdate
 
getInstance(Supplier<String>, long, GraphLogger, int) - Method in interface com.graphdbapi.task.message.IMessageHandler
获取消息实例.
getInstance(Object, Object) - Method in interface com.graphdbapi.task.message.IMessageHandler
获取消息对象.
getLimit() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
返回结果限制
getLimit() - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
返回结果限制
getLocalClusterNodeId() - Method in interface com.graphdbapi.IdsMap
获取集群集群Id
getLocalClusterNodeId() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
 
getLocalEdgeCount() - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取本机边总数。
getLocalEndSeqId() - Method in interface com.graphdbapi.IdsMap
获取本机终止的seqId
getLocalMaxCostTime() - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取本机最大启动用时。
getLocalMaxMemoryUsed() - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取本机最大内存占用字节大小。
getLocalSizeWithDeleted(int) - Method in interface com.graphdbapi.IdsMap
获取本机邻居数量
getLocalStartSeqId() - Method in interface com.graphdbapi.IdsMap
获取本机起始的seqId
getLocalVertexCount() - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取本机点总数。
getLogger() - Method in class com.graphdbapi.GraphContext
获取日志对象
getLogger() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
 
getLogger() - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
 
getLogger() - Method in interface com.graphdbapi.task.template.ITask
获取计算框架写日志对象.
getLoggerHeader(String, long) - Static method in class com.graphdbapi.task.util.LoggerUtil
 
getLoggerHeader(String, long, TaskStage) - Static method in class com.graphdbapi.task.util.LoggerUtil
 
getLongPrimaryKey(int) - Method in interface com.graphdbapi.engine.safe.EngineGraph
通过点ID获取点主键,配合STRING_TO_LONG使用。
getMap() - Method in class com.graphdbapi.values.virtual.CypherAnyMap
 
getMap() - Method in class com.graphdbapi.values.virtual.CypherMap
 
getMaxConnectedComponentRoot() - Method in interface com.graphdbapi.engine.safe.EngineMetrics
获取最大连通分量的根节点,若不计算则为-1。
getMaxConnectedComponentSize() - Method in interface com.graphdbapi.engine.safe.EngineMetrics
获取最大连通分量中的点数,若不计算则为-1。
getMaxCostTime(boolean) - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取最大启动用时。
getMaxCostTimeByClusterNodeId(int) - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取特定机器号的启动用时。
getMaxDepth() - Method in class com.graphdbapi.engine.EngineConfig
 
getMaxMemoryUsed(boolean) - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取最大内存占用字节大小。
getMaxMemoryUsedByClusterNodeId(int) - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取特定机器号的内存占用字节大小。
getMaxSeqId() - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取最大的点(不包含本身),其中0 <= seq id < max seq id
getMemorySize() - Method in class com.graphdbapi.values.CypherAny
 
getMemoryTracker(String) - Method in interface com.graphdbapi.Graph
 
getMessage() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
 
getMessageInstance(Supplier<String>, long, GraphLogger, int) - Method in interface com.graphdbapi.task.TaskHandler
获取消息处理实例.
getMethod() - Method in class com.graphdbapi.graph.api.condition.PropertyFilterInfo
 
getNeighborLimit() - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
getNodes() - Method in interface com.graphdbapi.values.api.Relationship
获取边的[起始点, 终止点]。
getNodeType() - Method in interface com.graphdbapi.values.api.Node
返回此点的类型名
getNum() - Method in interface com.graphdbapi.parkit.accumulator.Accumulator
用于avg的返回数量
getNum() - Method in class com.graphdbapi.parkit.accumulator.CommonAccumulator
 
getNum() - Method in class com.graphdbapi.parkit.accumulator.ListAccumulator
 
getNum() - Method in class com.graphdbapi.parkit.accumulator.MapAccumulator
 
getNum() - Method in class com.graphdbapi.parkit.accumulator.SetAccumulator
 
getOffsetByTypeIndex(int, int) - Method in interface com.graphdbapi.IdsMap
获取节点上的点类型偏移量。
getOrCreate(String, int, int, long, TimeUnit, BlockingQueue<Runnable>, boolean) - Static method in class com.graphdbapi.concurrent.ThreadPoolFactory
获取或创建线程
getOrCreate(String, int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler, boolean) - Static method in class com.graphdbapi.concurrent.ThreadPoolFactory
获取或创建线程
getOrCreate(String, int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler, boolean) - Static method in class com.graphdbapi.concurrent.ThreadPoolFactory
获取或创建线程
getOrCreateGraphDbAtomicLong(String, long) - Method in interface com.graphdbapi.Graph
创建一个分布式 AtomicLong
getOrCreateTaskPools() - Method in interface com.graphdbapi.task.TaskHandler
获取任务线程池对象.
getOrderDescription() - Method in class com.graphdbapi.engine.EnginePropertyParam
 
getOriginalIdsMap() - Method in interface com.graphdbapi.FastIdsMap
 
getOtherId(long) - Method in interface com.graphdbapi.Edge
获取另端VertexId
getOtherNode(Node) - Method in interface com.graphdbapi.values.api.Relationship
获取边的另一端。
getOtherNodeId(long) - Method in interface com.graphdbapi.values.api.Relationship
获取边的另一端id。
getParallelContext() - Method in interface com.graphdbapi.Graph
获取并行工具上下文对象。
getParam() - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
getParam() - Method in interface com.graphdbapi.parkit.vector.ContextParam
获取拓展参数
getPartition() - Method in class com.graphdbapi.BatchVertex
 
getPk(long) - Method in interface com.graphdbapi.Graph
根据VertexId来查询对应点的外部唯一标识值
getPkName(String) - Method in interface com.graphdbapi.values.api.Node
获取此点的主键名
getPkValue() - Method in interface com.graphdbapi.values.api.Node
返回此点的主键值
getPrimaryKey() - Method in class com.graphdbapi.BatchVertex
 
getPrimaryKey(int) - Method in interface com.graphdbapi.engine.safe.EngineGraph
通过点ID获取点主键。
getPrimaryKey() - Method in interface com.graphdbapi.engine.safe.EngineVertexIterator
获取点主键。
getPrimitiveDataType() - Method in class com.graphdbapi.PropertyType
 
getProperties() - Method in class com.graphdbapi.BatchEdge
 
getProperties() - Method in class com.graphdbapi.BatchEdgeAdd
 
getProperties() - Method in class com.graphdbapi.BatchEdgeUpdate
 
getProperties() - Method in class com.graphdbapi.BatchVertex
 
getProperties() - Method in class com.graphdbapi.BatchVertexUpdate
 
getProperties() - Method in interface com.graphdbapi.Element
返回属性集合
getProperties(String...) - Method in interface com.graphdbapi.values.api.PropertyEntity
获取属性值。
getProperty(String) - Method in interface com.graphdbapi.Element
获取某个属性值
getProperty(Graph, List<Long>, String) - Static method in class com.graphdbapi.parkit.util.ParUtil
批量获取点属性
getProperty(Graph, List<Long>, String...) - Static method in class com.graphdbapi.parkit.util.ParUtil
批量获取点属性
getProperty() - Method in class com.graphdbapi.search.SearchOrder
获取属性
getProperty() - Method in class com.graphdbapi.search.SearchPredicate
 
getProperty(String) - Method in interface com.graphdbapi.values.api.PropertyEntity
获取属性中属性名称对应的值。
getProperty(String, Object) - Method in interface com.graphdbapi.values.api.PropertyEntity
获取属性中属性名称对应的值。如果没有值,则返回默认值。
getPropertyByIndex(int) - Method in interface com.graphdbapi.Element
获取某个属性值
getPropertyByToken(int) - Method in interface com.graphdbapi.Element
获取某个属性值
getPropertyDesc(String, boolean, String) - Method in interface com.graphdbapi.GraphSchema
获取属性描述
getPropertyIndexMap(int, boolean) - Method in interface com.graphdbapi.GraphSchema
获取类型下属性唯一标识id
getPropertyKeys() - Method in interface com.graphdbapi.values.api.PropertyEntity
获取属性名称迭代器。
getPropertyName() - Method in class com.graphdbapi.engine.EnginePropertyParam
 
getPropertyName() - Method in interface com.graphdbapi.engine.EnginePropertySchema
获取属性名。
getPropertyName() - Method in class com.graphdbapi.graph.api.condition.PropertyFilterInfo
 
getPropertyType() - Method in class com.graphdbapi.graph.api.condition.PropertyFilterInfo
 
getPropertyTypeMap(int, boolean) - Method in interface com.graphdbapi.GraphSchema
获取类型下的属性
getRelationships() - Method in interface com.graphdbapi.values.api.Node
返回此点上的所有边的迭代器
getRelationships(RelationshipType...) - Method in interface com.graphdbapi.values.api.Node
返回此点指定某些类型的边的迭代器
getRelationships(Direction, RelationshipType...) - Method in interface com.graphdbapi.values.api.Node
返回此点指定某些类型指定方向的边的迭代器
getRelationships(Direction) - Method in interface com.graphdbapi.values.api.Node
返回此点指定方向的边迭代器
getRelationships(RelationshipType, Direction) - Method in interface com.graphdbapi.values.api.Node
返回此点指定方向的某些类型的边迭代器
getRelationshipTypes() - Method in interface com.graphdbapi.values.api.Node
返回此点边类型的迭代器
getRelType() - Method in interface com.graphdbapi.values.api.Relationship
获取边类型名称。
getRuleParser(List<String>, ExtendParam) - Method in interface com.graphdbapi.parkit.ParKit
获取rule解析器
getRuleParser(List<String>, String, ExtendParam) - Method in interface com.graphdbapi.parkit.ParKit
获取rule解析器
getSecondSign() - Method in class com.graphdbapi.PropertyType
 
getSeqId(long) - Method in interface com.graphdbapi.engine.safe.EngineGraph
通过内部ID获取点ID。
getSeqId() - Method in interface com.graphdbapi.engine.safe.EngineIdIterator
获取点ID.
getSeqId(long) - Method in interface com.graphdbapi.IdsMap
获取seqId
getSeqIdMap() - Method in interface com.graphdbapi.FastIdsMap
 
getSeqIdReverseMap() - Method in interface com.graphdbapi.FastIdsMap
 
getSingleRelationship(RelationshipType, Direction) - Method in interface com.graphdbapi.values.api.Node
返回此点指定方向和边类型的一条边
getSizeByTypeIndex(int, int) - Method in interface com.graphdbapi.IdsMap
获取节点上的点类型总数。
getSizeWithDeleted() - Method in interface com.graphdbapi.IdsMap
包含删除的点
getSnowId() - Method in interface com.graphdbapi.Graph
Deprecated.
返回 Cypher 任务 id
getSource() - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
getSource() - Method in interface com.graphdbapi.parkit.vector.ContextParam
获取起始点集合
getSourceAlias() - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
getSourceClusterNodeId() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
 
getSourceCondition() - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
getSourcePrimaryKey() - Method in class com.graphdbapi.BatchEdge
 
getSourceType() - Method in class com.graphdbapi.BatchEdge
 
getSourceTypes() - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
getStartIds() - Method in class com.graphdbapi.engine.EngineConfig
 
getStartNode() - Method in interface com.graphdbapi.values.api.Relationship
获取边的起始点。
getStartNodeId() - Method in interface com.graphdbapi.values.api.Relationship
获取边的起始点id。
getStartSeqId(int) - Method in interface com.graphdbapi.IdsMap
获取本机起始的seqId
getStop() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
 
getStop() - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
 
getStop() - Method in interface com.graphdbapi.task.template.ITask
获取计算框架停止值.
getTargetAlias() - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
getTargetCondition() - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
getTargetPrimaryKey() - Method in class com.graphdbapi.BatchEdge
 
getTargetType() - Method in class com.graphdbapi.BatchEdge
 
getTargetTypes() - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
getTask(long) - Method in interface com.graphdbapi.task.TaskHandler
获取任务.
getTaskHandler() - Method in interface com.graphdbapi.Graph
转化 Graph 为图引擎句柄, 用于执行相关图引擎方法.
getTaskId() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
 
getTaskId() - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
 
getTaskId() - Method in interface com.graphdbapi.task.template.ITask
获取任务号.
getTaskName() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
 
getTaskName() - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
 
getTaskName() - Method in interface com.graphdbapi.task.template.ITask
返回任务名.
getTaskStage() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
 
getTaskStage() - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
 
getTaskStage() - Method in interface com.graphdbapi.task.template.ITask
获取任务状态.
getTimeout() - Method in class com.graphdbapi.engine.EngineConfig
 
getToId() - Method in class com.graphdbapi.BatchEdgeAdd
 
getToId() - Method in interface com.graphdbapi.Edge
获取终止点VertexId
getToId() - Method in interface com.graphdbapi.EdgeId
 
getToTypeIndex() - Method in class com.graphdbapi.CombinedEdgeType
获取终止点类型
getType() - Method in class com.graphdbapi.BatchVertex
 
getType() - Method in class com.graphdbapi.engine.EnginePropertyParam
 
getType() - Method in interface com.graphdbapi.engine.EnginePropertySchema
获取属性类型。
getType() - Method in class com.graphdbapi.search.SearchPredicate
 
getType() - Method in interface com.graphdbapi.values.api.Relationship
获取边类型对象。
getTypeCondition() - Method in class com.graphdbapi.graph.api.condition.TypeCondition
 
getTypeConditionMethod() - Method in class com.graphdbapi.graph.api.condition.ConditionType
 
getTypeDesc(String, boolean) - Method in interface com.graphdbapi.GraphSchema
获取类型描述
getTypeIndex() - Method in class com.graphdbapi.BatchEdgeAdd
 
getTypeIndex() - Method in interface com.graphdbapi.EdgeId
 
getTypeIndex() - Method in interface com.graphdbapi.Element
获取类型index
getTypeIndexBySeqId(int) - Method in interface com.graphdbapi.IdsMap
获取seqId获取点类型标识
getTypeInt() - Method in class com.graphdbapi.graph.api.condition.ConditionType
 
getTypeNameSet() - Method in class com.graphdbapi.graph.api.condition.ConditionType
 
getTypeSet() - Method in class com.graphdbapi.graph.api.condition.TypeCondition
 
getUnits() - Method in class com.graphdbapi.values.storable.CypherDuration
 
getValue1() - Method in class com.graphdbapi.graph.api.condition.PropertyFilterInfo
 
getValue1() - Method in class com.graphdbapi.search.SearchPredicate
 
getValue2() - Method in class com.graphdbapi.graph.api.condition.PropertyFilterInfo
 
getValue2() - Method in class com.graphdbapi.search.SearchPredicate
 
getValues() - Method in interface com.graphdbapi.csvutil.CsvReader
读取csv行内容(同迭代器的next)
getVersion() - Method in interface com.graphdbapi.Element
Deprecated.
getVersion() - Method in interface com.graphdbapi.GraphSchema
获取图meta版本号
getVertexBlackList() - Method in class com.graphdbapi.engine.EngineConfig
 
getVertexBooleanProperty(String) - Method in interface com.graphdbapi.engine.safe.EngineVertexIterator
获取点布尔属性,属性不存在或属性值为空返回EngineDataType.BOOLEAN_NULL_VALUE
getVertexCondition() - Method in class com.graphdbapi.engine.EngineConfig
 
getVertexCondition() - Method in class com.graphdbapi.engine.EngineEdgeParam
 
getVertexCondition() - Method in class com.graphdbapi.engine.EngineVertexParam
 
getVertexConditionJson() - Method in class com.graphdbapi.engine.EngineConfig
 
getVertexConditionList() - Method in class com.graphdbapi.engine.EngineConfig
 
getVertexCount(boolean) - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取点总数。
getVertexCount(boolean) - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取点总数。
getVertexCount(int) - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取点类型对应的点总数。
getVertexCount(int, int) - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取特定机器点类型对应的点总数。
getVertexCount(int) - Method in interface com.graphdbapi.Graph
查询集群指定点类型总数
getVertexCount(boolean) - Method in interface com.graphdbapi.Graph
查询点数量
getVertexCount(int, boolean) - Method in interface com.graphdbapi.Graph
查询指定点类型数量
getVertexCount(Graph, List<Long>, Set<Integer>, Predicate<Element>) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取点类型属性过滤后的点数
getVertexCount(Graph, List<Long>, Set<Integer>) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取点类型过滤后的点数
getVertexCount(Graph, List<Long>, Predicate<Element>) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取点属性过滤后的点数
getVertexCountByClusterNodeId(int) - Method in interface com.graphdbapi.engine.EngineStartupMeta
获取特定机器号的点总数。
getVertexDoubleProperty(String) - Method in interface com.graphdbapi.engine.safe.EngineVertexIterator
获取点双精度属性,属性不存在或属性值为空返回EngineDataType.DOUBLE_NULL_VALUE
getVertexes(Collection<Long>) - Method in interface com.graphdbapi.Graph
批量查询点
getVertexId(int) - Method in interface com.graphdbapi.engine.safe.EngineGraph
通过点ID获取内部ID。
getVertexId() - Method in interface com.graphdbapi.engine.safe.EngineVertexIterator
点内部ID。
getVertexId(int) - Method in interface com.graphdbapi.IdsMap
通过seqId获取VertexId
getVertexIdByPk(String) - Method in interface com.graphdbapi.Graph
根据外部唯一标识查询点VertexId
getVertexIdByPk(String, int) - Method in interface com.graphdbapi.Graph
根据外部唯一标识和点类型index查询点VertexId
getVertexIdByPk(String, String) - Method in interface com.graphdbapi.Graph
根据外部唯一标识和点类型名查询点VertexId。
getVertexIdByPkCompatible(String) - Method in interface com.graphdbapi.Graph
根据外部唯一标识查询点VertexId
getVertexIdByPkCompatible(String, int) - Method in interface com.graphdbapi.Graph
根据外部唯一标识和点类型index查询点VertexId
getVertexIdByPkCompatible(String, String) - Method in interface com.graphdbapi.Graph
根据外部唯一标识和点类型名查询点VertexId。
getVertexIds() - Method in class com.graphdbapi.engine.EngineConfig
 
getVertexIds(Graph, Set<Integer>, Predicate<Element>) - Static method in class com.graphdbapi.parkit.util.ParUtil
通过类型属性过滤获取一批点id
getVertexIds(Graph, Set<Integer>) - Static method in class com.graphdbapi.parkit.util.ParUtil
通过类型过滤获取一批点id
getVertexIds(Graph, Predicate<Element>) - Static method in class com.graphdbapi.parkit.util.ParUtil
通过属性过滤获取一批点id
getVertexIdsFast(Graph, Set<Integer>, Predicate<Element>) - Static method in class com.graphdbapi.parkit.util.ParUtil
通过类型属性过滤获取一批点id,多线程加速
getVertexIdsFast(Graph, Set<Integer>) - Static method in class com.graphdbapi.parkit.util.ParUtil
通过类型过滤获取一批点id,多线程加速
getVertexIdsFast(Graph, Predicate<Element>) - Static method in class com.graphdbapi.parkit.util.ParUtil
通过属性过滤获取一批点id,多线程加速
getVertexIntProperty(String) - Method in interface com.graphdbapi.engine.safe.EngineVertexIterator
获取点短整型属性,属性不存在或属性值为空返回EngineDataType.INT_NULL_VALUE
getVertexList(Graph, List<Long>, Set<Integer>, Predicate<Element>) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取点类型属性过滤后的点列表
getVertexList(Graph, List<Long>, Set<Integer>) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取点类型过滤后的点列表
getVertexList(Graph, List<Long>, Predicate<Element>) - Static method in class com.graphdbapi.parkit.util.ParUtil
获取点属性过滤后的点列表
getVertexLongProperty(String) - Method in interface com.graphdbapi.engine.safe.EngineVertexIterator
获取点长整型属性,属性不存在或属性值为空返回EngineDataType.LONG_NULL_VALUE
getVertexNames() - Method in interface com.graphdbapi.engine.EngineSchema
获取所有点类型名和对应的点类型编号映射。
getVertexPkPropertyName(int) - Method in interface com.graphdbapi.engine.EngineSchema
通过点类型编号获取点主键属性名。
getVertexPkPropertyName(String) - Method in interface com.graphdbapi.engine.EngineSchema
通过点类型名获取点主键类型名。
getVertexPkPropertyName(int) - Method in interface com.graphdbapi.GraphSchema
获取点类型对应的外部唯一标识属性名
getVertexPkPropertyNames() - Method in interface com.graphdbapi.engine.EngineSchema
获取所有点类型编号和对应的点主键属性名映射。
getVertexProperties() - Method in interface com.graphdbapi.engine.safe.EngineVertexIterator
获取点属性,无点属性时返回空的Map。 点属性名对应点属性值为null时,该属性名不作为key放入Map中。
getVertexPropertySchemaMap(int) - Method in interface com.graphdbapi.engine.EngineSchema
获取点类型对应的属性映射。
getVertexPropertySchemaMap(String) - Method in interface com.graphdbapi.engine.EngineSchema
获取点类型名对应的属性映射。
getVertexPropertySchemas(int) - Method in interface com.graphdbapi.engine.EngineSchema
通过点类型编号获取点属性模型列表。
getVertexPropertySchemas(String) - Method in interface com.graphdbapi.engine.EngineSchema
通过点类型名获取点属性模型列表。
getVertexSchema() - Method in class com.graphdbapi.engine.EngineConfig
 
getVertexTypeFilterList() - Method in class com.graphdbapi.engine.EngineConfig
 
getVertexTypeIndex(String) - Method in interface com.graphdbapi.engine.EngineSchema
通过点类型名获取点类型编号。
getVertexTypeIndex(int) - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取点的类型编号。
getVertexTypeIndex() - Method in interface com.graphdbapi.engine.safe.EngineVertexIterator
获取点类型编号。
getVertexTypeIndex(String) - Method in interface com.graphdbapi.GraphSchema
根据点类型名称获取点类型index
getVertexTypeIndexes(String...) - Method in interface com.graphdbapi.engine.EngineSchema
批量通过点类型名获取点类型编号。
getVertexTypeIndexes(String...) - Method in interface com.graphdbapi.GraphSchema
根据点类型名称获取点类型index
getVertexTypeIndexes(Collection<String>) - Method in interface com.graphdbapi.GraphSchema
根据点类型名称获取点类型index
getVertexTypeName(int) - Method in interface com.graphdbapi.engine.EngineSchema
通过点类型编号获取点类型名。
getVertexTypeName(int) - Method in interface com.graphdbapi.GraphSchema
根据点类型index获取点类型名称
getVertexTypes() - Method in class com.graphdbapi.engine.EngineEdgeParam
 
getVertexTypes() - Method in interface com.graphdbapi.engine.EngineSchema
获取所有点类型编号和对应的点类型名映射。
getVertexTypes() - Method in class com.graphdbapi.engine.EngineVertexParam
 
getVertexTypes() - Method in interface com.graphdbapi.GraphSchema
图中所有点类型
getVertexTypes() - Method in interface com.graphdbapi.IdsMap
获取点类型过滤。
getVertexWhiteList() - Method in class com.graphdbapi.engine.EngineConfig
 
Graph - Interface in com.graphdbapi
入口类,图对象
graph - Variable in class com.graphdbapi.parkit.vector.AbstractContext
 
graph - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
graph - Variable in class com.graphdbapi.task.template.AbstractStandAloneTask
 
GraphAutoCloseableIterator<T> - Interface in com.graphdbapi
迭代器接口
GraphBroadcastCallable<V> - Interface in com.graphdbapi
广播接口(有返回值)
GraphBroadcastRunnable - Interface in com.graphdbapi
广播接口(无返回值)
GraphContext - Class in com.graphdbapi
广播任务提供的Context类
GraphContext(Graph, GraphLogger) - Constructor for class com.graphdbapi.GraphContext
 
GraphDbApiException - Exception in com.graphdbapi
异常类
GraphDbApiException(String) - Constructor for exception com.graphdbapi.GraphDbApiException
 
GraphDbApiException(Throwable) - Constructor for exception com.graphdbapi.GraphDbApiException
 
GraphDbApiException(String, Object...) - Constructor for exception com.graphdbapi.GraphDbApiException
 
GraphDbApiException(Throwable, String, Object...) - Constructor for exception com.graphdbapi.GraphDbApiException
 
GraphDbAtomicException - Exception in com.graphdbapi.atomic
分布式操作异常类
GraphDbAtomicException(String) - Constructor for exception com.graphdbapi.atomic.GraphDbAtomicException
 
GraphDbAtomicException(Throwable) - Constructor for exception com.graphdbapi.atomic.GraphDbAtomicException
 
GraphDbAtomicException(String, Object...) - Constructor for exception com.graphdbapi.atomic.GraphDbAtomicException
 
GraphDbAtomicException(Throwable, String, Object...) - Constructor for exception com.graphdbapi.atomic.GraphDbAtomicException
 
GraphDbAtomicLong - Interface in com.graphdbapi.atomic
分布式的原子类型long,类似于java.util.concurrent.atomic.AtomicLong
GraphDbFileIOException - Exception in com.graphdbapi.file
 
GraphDbFileIOException(String) - Constructor for exception com.graphdbapi.file.GraphDbFileIOException
 
GraphDbFileIOException(Throwable) - Constructor for exception com.graphdbapi.file.GraphDbFileIOException
 
GraphDbFileIOException(String, Object...) - Constructor for exception com.graphdbapi.file.GraphDbFileIOException
 
GraphDbFileIOException(Throwable, String, Object...) - Constructor for exception com.graphdbapi.file.GraphDbFileIOException
 
GraphLogger - Interface in com.graphdbapi
日志打印
graphLogger - Variable in class com.graphdbapi.parkit.vector.AbstractContext
 
graphLogger - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
graphLogger - Variable in class com.graphdbapi.task.template.AbstractStandAloneTask
 
graphLogger - Variable in class com.graphdbapi.task.util.LoggerUtil
 
GraphSchema - Interface in com.graphdbapi
图的schema信息

H

hasAndGetNext() - Method in interface com.graphdbapi.engine.safe.EngineIdIterator
判断是否存在下一个点,如果存在就移动到下一个点。
hashCode() - Method in class com.graphdbapi.BatchEdgeAdd
 
hashCode() - Method in class com.graphdbapi.BatchEdgeUpdate
 
hashCode() - Method in class com.graphdbapi.BatchVertex
 
hashCode() - Method in class com.graphdbapi.BatchVertexUpdate
 
hashCode() - Method in interface com.graphdbapi.EdgeId
 
hashCode() - Method in class com.graphdbapi.engine.EnginePropertyParam
 
hashCode() - Method in class com.graphdbapi.PropertyType
 
hasProperty(String) - Method in interface com.graphdbapi.Element
判断属性是否存在
hasProperty(String) - Method in interface com.graphdbapi.values.api.PropertyEntity
判断属性中是否包含属性名称。
hasPropertyByIndex(int) - Method in interface com.graphdbapi.Element
判断属性是否存在
hasPropertyByToken(int) - Method in interface com.graphdbapi.Element
判断属性是否存在
hasRelationship() - Method in interface com.graphdbapi.values.api.Node
查看此点是否存在边
hasRelationship(RelationshipType...) - Method in interface com.graphdbapi.values.api.Node
查看此点是否存在某类边
hasRelationship(Direction, RelationshipType...) - Method in interface com.graphdbapi.values.api.Node
查看此点是否存在某类指定方向的边
hasRelationship(Direction) - Method in interface com.graphdbapi.values.api.Node
查看此点是否存在指定方向的边
hasStartup(String) - Method in interface com.graphdbapi.task.TaskHandler
图引擎是否已经启动完成.
hasVertex(long) - Method in interface com.graphdbapi.Graph
根据点VertexId判断点是否存在
hexId() - Method in interface com.graphdbapi.EdgeId
 

I

id() - Method in interface com.graphdbapi.Edge
EdgeId
id() - Method in class com.graphdbapi.values.virtual.CypherNode
 
id() - Method in class com.graphdbapi.values.virtual.CypherRelationship
 
id() - Method in interface com.graphdbapi.Vertex
VertexId
IdsMap - Interface in com.graphdbapi
内部Id即VertexId的转化器 特点:seqId为连续的Id, 所以您可以采用更紧密的数据结构,节约更多的内存。例如数组。 note: 1.
idsMap - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
idsMap - Variable in class com.graphdbapi.task.template.AbstractStandAloneTask
 
IMessageHandler - Interface in com.graphdbapi.task.message
图计算框架消息处理接口
includes() - Method in enum com.graphdbapi.traversal.Evaluation
最终结果是否包含
includes() - Method in interface com.graphdbapi.traversal.TraversalBranch
表示这个分支应该在结果中.
includingDepths(int, int) - Static method in enum com.graphdbapi.traversal.Evaluation
将结果路径大于minDepth小于maxDepth的包含在结果内
incrementAndGet() - Method in interface com.graphdbapi.atomic.GraphDbAtomicLong
先自加1再获取值
info(String) - Method in interface com.graphdbapi.GraphLogger
提示性信息
info(String, Throwable) - Method in interface com.graphdbapi.GraphLogger
提示性信息
info(String, Object) - Method in interface com.graphdbapi.GraphLogger
格式化提示性信息
info(String, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化提示性信息
info(String, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化提示性信息
info(String, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化提示性信息
info(String, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化提示性信息
info(String, Object, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化提示性信息
info(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化提示性信息
info(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化提示性信息
info(String) - Method in class com.graphdbapi.task.util.LoggerUtil
 
info(String, Throwable) - Method in class com.graphdbapi.task.util.LoggerUtil
 
info(String, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
info(String, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
info(String, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
info(String, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
info(String, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
info(String, Object, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
info(String, Object, Object, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
info(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
init(Graph, Map<Integer, String>, Map<Integer, String>) - Method in class com.graphdbapi.graph.api.condition.ConditionCompose
 
init(Graph, Map<Integer, String>, Map<Integer, String>) - Method in class com.graphdbapi.graph.api.condition.ConditionComposeOr
 
init(Graph, Map<Integer, String>, Map<Integer, String>) - Method in interface com.graphdbapi.graph.api.condition.ConditionOnVisit
初始化条件过滤(使用时需要先init)
init(Graph, Map<Integer, String>, Map<Integer, String>) - Method in class com.graphdbapi.graph.api.condition.ConditionProperty
 
init(Graph, Map<Integer, String>, Map<Integer, String>) - Method in class com.graphdbapi.graph.api.condition.ConditionType
 
init() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
变量相关的初始化方法
init() - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
 
init() - Method in interface com.graphdbapi.task.template.ITask
任务初始化阶段.
initialize(TraversalContext) - Method in interface com.graphdbapi.traversal.TraversalBranch
初始化关系迭代器.
insertEdgeByVertexId(long, long, int, Map<String, Object>) - Method in interface com.graphdbapi.Graph
添加边
insertVertexByPk(String, int, Map<String, Object>) - Method in interface com.graphdbapi.Graph
添加点
INT - Static variable in class com.graphdbapi.PropertyType
 
INT_NULL_VALUE - Static variable in enum com.graphdbapi.engine.EngineDataType
 
intValue(int) - Static method in class com.graphdbapi.values.storable.CypherValues
 
isCompressed() - Method in class com.graphdbapi.engine.EngineConfig
 
isDecimal() - Method in enum com.graphdbapi.engine.EngineDataType
 
isDenseGraph() - Method in interface com.graphdbapi.engine.safe.EngineMetrics
稠密图和稀疏图。
isDir(String) - Method in interface com.graphdbapi.file.FileObject
是否是文件夹
isDistributed() - Method in class com.graphdbapi.engine.EngineConfig
 
isDistributed() - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
isDistributed() - Method in interface com.graphdbapi.parkit.vector.ContextParam
是否为分布式模式
isEmptyParam() - Method in class com.graphdbapi.engine.EngineEdgeParam
 
isEmptyParam() - Method in class com.graphdbapi.engine.EngineVertexParam
 
isExist(String) - Method in interface com.graphdbapi.file.FileObject
文件/文件夹,是否存在
isFast() - Method in class com.graphdbapi.engine.EngineConfig
 
isHomogeneousGraph() - Method in interface com.graphdbapi.engine.safe.EngineMetrics
同质图。
isIncludeProps() - Method in class com.graphdbapi.engine.EngineEdgeParam
 
isIncludeProps() - Method in class com.graphdbapi.engine.EngineVertexParam
 
isIncludeProps() - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
isInclusiveEqual1() - Method in class com.graphdbapi.search.SearchPredicate
 
isInclusiveEqual2() - Method in class com.graphdbapi.search.SearchPredicate
 
isInteger() - Method in enum com.graphdbapi.engine.EngineDataType
 
isMemory() - Method in class com.graphdbapi.engine.EngineConfig
 
isMetrics() - Method in class com.graphdbapi.engine.EngineConfig
 
isNumber() - Method in enum com.graphdbapi.engine.EngineDataType
 
isParallel() - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
isParallel() - Method in interface com.graphdbapi.parkit.vector.ContextParam
是否为多线程模式
isPrimaryKey() - Method in interface com.graphdbapi.engine.EnginePropertySchema
主键属性,只有点属性模型存在主键,边属性模型恒为false。
isRunningOrThrow() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
停止异常
isRunningOrThrow() - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
检查任务异常
isSeqIdOrder() - Method in class com.graphdbapi.engine.EngineConfig
 
isSkipNotMatch() - Method in class com.graphdbapi.graph.api.condition.ConditionProperty
未匹配上规则,是否满足属性过滤。
isSkipNullProperty() - Method in class com.graphdbapi.graph.api.condition.ConditionProperty
属性值为null是否满足属性过滤。
isStop() - Method in interface com.graphdbapi.Graph
返回布尔值用于停止par任务
isStop - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
isStop - Variable in class com.graphdbapi.task.template.AbstractStandAloneTask
 
isType(NodeType) - Method in interface com.graphdbapi.values.api.Node
判断是否为指定的点类型
isType(RelationshipType) - Method in interface com.graphdbapi.values.api.Relationship
判断是否是匹配的边类型
isUnique(TraversalBranch) - Method in interface com.graphdbapi.traversal.TraversalContext
检查是否唯一.
isVertex() - Method in class com.graphdbapi.graph.api.condition.ConditionType
 
isZero() - Method in interface com.graphdbapi.parkit.accumulator.Accumulator
判断是否是初始值
isZero() - Method in class com.graphdbapi.parkit.accumulator.CommonAccumulator
 
isZero() - Method in class com.graphdbapi.parkit.accumulator.ListAccumulator
 
isZero() - Method in class com.graphdbapi.parkit.accumulator.MapAccumulator
 
isZero() - Method in class com.graphdbapi.parkit.accumulator.SetAccumulator
 
ITask<RESULT> - Interface in com.graphdbapi.task.template
所有计算任务的接口
iterator() - Method in interface com.graphdbapi.traversal.Path
获取路径迭代器.
iterator() - Method in interface com.graphdbapi.traversal.Traverser
遍历路径.
iterator() - Method in interface com.graphdbapi.values.api.Path
获取路径中所有点和边的属性迭代器

J

judge(Object) - Method in class com.graphdbapi.graph.api.condition.PropertyFilterInfo
 

K

keySet() - Method in interface com.graphdbapi.Element
返回属性名称集合

L

labels() - Method in class com.graphdbapi.values.virtual.CypherNode
 
lastEdge() - Method in interface com.graphdbapi.traversal.Path
返回路径的最后一条边.
lastRelationship() - Method in interface com.graphdbapi.values.api.Path
获取路径中最后一条边。
lastRelationship() - Method in class com.graphdbapi.values.virtual.CypherPath
 
latchDepth - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
length(String) - Method in interface com.graphdbapi.file.FileObject
文件大小
length() - Method in interface com.graphdbapi.file.RandomAccessFileObject
返回此文件的长度。
length() - Method in interface com.graphdbapi.traversal.Path
返回路径长度,长度等于边数量,等于点数-1.
length() - Method in interface com.graphdbapi.values.api.Path
获取路径的长度,即边的数量(相当于点数量减一)。
length() - Method in class com.graphdbapi.values.storable.CypherByteArray
 
length() - Method in class com.graphdbapi.values.storable.CypherStringArray
 
length() - Method in class com.graphdbapi.values.storable.CypherTextArray
 
limit - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
limit - Variable in class com.graphdbapi.task.template.AbstractStandAloneTask
 
list(String) - Method in interface com.graphdbapi.file.FileObject
查看文件夹下所有 文件/文件夹 名称列表
list(CypherAny...) - Static method in class com.graphdbapi.values.virtual.CypherVirtuals
 
ListAccumulator<V> - Class in com.graphdbapi.parkit.accumulator
 
ListAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.ListAccumulator
 
ListAccumulator(List<V>) - Constructor for class com.graphdbapi.parkit.accumulator.ListAccumulator
 
listEngineGraph() - Method in interface com.graphdbapi.task.TaskHandler
列出所有的图引擎信息.
localAffinity() - Method in interface com.graphdbapi.Graph
获取本机的affinity。单机版默认返回0。
localClusterNodeId - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
LOCALDATE - Static variable in class com.graphdbapi.PropertyType
 
LOCALDATETIME - Static variable in class com.graphdbapi.PropertyType
 
localDateTime(LocalDateTime) - Static method in class com.graphdbapi.values.storable.CypherLocalDateTime
 
localEndSeqId - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
localPartSize - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
localStartSeqId - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
LOCALTIME - Static variable in class com.graphdbapi.PropertyType
 
localTime(LocalTime) - Static method in class com.graphdbapi.values.storable.CypherLocalTime
 
logger() - Method in interface com.graphdbapi.Graph
获取日志对象
LoggerUtil - Class in com.graphdbapi.task.util
 
LoggerUtil(Supplier<String>, long, GraphLogger) - Constructor for class com.graphdbapi.task.util.LoggerUtil
 
loggerWithInterval(String) - Method in class com.graphdbapi.task.util.LoggerUtil
 
LONG - Static variable in class com.graphdbapi.PropertyType
 
LONG_NULL_VALUE - Static variable in enum com.graphdbapi.engine.EngineDataType
 
longValue() - Method in class com.graphdbapi.values.storable.CypherBigDecimal
 
longValue() - Method in class com.graphdbapi.values.storable.CypherBigInt
 
longValue() - Method in class com.graphdbapi.values.storable.CypherByte
 
longValue(int) - Method in class com.graphdbapi.values.storable.CypherByteArray
 
longValue() - Method in class com.graphdbapi.values.storable.CypherDouble
 
longValue() - Method in class com.graphdbapi.values.storable.CypherFloat
 
longValue() - Method in class com.graphdbapi.values.storable.CypherInt
 
longValue() - Method in class com.graphdbapi.values.storable.CypherLong
 
longValue() - Method in class com.graphdbapi.values.storable.CypherNumber
获取long类型的对象值。
longValue() - Method in class com.graphdbapi.values.storable.CypherShort
 
longValue(long) - Static method in class com.graphdbapi.values.storable.CypherValues
 

M

map(Map<String, CypherAny>) - Static method in class com.graphdbapi.values.virtual.CypherVirtuals
 
MapAccumulator<K,V> - Class in com.graphdbapi.parkit.accumulator
 
MapAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.MapAccumulator
 
MapAccumulator(Map<K, V>) - Constructor for class com.graphdbapi.parkit.accumulator.MapAccumulator
 
MathUtil - Class in com.graphdbapi.task.util
 
MathUtil() - Constructor for class com.graphdbapi.task.util.MathUtil
 
MAX_VALUE - Static variable in class com.graphdbapi.values.storable.CypherDate
 
MAX_VALUE - Static variable in class com.graphdbapi.values.storable.CypherDuration
 
MAX_VALUE - Static variable in class com.graphdbapi.values.storable.CypherLocalDateTime
 
MAX_VALUE - Static variable in class com.graphdbapi.values.storable.CypherLocalTime
 
MAX_VALUE - Static variable in class com.graphdbapi.values.storable.CypherZonedDateTime
 
MAX_VALUE - Static variable in class com.graphdbapi.values.storable.CypherZonedTime
 
MaxByteAccumulator - Class in com.graphdbapi.parkit.accumulator.max
 
MaxByteAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.max.MaxByteAccumulator
 
MaxByteAccumulator(byte) - Constructor for class com.graphdbapi.parkit.accumulator.max.MaxByteAccumulator
 
MaxDoubleAccumulator - Class in com.graphdbapi.parkit.accumulator.max
 
MaxDoubleAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.max.MaxDoubleAccumulator
 
MaxDoubleAccumulator(double) - Constructor for class com.graphdbapi.parkit.accumulator.max.MaxDoubleAccumulator
 
MaxFloatAccumulator - Class in com.graphdbapi.parkit.accumulator.max
 
MaxFloatAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.max.MaxFloatAccumulator
 
MaxFloatAccumulator(float) - Constructor for class com.graphdbapi.parkit.accumulator.max.MaxFloatAccumulator
 
MaxIntAccumulator - Class in com.graphdbapi.parkit.accumulator.max
 
MaxIntAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.max.MaxIntAccumulator
 
MaxIntAccumulator(int) - Constructor for class com.graphdbapi.parkit.accumulator.max.MaxIntAccumulator
 
MaxLongAccumulator - Class in com.graphdbapi.parkit.accumulator.max
 
MaxLongAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.max.MaxLongAccumulator
 
MaxLongAccumulator(long) - Constructor for class com.graphdbapi.parkit.accumulator.max.MaxLongAccumulator
 
MaxShortAccumulator - Class in com.graphdbapi.parkit.accumulator.max
 
MaxShortAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.max.MaxShortAccumulator
 
MaxShortAccumulator(short) - Constructor for class com.graphdbapi.parkit.accumulator.max.MaxShortAccumulator
 
merge(Accumulator<IN, OUT>) - Method in interface com.graphdbapi.parkit.accumulator.Accumulator
合并累计器
merge(Accumulator<V, List<V>>) - Method in class com.graphdbapi.parkit.accumulator.ListAccumulator
 
merge(Accumulator<Map.Entry<K, V>, Map<K, V>>) - Method in class com.graphdbapi.parkit.accumulator.MapAccumulator
 
merge(Accumulator<Byte, Byte>) - Method in class com.graphdbapi.parkit.accumulator.max.MaxByteAccumulator
 
merge(Accumulator<Double, Double>) - Method in class com.graphdbapi.parkit.accumulator.max.MaxDoubleAccumulator
 
merge(Accumulator<Float, Float>) - Method in class com.graphdbapi.parkit.accumulator.max.MaxFloatAccumulator
 
merge(Accumulator<Integer, Integer>) - Method in class com.graphdbapi.parkit.accumulator.max.MaxIntAccumulator
 
merge(Accumulator<Long, Long>) - Method in class com.graphdbapi.parkit.accumulator.max.MaxLongAccumulator
 
merge(Accumulator<Short, Short>) - Method in class com.graphdbapi.parkit.accumulator.max.MaxShortAccumulator
 
merge(Accumulator<Byte, Byte>) - Method in class com.graphdbapi.parkit.accumulator.min.MinByteAccumulator
 
merge(Accumulator<Double, Double>) - Method in class com.graphdbapi.parkit.accumulator.min.MinDoubleAccumulator
 
merge(Accumulator<Float, Float>) - Method in class com.graphdbapi.parkit.accumulator.min.MinFloatAccumulator
 
merge(Accumulator<Integer, Integer>) - Method in class com.graphdbapi.parkit.accumulator.min.MinIntAccumulator
 
merge(Accumulator<Long, Long>) - Method in class com.graphdbapi.parkit.accumulator.min.MinLongAccumulator
 
merge(Accumulator<Short, Short>) - Method in class com.graphdbapi.parkit.accumulator.min.MinShortAccumulator
 
merge(Accumulator<V, Set<V>>) - Method in class com.graphdbapi.parkit.accumulator.SetAccumulator
 
merge(Accumulator<Byte, Byte>) - Method in class com.graphdbapi.parkit.accumulator.sum.SumByteAccumulator
 
merge(Accumulator<Double, Double>) - Method in class com.graphdbapi.parkit.accumulator.sum.SumDoubleAccumulator
 
merge(Accumulator<Float, Float>) - Method in class com.graphdbapi.parkit.accumulator.sum.SumFloatAccumulator
 
merge(Accumulator<Integer, Integer>) - Method in class com.graphdbapi.parkit.accumulator.sum.SumIntAccumulator
 
merge(Accumulator<Long, Long>) - Method in class com.graphdbapi.parkit.accumulator.sum.SumLongAccumulator
 
merge(Accumulator<Short, Short>) - Method in class com.graphdbapi.parkit.accumulator.sum.SumShortAccumulator
 
MessageDataStruct - Enum in com.graphdbapi.task.message.send
描述: 该类为目前能支持的消息类型
messageUtil - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
meta() - Method in interface com.graphdbapi.Graph
查询图的meta信息
MIN_VALUE - Static variable in class com.graphdbapi.values.storable.CypherDate
 
MIN_VALUE - Static variable in class com.graphdbapi.values.storable.CypherDuration
 
MIN_VALUE - Static variable in class com.graphdbapi.values.storable.CypherLocalDateTime
 
MIN_VALUE - Static variable in class com.graphdbapi.values.storable.CypherLocalTime
 
MIN_VALUE - Static variable in class com.graphdbapi.values.storable.CypherZonedDateTime
 
MIN_VALUE - Static variable in class com.graphdbapi.values.storable.CypherZonedTime
 
MinByteAccumulator - Class in com.graphdbapi.parkit.accumulator.min
 
MinByteAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.min.MinByteAccumulator
 
MinByteAccumulator(byte) - Constructor for class com.graphdbapi.parkit.accumulator.min.MinByteAccumulator
 
MinDoubleAccumulator - Class in com.graphdbapi.parkit.accumulator.min
 
MinDoubleAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.min.MinDoubleAccumulator
 
MinDoubleAccumulator(double) - Constructor for class com.graphdbapi.parkit.accumulator.min.MinDoubleAccumulator
 
MinFloatAccumulator - Class in com.graphdbapi.parkit.accumulator.min
 
MinFloatAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.min.MinFloatAccumulator
 
MinFloatAccumulator(float) - Constructor for class com.graphdbapi.parkit.accumulator.min.MinFloatAccumulator
 
MinIntAccumulator - Class in com.graphdbapi.parkit.accumulator.min
 
MinIntAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.min.MinIntAccumulator
 
MinIntAccumulator(int) - Constructor for class com.graphdbapi.parkit.accumulator.min.MinIntAccumulator
 
MinLongAccumulator - Class in com.graphdbapi.parkit.accumulator.min
 
MinLongAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.min.MinLongAccumulator
 
MinLongAccumulator(long) - Constructor for class com.graphdbapi.parkit.accumulator.min.MinLongAccumulator
 
MinShortAccumulator - Class in com.graphdbapi.parkit.accumulator.min
 
MinShortAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.min.MinShortAccumulator
 
MinShortAccumulator(short) - Constructor for class com.graphdbapi.parkit.accumulator.min.MinShortAccumulator
 

N

name() - Method in interface com.graphdbapi.atomic.GraphDbAtomicLong
获取名字
Name - Annotation Type in com.graphdbapi.procedure
用以界定程序输入参数的名称,在调用程序时为程序确定参数值。例如,如果用参数进行程序调用,此时声明的名称需映射至参数的名称。
name() - Method in interface com.graphdbapi.values.api.NodeType
返回类型名
name() - Method in interface com.graphdbapi.values.api.RelationshipType
获取边类型名称。
next(TraversalContext) - Method in interface com.graphdbapi.traversal.BranchSelector
迭代器的next接口.
next(PathExpander) - Method in interface com.graphdbapi.traversal.TraversalBranch
从拓展关系中返回下一个拓展源.
nextRound(int) - Method in class com.graphdbapi.task.template.AbstractDistributedTask
下一轮计算
nextRoundContext(int) - Method in class com.graphdbapi.task.template.AbstractDistributedTask
后续轮算法实现
Node - Interface in com.graphdbapi.values.api
点实体。 点的id是唯一的。
nodeGlobalUnique() - Method in interface com.graphdbapi.traversal.TraversalDescription
全局点去重接口.
nodePathUnique() - Method in interface com.graphdbapi.traversal.TraversalDescription
路径点去重接口.
nodes() - Method in interface com.graphdbapi.values.api.Path
获取路径中所有点。
nodes() - Method in class com.graphdbapi.values.virtual.CypherPath
 
NodeType - Interface in com.graphdbapi.values.api
点类型。
nodeValue(GraphSchema, Vertex) - Static method in class com.graphdbapi.values.util.ConvertUtil
将Vertex对象转换成CypherNode对象
nodeValue(long, CypherText, CypherMap) - Static method in class com.graphdbapi.values.virtual.CypherVirtuals
 
noUnique() - Method in interface com.graphdbapi.traversal.TraversalDescription
不做去重的接口.
numberValue(Number) - Static method in class com.graphdbapi.values.storable.CypherValues
 

O

of(boolean, boolean) - Static method in enum com.graphdbapi.traversal.Evaluation
 
ofContinues(boolean) - Static method in enum com.graphdbapi.traversal.Evaluation
 
ofIncludes(boolean) - Static method in enum com.graphdbapi.traversal.Evaluation
 
order(BranchOrderingPolicy) - Method in interface com.graphdbapi.traversal.TraversalDescription
自定义遍历接口.
OrderDescription - Enum in com.graphdbapi.engine
排序描述符。

P

parallel() - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
parallelExecute(List<Future<?>>) - Method in class com.graphdbapi.task.template.AbstractDistributedTask
获取并行执行的任务
parallelExecute(List<Future<?>>) - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
获取并行执行的任务
parent() - Method in interface com.graphdbapi.traversal.TraversalBranch
查询信息的前驱.
parKit() - Method in interface com.graphdbapi.Graph
获取PAR工具实例对象
ParKit - Interface in com.graphdbapi.parkit
ParKit相关接口入口类
ParPredicateConverter - Class in com.graphdbapi.graph.api.condition
 
ParPredicateConverter() - Constructor for class com.graphdbapi.graph.api.condition.ParPredicateConverter
 
partSize - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
partSize - Variable in class com.graphdbapi.task.template.AbstractStandAloneTask
 
ParUtil - Class in com.graphdbapi.parkit.util
PAR 相关工具类
ParUtil() - Constructor for class com.graphdbapi.parkit.util.ParUtil
 
Path - Interface in com.graphdbapi.traversal
 
Path - Interface in com.graphdbapi.values.api
路径对象。
path(CypherNode[], CypherRelationship[]) - Static method in class com.graphdbapi.values.virtual.CypherVirtuals
 
PathEvaluator - Interface in com.graphdbapi.traversal
 
PathEvaluator.Adapter - Class in com.graphdbapi.traversal
 
PathExpander - Interface in com.graphdbapi.traversal
 
Point - Interface in com.graphdbapi
 
powerOfTwo(long) - Static method in class com.graphdbapi.task.util.MathUtil
Returns a power of two size for the given target capacity.
Procedure - Annotation Type in com.graphdbapi.procedure
将方法声明为自定义过程,表示该方法可通过Cypher查询语言进行调用。
ProgressLogger - Class in com.graphdbapi.task.util
 
ProgressLogger(Supplier<String>, long, GraphLogger) - Constructor for class com.graphdbapi.task.util.ProgressLogger
 
properties() - Method in class com.graphdbapi.values.virtual.CypherNode
 
properties() - Method in class com.graphdbapi.values.virtual.CypherRelationship
 
PropertyEntity - Interface in com.graphdbapi.values.api
属性实体。
PropertyFilter - Class in com.graphdbapi.graph.api.condition
 
PropertyFilter() - Constructor for class com.graphdbapi.graph.api.condition.PropertyFilter
 
PropertyFilterInfo - Class in com.graphdbapi.graph.api.condition
 
PropertyFilterInfo(String, PropertyFilterInfo.QueryMethod, Object, Object) - Constructor for class com.graphdbapi.graph.api.condition.PropertyFilterInfo
 
PropertyFilterInfo.QueryMethod - Enum in com.graphdbapi.graph.api.condition
 
PropertyType - Class in com.graphdbapi
属性类型列表
PropertyType.PrimitiveDataType - Enum in com.graphdbapi
 
prune() - Method in interface com.graphdbapi.traversal.TraversalBranch
显示说明该分支被剪枝, 易边连续调用.
putPropertyValue(long, String, Object) - Method in interface com.graphdbapi.Graph
为点添加属性
putPropertyValue(long, String, Object, boolean) - Method in interface com.graphdbapi.Graph
为点添加属性
putPropertyValue(String, String, Object) - Method in interface com.graphdbapi.Graph
为边添加属性
putPropertyValue(String, String, Object, boolean) - Method in interface com.graphdbapi.Graph
为边添加属性

R

randomAccessFile(String, String) - Method in interface com.graphdbapi.file.FileObject
返回RandomAccessFileObject
RandomAccessFileObject - Interface in com.graphdbapi.file
用于IO的RandomAccessFile
read(byte[], int, int) - Method in interface com.graphdbapi.file.RandomAccessFileObject
从此文件中读取最多 len 个字节的数据到一个字节数组中。 此方法会阻塞,直到至少有一个字节的输入可用。
read(byte[]) - Method in interface com.graphdbapi.file.RandomAccessFileObject
从此文件中读取最多 b.length 个字节的数据到一个字节数组中。此方法会阻塞,直到至少有一个字节的输入可用。
readBoolean() - Method in interface com.graphdbapi.file.RandomAccessFileObject
从此文件中读取 boolean。此方法从文件中读取单个字节,从当前文件指针开始。 0 的值表示 false。任何其他值都表示 true。 此方法会阻塞,直到读取字节、检测到流的结尾或抛出异常。
readByte() - Method in interface com.graphdbapi.file.RandomAccessFileObject
从此文件中读取一个有符号的八位值。此方法从文件中读取一个字节,从当前文件指针开始。 如果读取的字节是 b,其中 0 <= b <= 255, 则结果为:
readChar() - Method in interface com.graphdbapi.file.RandomAccessFileObject
从此文件中读取一个字符。此方法从文件中读取两个字节,从当前文件指针开始。 如果读取的字节顺序为 b1b2,其中 0 <= b1, b2 <= 255,则结果等于:
     (char)((b1 << 8) | b2)
readDouble() - Method in interface com.graphdbapi.file.RandomAccessFileObject
从此文件中读取 double。此方法从当前文件指针开始读取 long 值,就像通过 readLong 方法一样, 然后使用 longBitsToDouble 将该 {@code long} 转换为 {@code double} Double 中的方法。
readFloat() - Method in interface com.graphdbapi.file.RandomAccessFileObject
从此文件中读取 float。此方法读取 int 值,从当前文件指针开始,就像通过 readInt 方法一样, 然后使用 intBitsToFloat 将该 {@code int} 转换为 {@code float} Float 中的方法。
readFully(byte[]) - Method in interface com.graphdbapi.file.RandomAccessFileObject
从此文件中读取 b.length 个字节到字节数组中,从当前文件指针开始。 此方法从文件中重复读取,直到读取了请求的字节数。此方法会阻塞,直到读取了请求的字节数、检测到流的结尾或抛出异常。
readFully(byte[], int, int) - Method in interface com.graphdbapi.file.RandomAccessFileObject
从当前文件指针开始,从该文件中准确读取 len 个字节到字节数组中。此方法从文件中重复读取,直到读取了请求的字节数。 此方法会阻塞,直到读取了请求的字节数、检测到流的结尾或抛出异常。
readInt() - Method in interface com.graphdbapi.file.RandomAccessFileObject
从此文件中读取一个有符号的 32 位整数。此方法从文件中读取 4 个字节,从当前文件指针开始。 如果读取的字节依次为 b1b2b3b4,其中 0 <= b1, b2, b3, b4 <= 255,那么结果等于:
readLine() - Method in interface com.graphdbapi.file.BufferedReaderObject
读取一行字符串
readLine() - Method in interface com.graphdbapi.file.RandomAccessFileObject
从此文件中读取下一行文本。此方法从文件中连续读取字节,从当前文件指针开始,直到到达行终止符或文件末尾。 通过取字符低八位的字节值并将字符的高八位设置为零,将每个字节转换为字符。因此,此方法不支持完整的 Unicode 字符集。
readLong() - Method in interface com.graphdbapi.file.RandomAccessFileObject
从此文件中读取一个有符号的 64 位整数。此方法从文件中读取八个字节,从当前文件指针开始。 如果读取的字节依次为b1b2b3b4b5b6b7 , 和 b8, 其中:
readRecord() - Method in interface com.graphdbapi.csvutil.CsvReader
查询是否还有记录(同迭代器的hasNext)
readShort() - Method in interface com.graphdbapi.file.RandomAccessFileObject
从此文件中读取一个带符号的 16 位数字。该方法从此文件读取两个字节,从当前文件指针开始。 如果按顺序读取的两个字节是 b1b2,其中两个值中的每一个都在 0255 之间(含), 则结果等于:
readUnsignedByte() - Method in interface com.graphdbapi.file.RandomAccessFileObject
从此文件中读取一个无符号的八位数字。此方法从此文件读取一个字节,从当前文件指针开始,并返回该字节。
readUnsignedShort() - Method in interface com.graphdbapi.file.RandomAccessFileObject
从此文件中读取一个无符号的 16 位数字。此方法从文件中读取两个字节,从当前文件指针开始。 如果读取的字节顺序为 b1b2,其中 0 <= b1, b2 <= 255,则结果等于:
REF_NULL_VALUE - Static variable in enum com.graphdbapi.engine.EngineDataType
 
refresh(Graph, Set<Integer>) - Method in interface com.graphdbapi.IdsMap
更新后的IdsMap
Relationship - Interface in com.graphdbapi.values.api
边实体。每条边有一个起始点,一个终止点。 边的id是唯一的。
relationships() - Method in interface com.graphdbapi.values.api.Path
获取路径中所有边。
relationships() - Method in class com.graphdbapi.values.virtual.CypherPath
 
RelationshipType - Interface in com.graphdbapi.values.api
边类型。
relationshipValue(GraphSchema, Edge) - Static method in class com.graphdbapi.values.util.ConvertUtil
将Edge对象转换成CypherRelationship对象
relationshipValue(String, long, long, CypherText, CypherMap) - Static method in class com.graphdbapi.values.virtual.CypherVirtuals
 
release() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
释放申请的变量内存
release() - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
 
release() - Method in interface com.graphdbapi.task.template.ITask
释放内存对象.
release() - Method in interface com.graphdbapi.traversal.BranchSelector
释放内存操作
release() - Method in interface com.graphdbapi.traversal.UniquenessFilter
释放需要释放的对象.
releaseResources() - Method in interface com.graphdbapi.file.FileObject
主动释放所有FileObject产生的资源
remove(long) - Method in interface com.graphdbapi.task.TaskHandler
移除任务.
removed() - Method in interface com.graphdbapi.atomic.GraphDbAtomicLong
查看原子类是否被移除
removeProperty(String) - Method in interface com.graphdbapi.values.api.PropertyEntity
删除属性中属性名称对应的值。
removePropertyValue(long, String) - Method in interface com.graphdbapi.Graph
删除点VertexId的属性
removePropertyValue(String, String) - Method in interface com.graphdbapi.Graph
删除边EdgeId的属性
removePropertyValue(long) - Method in interface com.graphdbapi.Graph
删除点VertexId的所有属性,除外部唯一标识值
removePropertyValue(String) - Method in interface com.graphdbapi.Graph
删除边EdgeId的所有属性,除combineKey
rename(String, String) - Method in interface com.graphdbapi.file.FileObject
修改名称
renamePropertyName(int, boolean, String, String) - Method in interface com.graphdbapi.GraphSchema
更新某个类型的某个属性名。
renameTypeName(int, boolean, String) - Method in interface com.graphdbapi.GraphSchema
更新某个类型名。
reset() - Method in interface com.graphdbapi.parkit.accumulator.Accumulator
重置累计器的值
reset() - Method in class com.graphdbapi.parkit.accumulator.CommonAccumulator
 
reset() - Method in class com.graphdbapi.parkit.accumulator.ListAccumulator
 
reset() - Method in class com.graphdbapi.parkit.accumulator.MapAccumulator
 
reset() - Method in class com.graphdbapi.parkit.accumulator.SetAccumulator
 
resetProgress(long) - Method in class com.graphdbapi.task.util.ProgressLogger
 
ResourceIterator<T> - Interface in com.graphdbapi
 
result - Variable in class com.graphdbapi.parkit.accumulator.ListAccumulator
 
result - Variable in class com.graphdbapi.parkit.accumulator.MapAccumulator
 
result - Variable in class com.graphdbapi.parkit.accumulator.SetAccumulator
 
result(int) - Method in class com.graphdbapi.task.template.AbstractDistributedTask
返回结果
result(int) - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
 
result(int) - Method in interface com.graphdbapi.task.template.ITask
返回结果.
retrieveAllEdges() - Method in interface com.graphdbapi.Graph
查询集群所有边
retrieveAllEdges(Set<Integer>, Predicate<Edge>) - Method in interface com.graphdbapi.Graph
查询带条件过滤的集群所有边
retrieveAllVertexes() - Method in interface com.graphdbapi.engine.safe.EngineGraph
同retrieveAllVertexes(null)。
retrieveAllVertexes(EngineVertexParam) - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取集群点迭代器,填null表示过滤不生效。
retrieveAllVertexes() - Method in interface com.graphdbapi.Graph
查询集群所有点
retrieveAllVertexes(Set<Integer>, Predicate<Vertex>) - Method in interface com.graphdbapi.Graph
查询带条件过滤的集群所有点
retrieveAllVertexesParallel(Consumer<EngineVertexIterator>) - Method in interface com.graphdbapi.engine.safe.EngineGraph
同retrieveAllVertexesParallel(consumer, null)。
retrieveAllVertexesParallel(Consumer<EngineVertexIterator>, EngineVertexParam) - Method in interface com.graphdbapi.engine.safe.EngineGraph
并行集群点迭代,填null表示过滤不生效。
retrieveDegree(int, Direction) - Method in interface com.graphdbapi.engine.safe.EngineGraph
同retrieveDegreeBySeqId(seqId, direction, null)。
retrieveDegree(int, Direction, EngineEdgeParam) - Method in interface com.graphdbapi.engine.safe.EngineGraph
检索度数,填null表示过滤不生效。
retrieveEdge(int, Direction) - Method in interface com.graphdbapi.engine.safe.EngineGraph
同retrieveEdge(seqId, null)。
retrieveEdge(int, Direction, EngineEdgeParam) - Method in interface com.graphdbapi.engine.safe.EngineGraph
检索边,填null表示过滤不生效。
retrieveEdge(String) - Method in interface com.graphdbapi.Graph
查询边
retrieveEdgeByVertexId(long, long, Set<Integer>, Direction, int, Predicate<Element>) - Method in interface com.graphdbapi.Graph
Deprecated.
该方法在遇到超级节点的时候,会大量占用内存,导致系统oom。谨慎使用。推荐使用Graph.retrieveEdgeIteratorByVertexId(long, long, java.util.Set<java.lang.Integer>, com.graphdbapi.Direction, int, java.util.function.Predicate<com.graphdbapi.Element>)方法。
retrieveEdgeByVertexId(long) - Method in interface com.graphdbapi.Graph
Deprecated.
该方法在遇到超级节点的时候,会大量占用内存,导致系统oom。谨慎使用。推荐使用Graph.retrieveEdgeIteratorByVertexId(long, long, java.util.Set<java.lang.Integer>, com.graphdbapi.Direction, int, java.util.function.Predicate<com.graphdbapi.Element>)方法。
retrieveEdgeByVertexId(long, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean, boolean, boolean) - Method in interface com.graphdbapi.Graph
找边。通过边迭代获取
retrieveEdgeByVertexId(long, Set<Integer>, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean, boolean, boolean) - Method in interface com.graphdbapi.Graph
找边。通过边迭代获取
retrieveEdgeByVertexId(long, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean) - Method in interface com.graphdbapi.Graph
Deprecated.
该方法在遇到超级节点的时候,会大量占用内存,导致系统oom。谨慎使用。推荐使用Graph.retrieveEdgeIteratorByVertexId(long, long, java.util.Set<java.lang.Integer>, com.graphdbapi.Direction, int, java.util.function.Predicate<com.graphdbapi.Element>)方法。
retrieveEdgeByVertexIdForAlgo(long, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean, boolean, boolean) - Method in interface com.graphdbapi.Graph
根据VertexId查边
retrieveEdgeByVertexIdForAlgo(long, Set<Integer>, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean, boolean, boolean) - Method in interface com.graphdbapi.Graph
根据VertexId查边
retrieveEdgeByVertexIdForAlgo(long, Set<Integer>, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean, boolean, boolean, boolean) - Method in interface com.graphdbapi.Graph
根据VertexId查边
retrieveEdgeByVertexIdForAlgo(long, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean) - Method in interface com.graphdbapi.Graph
retrieveEdgeByVertexIdNoProps(long, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean) - Method in interface com.graphdbapi.Graph
retrieveEdgeCompatible(String) - Method in interface com.graphdbapi.Graph
查询边
retrieveEdgeId(int, Direction) - Method in interface com.graphdbapi.engine.safe.EngineGraph
同retrieveEdgeId(seqId, direction, null)。
retrieveEdgeId(int, Direction, EngineEdgeParam) - Method in interface com.graphdbapi.engine.safe.EngineGraph
检索边ID,填null表示过滤不生效。
retrieveEdgeIteratorByVertexId(long, long, Set<Integer>, Direction, int, Predicate<Element>) - Method in interface com.graphdbapi.Graph
找边。
retrieveEdgeIteratorByVertexId(long) - Method in interface com.graphdbapi.Graph
找边。无条件,Both方向
retrieveEdgeIteratorByVertexId(long, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean) - Method in interface com.graphdbapi.Graph
找边
retrieveEdgeIteratorByVertexIdForAlgo(long, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean) - Method in interface com.graphdbapi.Graph
根据VertexId查边
retrieveEdgeIteratorByVertexIdNoProps(long, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean) - Method in interface com.graphdbapi.Graph
找边。不返回边属性
retrieveLocalEdges() - Method in interface com.graphdbapi.Graph
查询本机所有边
retrieveLocalEdges(Set<Integer>, Predicate<Edge>) - Method in interface com.graphdbapi.Graph
查询带条件过滤的本机所有边
retrieveLocalVertexes() - Method in interface com.graphdbapi.engine.safe.EngineGraph
同retrieveLocalVertexes(null)。
retrieveLocalVertexes(EngineVertexParam) - Method in interface com.graphdbapi.engine.safe.EngineGraph
检索本机所有点,填null表示过滤不生效。
retrieveLocalVertexes() - Method in interface com.graphdbapi.Graph
查询本机所有点
retrieveLocalVertexes(Set<Integer>, Predicate<Vertex>) - Method in interface com.graphdbapi.Graph
查询带条件过滤的本机所有点
retrieveLocalVertexesParallel(Consumer<EngineVertexIterator>) - Method in interface com.graphdbapi.engine.safe.EngineGraph
同retrieveLocalVertexesParallel(consumer, null)。
retrieveLocalVertexesParallel(Consumer<EngineVertexIterator>, EngineVertexParam) - Method in interface com.graphdbapi.engine.safe.EngineGraph
并行检索本机所有点,填null表示过滤不生效。
retrieveNeighborIdIterator(long, Direction, Set<Integer>) - Method in interface com.graphdbapi.Graph
获取邻居ElementId
retrieveOrInsertEdge(long, long, int, Map<String, Object>) - Method in interface com.graphdbapi.Graph
查询或插入边。
retrieveOrInsertVertex(String, int, Map<String, Object>) - Method in interface com.graphdbapi.Graph
查询或插入点。
retrieveVertex(long) - Method in interface com.graphdbapi.Graph
查询点。根据点id查询点。
retrieveVertexBooleanProperty(int, String) - Method in interface com.graphdbapi.engine.safe.EngineGraph
通过点ID及点属性名获取点布尔属性,属性不存在或属性值为空返回EngineDataType.BOOLEAN_NULL_VALUE
retrieveVertexByPk(String, int) - Method in interface com.graphdbapi.Graph
查询点。根据外部唯一标识值和点类型index查询点。
retrieveVertexByPkCompatible(String, int) - Method in interface com.graphdbapi.Graph
查询点。根据外部唯一标识值和点类型index查询点。
retrieveVertexByteProperty(int, String) - Method in interface com.graphdbapi.engine.safe.EngineGraph
通过点ID及点属性名获取点字节属性,属性不存在或属性值为空返回EngineDataType.BYTE_NULL_VALUE
retrieveVertexCompatible(long) - Method in interface com.graphdbapi.Graph
查询点。根据点id查询点。
retrieveVertexDecimalProperty(int, String) - Method in interface com.graphdbapi.engine.safe.EngineGraph
通过点ID及点属性名获取点浮点属性,属性不存在或属性值为空返回EngineDataType.DOUBLE_NULL_VALUE
retrieveVertexDoubleProperty(int, String) - Method in interface com.graphdbapi.engine.safe.EngineGraph
通过点ID及点属性名获取点双精度属性,属性不存在或属性值为空返回EngineDataType.DOUBLE_NULL_VALUE
retrieveVertexes(boolean) - Method in interface com.graphdbapi.engine.safe.EngineGraph
同retrieveVertexes(null, isLocal)。
retrieveVertexes(EngineVertexParam, boolean) - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取点迭代器,填null表示过滤不生效。
retrieveVertexesParallel(Consumer<EngineVertexIterator>, boolean) - Method in interface com.graphdbapi.engine.safe.EngineGraph
同retrieveVertexesParallel(consumer, null, isLocal)。
retrieveVertexesParallel(Consumer<EngineVertexIterator>, EngineVertexParam, boolean) - Method in interface com.graphdbapi.engine.safe.EngineGraph
并行点迭代,填null表示过滤不生效。
retrieveVertexIntegerProperty(int, String) - Method in interface com.graphdbapi.engine.safe.EngineGraph
通过点ID及点属性名获取点整数属性,属性不存在或属性值为空返回EngineDataType.LONG_NULL_VALUE
retrieveVertexIntProperty(int, String) - Method in interface com.graphdbapi.engine.safe.EngineGraph
通过点ID及点属性名获取点短整型属性,属性不存在或属性值为空返回EngineDataType.INT_NULL_VALUE
retrieveVertexLongProperty(int, String) - Method in interface com.graphdbapi.engine.safe.EngineGraph
通过点ID及点属性名获取点长整型属性,属性不存在或属性值为空返回EngineDataType.LONG_NULL_VALUE
retrieveVertexNumberProperty(int, String) - Method in interface com.graphdbapi.engine.safe.EngineGraph
通过点ID及点属性名获取点数值属性,属性不存在或属性值为空返回EngineDataType.DOUBLE_NULL_VALUE
retrieveVertexProperties(int) - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取点的全部属性。
retrieveVertexStringProperty(int, String) - Method in interface com.graphdbapi.engine.safe.EngineGraph
通过点ID及点属性名获取点字符串属性,属性不存在或属性值为空返回EngineDataType.REF_NULL_VALUE
reverse() - Method in interface com.graphdbapi.traversal.PathExpander
反向路径拓展.
reverseDirection(Direction) - Static method in class com.graphdbapi.parkit.util.ParUtil
反转方向
reverseNodes() - Method in interface com.graphdbapi.values.api.Path
获取路径相反的顺序所有点。
reverseRelationships() - Method in interface com.graphdbapi.values.api.Path
获取路径相反的顺序的所有边。
run(GraphContext) - Method in interface com.graphdbapi.GraphBroadcastRunnable
执行广播的任务(无返回值)

S

scan(Consumer<Tuple<Graph, SOURCE>>) - Method in interface com.graphdbapi.parkit.vector.VertexCompute
扫描点计算方法。
schema() - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取图模型。
searchEdgeProperty(String, List<SearchPredicate>, List<SearchOrder>, int, int) - Method in interface com.graphdbapi.Graph
通过类型、属性查询边
searchEdgesByIndex(String, String, Object, int, int) - Method in interface com.graphdbapi.Graph
通过索引,查找边数据,返回边Id
SearchOrder - Class in com.graphdbapi.search
查询结果的排序
SearchOrder(String, SearchOrder.OrderBy) - Constructor for class com.graphdbapi.search.SearchOrder
 
SearchOrder.OrderBy - Enum in com.graphdbapi.search
 
SearchPredicate - Class in com.graphdbapi.search
查询判断,包含属性名、比较类型、比较类型所需值
SearchPredicate.SearchType - Enum in com.graphdbapi.search
 
searchVertexesByIndex(String, String, Object, int, int) - Method in interface com.graphdbapi.Graph
通过索引,查找点数据,返回点Id
searchVertexProperty(String, List<SearchPredicate>, List<SearchOrder>, int, int) - Method in interface com.graphdbapi.Graph
通过类型、属性查询点
seek(long) - Method in interface com.graphdbapi.file.RandomAccessFileObject
设置文件指针偏移量,从该文件的开头开始测量,在该位置发生下一次读取或写入。 偏移量可能设置在文件末尾之外。设置超出文件末尾的偏移量不会改变文件长度。 只有在将偏移量设置为超出文件末尾之后,文件长度才会更改。
sendFile(int, String, boolean) - Method in interface com.graphdbapi.file.FileObject
指定affinity,同步发送文件。若远端不存在文件夹,默认为远端创建。单机版不可用。
sendFileAsync(int, String, boolean) - Method in interface com.graphdbapi.file.FileObject
指定affinity,异步发送文件。若远端不存在文件夹,默认为远端创建。单机版不可用。
sendMessage(int, int, Set<Integer>, int) - Method in interface com.graphdbapi.task.message.send.ArrayMessage
发送消息。
SetAccumulator<V> - Class in com.graphdbapi.parkit.accumulator
 
SetAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.SetAccumulator
 
SetAccumulator(Set<V>) - Constructor for class com.graphdbapi.parkit.accumulator.SetAccumulator
 
setBfsDirection(Direction) - Method in class com.graphdbapi.engine.EngineConfig
 
setCompressed(boolean) - Method in class com.graphdbapi.engine.EngineConfig
 
setConcurrency(int) - Method in class com.graphdbapi.engine.EngineConfig
 
setDepth(int) - Method in class com.graphdbapi.task.template.AbstractDistributedTask
设置当前深度
setDirection(Direction) - Method in class com.graphdbapi.engine.EngineConfig
 
setDirection(Direction) - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
setDirection(Direction) - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
setDistributed(boolean) - Method in class com.graphdbapi.engine.EngineConfig
 
setEdgeAlias(String) - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
setEdgeCondition(ConditionOnVisit) - Method in class com.graphdbapi.engine.EngineConfig
 
setEdgeCondition(Predicate<Element>) - Method in class com.graphdbapi.engine.EngineEdgeParam
 
setEdgeCondition(ConditionOnVisit) - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
setEdgeCondition(ConditionOnVisit) - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
setEdgeConditionJson(String) - Method in class com.graphdbapi.engine.EngineConfig
 
setEdgeConditionList(List<ConditionOnVisit>) - Method in class com.graphdbapi.engine.EngineConfig
 
setEdgeId(EdgeId) - Method in class com.graphdbapi.BatchEdgeUpdate
 
setEdgeIds(List<String>) - Method in class com.graphdbapi.engine.EngineConfig
 
setEdgeIndex(byte[]) - Method in class com.graphdbapi.BatchEdgeAdd
 
setEdgeLimit(int) - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
setEdgeLimit(int) - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
setEdgeSchema(Map<String, List<String>>) - Method in class com.graphdbapi.engine.EngineConfig
 
setEdgeSchema0(Map<String, List<EnginePropertyParam>>) - Method in class com.graphdbapi.engine.EngineConfig
 
setEdgeType(String) - Method in class com.graphdbapi.BatchEdge
 
setEdgeType(String) - Method in class com.graphdbapi.BatchEdgeAdd
 
setEdgeTypeFilterList(List<Set<Integer>>) - Method in class com.graphdbapi.engine.EngineConfig
 
setEdgeTypes(Set<Integer>) - Method in class com.graphdbapi.engine.EngineEdgeParam
 
setEdgeTypes(Set<Integer>) - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
setEdgeTypes(Set<Integer>) - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
setFast(boolean) - Method in class com.graphdbapi.engine.EngineConfig
 
setFirstSign(PropertyType.PrimitiveDataType) - Method in class com.graphdbapi.PropertyType
 
setFromId(long) - Method in class com.graphdbapi.BatchEdgeAdd
 
setId(int) - Method in class com.graphdbapi.BatchEdgeAdd
 
setId(long) - Method in class com.graphdbapi.BatchVertexUpdate
 
setIncludePk(Graph) - Method in class com.graphdbapi.engine.EngineConfig
 
setIncludeProps(boolean) - Method in class com.graphdbapi.engine.EngineEdgeParam
 
setIncludeProps(boolean) - Method in class com.graphdbapi.engine.EngineVertexParam
 
setIncludeProps(boolean) - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
setIncludeProps(boolean) - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
setIndex(int) - Method in class com.graphdbapi.BatchEdge
 
setIndex(int) - Method in class com.graphdbapi.BatchEdgeUpdate
 
setIndex(int) - Method in class com.graphdbapi.BatchVertex
 
setIndex(int) - Method in class com.graphdbapi.BatchVertexUpdate
 
setLatchDepth(CountDownLatch) - Method in class com.graphdbapi.task.template.AbstractDistributedTask
设置当前轮
setLength(long) - Method in interface com.graphdbapi.file.RandomAccessFileObject
设置此文件的长度。
setMaxDepth(int) - Method in class com.graphdbapi.engine.EngineConfig
 
setMemory(boolean) - Method in class com.graphdbapi.engine.EngineConfig
 
setMessage(Object, Object) - Method in class com.graphdbapi.task.template.AbstractDistributedTask
设置消息发送对象 根据用户传入的特定类型生成对应的消息处理器 目前支持基础数据类型 int、double、long和float
setMessageObject() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
设置消息发送对象
setMetrics(boolean) - Method in class com.graphdbapi.engine.EngineConfig
 
setNeighborLimit(int) - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
setNeighborLimit(int) - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
setOrderDescription(OrderDescription) - Method in class com.graphdbapi.engine.EnginePropertyParam
 
setPartition(int) - Method in class com.graphdbapi.BatchVertex
 
setPrimaryKey(String) - Method in class com.graphdbapi.BatchVertex
 
setPrimitiveDataType(PropertyType.PrimitiveDataType) - Method in class com.graphdbapi.PropertyType
 
setProperties(Map<String, Object>) - Method in class com.graphdbapi.BatchEdge
 
setProperties(Map<String, Object>) - Method in class com.graphdbapi.BatchEdgeAdd
 
setProperties(Map<String, Object>) - Method in class com.graphdbapi.BatchEdgeUpdate
 
setProperties(Map<String, Object>) - Method in class com.graphdbapi.BatchVertex
 
setProperties(Map<String, Object>) - Method in class com.graphdbapi.BatchVertexUpdate
 
setProperty(String, Object) - Method in interface com.graphdbapi.values.api.PropertyEntity
修改属性中属性名称对应的值。
setPropertyName(String) - Method in class com.graphdbapi.engine.EnginePropertyParam
 
setPropertyType(PropertyType) - Method in class com.graphdbapi.graph.api.condition.PropertyFilterInfo
 
setSeqIdOrder(boolean) - Method in class com.graphdbapi.engine.EngineConfig
 
setSkipNotMatch(boolean) - Method in class com.graphdbapi.graph.api.condition.ConditionProperty
true,没有匹配上任何一个规则时,满足属性过滤。 false,没有匹配上任何一个规则时,不满足属性过滤。 默认true。
setSkipNullProperty(boolean) - Method in class com.graphdbapi.graph.api.condition.ConditionProperty
true,匹配上属性规则时,但是对应的属性值不存在,满足属性过滤。 false,匹配上属性规则时,但是对应的属性值不存在,不满足属性过滤。 默认false。
setSourceAlias(String) - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
setSourceCondition(ConditionOnVisit) - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
setSourceCondition(ConditionOnVisit) - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
setSourcePrimaryKey(String) - Method in class com.graphdbapi.BatchEdge
 
setSourceType(String) - Method in class com.graphdbapi.BatchEdge
 
setSourceTypes(Set<Integer>) - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
setSourceTypes(Set<Integer>) - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
setStartIds(List<Long>) - Method in class com.graphdbapi.engine.EngineConfig
 
setStop() - Method in interface com.graphdbapi.task.message.IMessageHandler
设置停止.
setStop() - Method in class com.graphdbapi.task.template.AbstractDistributedTask
 
setStop() - Method in class com.graphdbapi.task.template.AbstractStandAloneTask
 
setStop() - Method in interface com.graphdbapi.task.template.ITask
设置算法任务停止
setStructure(String) - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
setStructure(Graph, String) - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
setTargetAlias(String) - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
setTargetCondition(ConditionOnVisit) - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
setTargetCondition(ConditionOnVisit) - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
setTargetPrimaryKey(String) - Method in class com.graphdbapi.BatchEdge
 
setTargetType(String) - Method in class com.graphdbapi.BatchEdge
 
setTargetTypes(Set<Integer>) - Method in class com.graphdbapi.parkit.vector.AbstractContext
 
setTargetTypes(Set<Integer>) - Method in class com.graphdbapi.parkit.vector.ExtendParam
 
setTimeout(long) - Method in class com.graphdbapi.engine.EngineConfig
 
setToId(long) - Method in class com.graphdbapi.BatchEdgeAdd
 
setType(String) - Method in class com.graphdbapi.BatchVertex
 
setType(EngineDataType) - Method in class com.graphdbapi.engine.EnginePropertyParam
 
setTypeIndex(Integer) - Method in class com.graphdbapi.BatchEdgeAdd
 
setVertexBlackList(Set<Long>) - Method in class com.graphdbapi.engine.EngineConfig
 
setVertexCondition(ConditionOnVisit) - Method in class com.graphdbapi.engine.EngineConfig
 
setVertexCondition(Predicate<Element>) - Method in class com.graphdbapi.engine.EngineEdgeParam
 
setVertexCondition(Predicate<Element>) - Method in class com.graphdbapi.engine.EngineVertexParam
 
setVertexConditionJson(String) - Method in class com.graphdbapi.engine.EngineConfig
 
setVertexConditionList(List<ConditionOnVisit>) - Method in class com.graphdbapi.engine.EngineConfig
 
setVertexIds(List<Long>) - Method in class com.graphdbapi.engine.EngineConfig
 
setVertexSchema(Map<String, List<String>>) - Method in class com.graphdbapi.engine.EngineConfig
 
setVertexSchema0(Map<String, List<EnginePropertyParam>>) - Method in class com.graphdbapi.engine.EngineConfig
 
setVertexTypeFilterList(List<Set<Integer>>) - Method in class com.graphdbapi.engine.EngineConfig
 
setVertexTypes(Set<Integer>) - Method in class com.graphdbapi.engine.EngineEdgeParam
 
setVertexTypes(Set<Integer>) - Method in class com.graphdbapi.engine.EngineVertexParam
 
setVertexWhiteList(Set<Long>) - Method in class com.graphdbapi.engine.EngineConfig
 
SHORT - Static variable in class com.graphdbapi.PropertyType
 
shortValue(short) - Static method in class com.graphdbapi.values.storable.CypherValues
 
skipBytes(int) - Method in interface com.graphdbapi.file.RandomAccessFileObject
尝试跳过 n 字节的输入并丢弃跳过的字节。 此方法可能会跳过一些较小的字节数,可能为零。这可能由多种情况中的任何一种引起; 在跳过 n 个字节之前到达文件末尾只是一种可能性。 返回实际跳过的字节数。如果 n 为负,则不会跳过任何字节。
sourceClusterNodeId - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
stage - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
stage - Variable in class com.graphdbapi.task.template.AbstractStandAloneTask
 
startNode() - Method in interface com.graphdbapi.values.api.Path
获取路径起始点。
startNode() - Method in class com.graphdbapi.values.virtual.CypherPath
 
startNodeId() - Method in class com.graphdbapi.values.virtual.CypherRelationship
 
startupMeta() - Method in interface com.graphdbapi.engine.safe.EngineGraph
获取启动元信息。
StopTaskException - Exception in com.graphdbapi.task.exception
功能描述: 计算框架任务停止异常
StopTaskException() - Constructor for exception com.graphdbapi.task.exception.StopTaskException
 
StopTaskException(String) - Constructor for exception com.graphdbapi.task.exception.StopTaskException
 
StopTaskException(String, Throwable) - Constructor for exception com.graphdbapi.task.exception.StopTaskException
 
StopTaskException(Throwable) - Constructor for exception com.graphdbapi.task.exception.StopTaskException
 
StopTaskException(String, Throwable, boolean, boolean) - Constructor for exception com.graphdbapi.task.exception.StopTaskException
 
STRING - Static variable in class com.graphdbapi.PropertyType
 
stringArray(String...) - Static method in class com.graphdbapi.values.storable.CypherValues
 
stringValue() - Method in class com.graphdbapi.values.storable.CypherChar
 
stringValue(int) - Method in class com.graphdbapi.values.storable.CypherStringArray
 
stringValue() - Method in class com.graphdbapi.values.storable.CypherStringWrappingString
 
stringValue() - Method in class com.graphdbapi.values.storable.CypherText
 
stringValue(int) - Method in class com.graphdbapi.values.storable.CypherTextArray
 
stringValue(String) - Static method in class com.graphdbapi.values.storable.CypherValues
 
submitDistributedTask(AbstractDistributedTask<RESULT>) - Method in interface com.graphdbapi.task.TaskHandler
提交分布式图计算任务.
submitEngineBatchTask(String, EngineConfig, EngineTaskCallable<RESULT>) - Method in interface com.graphdbapi.task.TaskHandler
提交图引擎批处理任务并返回结果, 如果未启动则按照启动配置进行启动.
submitEngineBatchTask(String, EngineTaskCallable<RESULT>) - Method in interface com.graphdbapi.task.TaskHandler
提交图引擎批处理任务并返回结果, 如果未启动则抛出未启动异常.
submitEngineDropTask(String) - Method in interface com.graphdbapi.task.TaskHandler
提交图引擎关闭任务.
submitEngineDropTask(String, boolean) - Method in interface com.graphdbapi.task.TaskHandler
提交图引擎关闭任务.
submitEngineStartupTask(String, EngineConfig) - Method in interface com.graphdbapi.task.TaskHandler
提交图引擎启动任务, 如果未启动则按照启动配置进行启动, 如果已启动则抛出已启动异常.
submitEngineUnsafeBatchTask(String, EngineConfig, EngineTaskCallable<RESULT>) - Method in interface com.graphdbapi.task.TaskHandler
Deprecated.
submitTask(AbstractStandAloneTask<RESULT>) - Method in interface com.graphdbapi.task.TaskHandler
提交单机图计算任务.
subtractFrom(Temporal) - Method in class com.graphdbapi.values.storable.CypherDuration
 
SumByteAccumulator - Class in com.graphdbapi.parkit.accumulator.sum
 
SumByteAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.sum.SumByteAccumulator
 
SumByteAccumulator(byte) - Constructor for class com.graphdbapi.parkit.accumulator.sum.SumByteAccumulator
 
SumDoubleAccumulator - Class in com.graphdbapi.parkit.accumulator.sum
 
SumDoubleAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.sum.SumDoubleAccumulator
 
SumDoubleAccumulator(double) - Constructor for class com.graphdbapi.parkit.accumulator.sum.SumDoubleAccumulator
 
SumFloatAccumulator - Class in com.graphdbapi.parkit.accumulator.sum
 
SumFloatAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.sum.SumFloatAccumulator
 
SumFloatAccumulator(float) - Constructor for class com.graphdbapi.parkit.accumulator.sum.SumFloatAccumulator
 
SumIntAccumulator - Class in com.graphdbapi.parkit.accumulator.sum
 
SumIntAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.sum.SumIntAccumulator
 
SumIntAccumulator(int) - Constructor for class com.graphdbapi.parkit.accumulator.sum.SumIntAccumulator
 
SumLongAccumulator - Class in com.graphdbapi.parkit.accumulator.sum
 
SumLongAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.sum.SumLongAccumulator
 
SumLongAccumulator(long) - Constructor for class com.graphdbapi.parkit.accumulator.sum.SumLongAccumulator
 
SumShortAccumulator - Class in com.graphdbapi.parkit.accumulator.sum
 
SumShortAccumulator() - Constructor for class com.graphdbapi.parkit.accumulator.sum.SumShortAccumulator
 
SumShortAccumulator(short) - Constructor for class com.graphdbapi.parkit.accumulator.sum.SumShortAccumulator
 

T

TaskApiException - Exception in com.graphdbapi.task.exception
计算任务任务异常
TaskApiException() - Constructor for exception com.graphdbapi.task.exception.TaskApiException
 
TaskApiException(String) - Constructor for exception com.graphdbapi.task.exception.TaskApiException
 
TaskApiException(String, Throwable) - Constructor for exception com.graphdbapi.task.exception.TaskApiException
 
TaskApiException(Throwable) - Constructor for exception com.graphdbapi.task.exception.TaskApiException
 
TaskApiException(String, Throwable, boolean, boolean) - Constructor for exception com.graphdbapi.task.exception.TaskApiException
 
TaskHandler - Interface in com.graphdbapi.task
图计算句柄, 包含多种图计算模式.
taskHandler - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
taskHandler - Variable in class com.graphdbapi.task.template.AbstractStandAloneTask
 
taskId - Variable in class com.graphdbapi.task.template.AbstractDistributedTask
 
taskId - Variable in class com.graphdbapi.task.template.AbstractStandAloneTask
 
taskId - Variable in class com.graphdbapi.task.util.LoggerUtil
 
TaskStage - Enum in com.graphdbapi.task
描述: 任务执行阶段
test(Element) - Method in class com.graphdbapi.graph.api.condition.ConditionCompose
 
test(Element) - Method in class com.graphdbapi.graph.api.condition.ConditionComposeOr
 
test(Element) - Method in class com.graphdbapi.graph.api.condition.ConditionProperty
 
test(Element) - Method in class com.graphdbapi.graph.api.condition.ConditionType
 
ThreadPoolFactory - Class in com.graphdbapi.concurrent
线程池工厂 用于创建线程池(使用此类创建的线程池可用监控)
ThreadPoolFactory() - Constructor for class com.graphdbapi.concurrent.ThreadPoolFactory
 
toDepth(int) - Static method in enum com.graphdbapi.traversal.Evaluation
将结果路径长度小于等于depth的包含在结果内
toMapValue(Map<String, Object>) - Static method in class com.graphdbapi.values.util.ConvertUtil
将Map对象转换成CypherMap对象
toString() - Method in class com.graphdbapi.CombinedEdgeType
 
toString() - Method in interface com.graphdbapi.EdgeId
 
toString() - Method in class com.graphdbapi.engine.EngineConfig
 
toString() - Method in class com.graphdbapi.engine.EnginePropertyParam
 
toString() - Method in exception com.graphdbapi.GraphDbApiException
 
toString() - Method in class com.graphdbapi.PropertyType
 
toString() - Method in class com.graphdbapi.search.SearchPredicate
 
toString() - Method in interface com.graphdbapi.traversal.Path
打印路径.
toString() - Method in interface com.graphdbapi.values.api.Path
打印的路径字符串。
toString() - Method in class com.graphdbapi.values.virtual.CypherRelationship
 
Transaction - Interface in com.graphdbapi
交予客户用的事务API
TransactionIsolation - Enum in com.graphdbapi
事务隔离级别
transformEdgePredicate(Graph, String) - Static method in class com.graphdbapi.graph.api.condition.ParPredicateConverter
转化生成线程安全的边谓词,需传入资源管理器,使用完谓词需判断谓词是否 instanceof AutoCloseable,若是则需要进行关闭
transformVertexPredicate(Graph, String) - Static method in class com.graphdbapi.graph.api.condition.ParPredicateConverter
转化生成线程安全的点谓词,需传入资源管理器,使用完谓词需判断谓词是否 instanceof AutoCloseable,若是则需要进行关闭
TraversalBranch - Interface in com.graphdbapi.traversal
 
TraversalContext - Interface in com.graphdbapi.traversal
 
traversalDescription() - Method in interface com.graphdbapi.Graph
获取一个TraversalDescription实例对象 该对象不可变,需要通过方法转换成新的实例对象
TraversalDescription - Interface in com.graphdbapi.traversal
 
traverse(long) - Method in interface com.graphdbapi.traversal.TraversalDescription
传入单个起点的内部id.
traverse(Collection<Long>) - Method in interface com.graphdbapi.traversal.TraversalDescription
传入一批起点的内部id.
Traverser - Interface in com.graphdbapi.traversal
 
TRUE - Static variable in class com.graphdbapi.values.storable.CypherBoolean
Driver传输Boolean.TRUE值的默认对象。
txClose() - Method in interface com.graphdbapi.Transaction
提交事务 提交前需要执行Transaction.txSuccess()Transaction.txFailure()否则默认回滚
txFailure() - Method in interface com.graphdbapi.Transaction
标记事务失败 标记完毕后即可调用Transaction.txClose()Transaction.close()回滚
txId() - Method in interface com.graphdbapi.Transaction
事务Id
txIsFailure() - Method in interface com.graphdbapi.Transaction
事务是否被标记为失败
txIsOpen() - Method in interface com.graphdbapi.Transaction
事务是否仍然存活
txIsSuccess() - Method in interface com.graphdbapi.Transaction
事务是否被标记为成功
txSuccess() - Method in interface com.graphdbapi.Transaction
标记事务成功 标记完毕后即可调用Transaction.txClose()Transaction.close()提交
type() - Method in class com.graphdbapi.values.virtual.CypherRelationship
 
TypeCondition - Class in com.graphdbapi.graph.api.condition
 
TypeCondition(Set<String>, TypeConditionMethod) - Constructor for class com.graphdbapi.graph.api.condition.TypeCondition
 
TypeConditionMethod - Enum in com.graphdbapi.graph.api.condition
 

U

UINT - Static variable in class com.graphdbapi.PropertyType
 
unique(UniquenessFactor) - Method in interface com.graphdbapi.traversal.TraversalDescription
自定义去重接口.
UniquenessFactor - Interface in com.graphdbapi.traversal
 
UniquenessFilter - Interface in com.graphdbapi.traversal
 
updateEdge(String, Map<String, Object>) - Method in interface com.graphdbapi.Graph
更新边的多个属性
updateEdge(String, Map<String, Object>, boolean) - Method in interface com.graphdbapi.Graph
更新边的多个属性
updateVertex(long, Map<String, Object>) - Method in interface com.graphdbapi.Graph
更新点的多个属性
updateVertex(long, Map<String, Object>, boolean) - Method in interface com.graphdbapi.Graph
更新点的多个属性
upsertEdge(long, long, int, Map<String, Object>) - Method in interface com.graphdbapi.Graph
插入或更新边。
upsertEdge(long, long, int, Map<String, Object>, boolean) - Method in interface com.graphdbapi.Graph
插入或更新边。
upsertVertex(String, int, Map<String, Object>) - Method in interface com.graphdbapi.Graph
插入或更新点。
upsertVertex(String, int, Map<String, Object>, boolean) - Method in interface com.graphdbapi.Graph
插入或更新点。
UserAggregationFunction - Annotation Type in com.graphdbapi.procedure
声明该方法为聚合函数,表示该方法能通过cypher查询语言调用。
UserAggregationResult - Annotation Type in com.graphdbapi.procedure
将一种方法声明为聚合的结果方法。
UserAggregationUpdate - Annotation Type in com.graphdbapi.procedure
将该方法声明为聚合的更新方法。
UserFunction - Annotation Type in com.graphdbapi.procedure
将方法声明为一个函数,表示该方法可通过cypher查询语言调用。

V

validate() - Method in class com.graphdbapi.graph.api.condition.PropertyFilterInfo
 
validateNestedType(PropertyType.PrimitiveDataType) - Static method in class com.graphdbapi.PropertyType
 
value() - Method in interface com.graphdbapi.parkit.accumulator.Accumulator
返回累计器的值
value() - Method in class com.graphdbapi.parkit.accumulator.CommonAccumulator
 
value() - Method in class com.graphdbapi.parkit.accumulator.ListAccumulator
 
value() - Method in class com.graphdbapi.parkit.accumulator.MapAccumulator
 
value() - Method in class com.graphdbapi.parkit.accumulator.SetAccumulator
 
value() - Method in class com.graphdbapi.values.storable.CypherBigInt
 
value() - Method in class com.graphdbapi.values.storable.CypherByte
 
value() - Method in class com.graphdbapi.values.storable.CypherChar
 
value() - Method in class com.graphdbapi.values.storable.CypherDouble
 
value() - Method in class com.graphdbapi.values.storable.CypherFloat
 
value() - Method in class com.graphdbapi.values.storable.CypherInt
 
value() - Method in class com.graphdbapi.values.storable.CypherLong
 
value() - Method in class com.graphdbapi.values.storable.CypherShort
 
valueOf(String) - Static method in enum com.graphdbapi.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.graphdbapi.engine.EngineDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.graphdbapi.engine.OrderDescription
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.graphdbapi.graph.api.condition.PropertyFilterInfo.QueryMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.graphdbapi.graph.api.condition.TypeConditionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.graphdbapi.PropertyType.PrimitiveDataType
Returns the enum constant of this type with the specified name.
valueOf(PropertyType.PrimitiveDataType, PropertyType.PrimitiveDataType, PropertyType.PrimitiveDataType) - Static method in class com.graphdbapi.PropertyType
 
valueOf(String) - Static method in enum com.graphdbapi.search.SearchOrder.OrderBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.graphdbapi.search.SearchPredicate.SearchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.graphdbapi.task.message.send.MessageDataStruct
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.graphdbapi.task.TaskStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.graphdbapi.TransactionIsolation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.graphdbapi.traversal.Evaluation
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.graphdbapi.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.graphdbapi.engine.EngineDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.graphdbapi.engine.OrderDescription
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.graphdbapi.graph.api.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.graph.api.condition.TypeConditionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.graphdbapi.parkit.accumulator.CommonAccumulator
 
values() - Static method in enum com.graphdbapi.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.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.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.task.message.send.MessageDataStruct
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.graphdbapi.task.TaskStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.graphdbapi.TransactionIsolation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.graphdbapi.traversal.Evaluation
Returns an array containing the constants of this enum type, in the order they are declared.
VariableName - Annotation Type in com.graphdbapi.procedure
未使用自定义类型作为 Procedure 的返回类型时,可以使用 VariableName 注解设置返回字段名称。
varLengthExpand(int, int, Function<Quadruple<Graph, SOURCE, List<Edge>, TARGET>, Boolean>) - Method in interface com.graphdbapi.parkit.vector.VertexCompute
变长扩展点计算方法。
varLengthExpandCount(int, int) - Method in interface com.graphdbapi.parkit.vector.VertexCompute
变长扩展点计算方法,只统计点集合。
Vertex - Interface in com.graphdbapi
点对象
VertexCompute<SOURCE,TARGET> - Interface in com.graphdbapi.parkit.vector
计算方法接口类,包含各种计算方式。
vertexIds() - Method in interface com.graphdbapi.traversal.Path
返回路径上的所有点对象.
vertexIds() - Method in interface com.graphdbapi.traversal.Traverser
遍历点.
vertexIteratorFast(Consumer<Vertex>) - Method in interface com.graphdbapi.Graph
多线程迭代本地点
vertexIteratorFast(Consumer<Vertex>, Set<Integer>) - Method in interface com.graphdbapi.Graph
多线程迭代本地点
vertexIteratorFast(Consumer<Vertex>, Set<Integer>, boolean) - Method in interface com.graphdbapi.Graph
多线程迭代本地点
vertexTypeIndex(long) - Method in interface com.graphdbapi.Graph
通过点VertexId获取点类型Index

W

warn(String) - Method in interface com.graphdbapi.GraphLogger
警示性信息
warn(String, Throwable) - Method in interface com.graphdbapi.GraphLogger
警示性信息
warn(String, Object) - Method in interface com.graphdbapi.GraphLogger
格式化警示性信息
warn(String, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化警示性信息
warn(String, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化警示性信息
warn(String, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化警示性信息
warn(String, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化警示性信息
warn(String, Object, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化警示性信息
warn(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化警示性信息
warn(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.graphdbapi.GraphLogger
格式化警示性信息
warn(String) - Method in class com.graphdbapi.task.util.LoggerUtil
 
warn(String, Throwable) - Method in class com.graphdbapi.task.util.LoggerUtil
 
warn(String, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
warn(String, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
warn(String, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
warn(String, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
warn(String, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
warn(String, Object, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
warn(String, Object, Object, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
warn(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class com.graphdbapi.task.util.LoggerUtil
 
withName(String) - Static method in interface com.graphdbapi.values.api.NodeType
返回指定名字的点类型
withName(String) - Static method in interface com.graphdbapi.values.api.RelationshipType
通过名称获取边类型对象。
write(String) - Method in interface com.graphdbapi.file.BufferedWriterObject
写string值
write(byte[]) - Method in interface com.graphdbapi.file.RandomAccessFileObject
b.length 个字节从指定的字节数组写入此文件,从当前文件指针开始。
write(byte[], int, int) - Method in interface com.graphdbapi.file.RandomAccessFileObject
len 字节从从偏移量 off 开始的指定字节数组写入此文件。
writeBoolean(boolean) - Method in interface com.graphdbapi.file.RandomAccessFileObject
boolean 作为一字节值写入文件。值 true 写为值 (byte)1; 值 false 写为值 (byte)0。写入从文件指针的当前位置开始。
writeByte(int) - Method in interface com.graphdbapi.file.RandomAccessFileObject
byte 作为一字节值写入文件。写入从文件指针的当前位置开始。
writeChar(int) - Method in interface com.graphdbapi.file.RandomAccessFileObject
char 作为两字节值写入文件,高字节在前。 写入从文件指针的当前位置开始。
writeChars(String) - Method in interface com.graphdbapi.file.RandomAccessFileObject
将字符串作为字符序列写入文件。每个字符都被写入数据输出流,就像通过 writeChar 方法一样。写入从文件指针的当前位置开始。
writeDouble(double) - Method in interface com.graphdbapi.file.RandomAccessFileObject
使用 Double 类中的 doubleToLongBits 方法将 double 参数转换为 long, 然后将该 long 值作为八字节数量写入文件,高字节在前.写入从文件指针的当前位置开始。
writeFloat(float) - Method in interface com.graphdbapi.file.RandomAccessFileObject
使用 Float 类中的 floatToIntBits 方法将 float 参数转换为 int, 然后将该 int 值作为四字节数量写入文件,高字节在前.写入从文件指针的当前位置开始。
writeInt(int) - Method in interface com.graphdbapi.file.RandomAccessFileObject
int 作为四个字节写入文件,高字节在前。 写入从文件指针的当前位置开始。
writeLong(long) - Method in interface com.graphdbapi.file.RandomAccessFileObject
将一个 long 作为八个字节写入文件,高字节在前。 写入从文件指针的当前位置开始。
writeRecord(String[]) - Method in interface com.graphdbapi.csvutil.CsvWriter
写记录(默认trim)
writeRecord(String[], boolean) - Method in interface com.graphdbapi.csvutil.CsvWriter
写记录
writeShort(int) - Method in interface com.graphdbapi.file.RandomAccessFileObject
short 作为两个字节写入文件,高字节在前。 写入从文件指针的当前位置开始。

Z

ZERO - Static variable in class com.graphdbapi.values.storable.CypherDuration
 
ZONEDDATETIME - Static variable in class com.graphdbapi.PropertyType
 
zonedDateTime(ZonedDateTime) - Static method in class com.graphdbapi.values.storable.CypherZonedDateTime
 
ZONEDTIME - Static variable in class com.graphdbapi.PropertyType
 
zonedTime(OffsetTime) - Static method in class com.graphdbapi.values.storable.CypherZonedTime
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links