跳过导航链接
A B C D E F G H I L M N P R S T U V W Z 

A

addAndGet(long) - 接口 中的方法com.graphdbapi.atomic.GraphDbAtomicLong
先加指定值在获取值
addTo(Temporal) - 类 中的方法com.graphdbapi.values.storable.CypherDuration
 
affinities() - 接口 中的方法com.graphdbapi.Graph
获取集群中所有affinity。
affinity(long) - 接口 中的方法com.graphdbapi.Graph
获取点VertexId所在的主机号。
asObjectCopy() - 类 中的方法com.graphdbapi.values.storable.CypherByte
 
asObjectCopy() - 类 中的方法com.graphdbapi.values.storable.CypherChar
 
asObjectCopy() - 类 中的方法com.graphdbapi.values.storable.CypherDate
 
asObjectCopy() - 类 中的方法com.graphdbapi.values.storable.CypherDouble
 
asObjectCopy() - 类 中的方法com.graphdbapi.values.storable.CypherDuration
 
asObjectCopy() - 类 中的方法com.graphdbapi.values.storable.CypherFloat
 
asObjectCopy() - 类 中的方法com.graphdbapi.values.storable.CypherInt
 
asObjectCopy() - 类 中的方法com.graphdbapi.values.storable.CypherLong
 
asObjectCopy() - 类 中的方法com.graphdbapi.values.storable.CypherShort
 
asObjectCopy() - 类 中的方法com.graphdbapi.values.storable.CypherString
 
asObjectCopy() - 类 中的方法com.graphdbapi.values.storable.CypherStringArray
 
asObjectCopy() - 类 中的方法com.graphdbapi.values.storable.CypherValue
 

B

BOOLEAN - 类 中的静态变量com.graphdbapi.PropertyType
 
booleanValue(boolean) - 类 中的静态方法com.graphdbapi.values.storable.CypherValues
 
broadcastCallable(GraphBroadcastCallable<V>) - 接口 中的方法com.graphdbapi.Graph
带返回值的广播任务。
broadcastCallable(Collection<Integer>, GraphBroadcastCallable<V>) - 接口 中的方法com.graphdbapi.Graph
带返回值的广播任务。
broadcastRunnable(GraphBroadcastRunnable) - 接口 中的方法com.graphdbapi.Graph
不带返回值的广播任务。
broadcastRunnable(Collection<Integer>, GraphBroadcastRunnable) - 接口 中的方法com.graphdbapi.Graph
不带返回值的广播任务。
bufferedReader(String, Charset) - 接口 中的方法com.graphdbapi.file.FileObject
BufferedReader流
BufferedReaderObject - com.graphdbapi.file中的接口
用于IO的BufferedReader
bufferedWriter(String, Charset) - 接口 中的方法com.graphdbapi.file.FileObject
BufferedWriter流(默认覆盖文件内容)
bufferedWriter(String, boolean, Charset) - 接口 中的方法com.graphdbapi.file.FileObject
BufferedWriter流
BufferedWriterObject - com.graphdbapi.file中的接口
用于IO的BufferedWriter
buildList(PropertyType.PrimitiveDataType) - 类 中的静态方法com.graphdbapi.PropertyType
 
buildSet(PropertyType.PrimitiveDataType) - 类 中的静态方法com.graphdbapi.PropertyType
 
byteValue(byte) - 类 中的静态方法com.graphdbapi.values.storable.CypherValues
 

C

call(GraphContext) - 接口 中的方法com.graphdbapi.GraphBroadcastCallable
执行广播的任务(有返回值)
charValue(char) - 类 中的静态方法com.graphdbapi.values.storable.CypherValues
 
close() - 接口 中的方法com.graphdbapi.GraphAutoCloseableIterator
关闭资源
com.graphdbapi - 程序包 com.graphdbapi
 
com.graphdbapi.atomic - 程序包 com.graphdbapi.atomic
 
com.graphdbapi.file - 程序包 com.graphdbapi.file
 
com.graphdbapi.procedure - 程序包 com.graphdbapi.procedure
 
com.graphdbapi.values - 程序包 com.graphdbapi.values
 
com.graphdbapi.values.api - 程序包 com.graphdbapi.values.api
 
com.graphdbapi.values.storable - 程序包 com.graphdbapi.values.storable
 
com.graphdbapi.values.util - 程序包 com.graphdbapi.values.util
 
com.graphdbapi.values.virtual - 程序包 com.graphdbapi.values.virtual
 
CombinedEdgeType - com.graphdbapi中的类
边信息
CombinedEdgeType(int, int) - 类 的构造器com.graphdbapi.CombinedEdgeType
 
Context - com.graphdbapi.procedure中的注释类型
每个程序在被调用前,带有该注解的字段将自动用指定API的实现方式进行填充。
ConvertUtil - com.graphdbapi.values.util中的类
Vertex和Edge转换成CypherNodeCypherRelationship工具类
ConvertUtil() - 类 的构造器com.graphdbapi.values.util.ConvertUtil
 
copy(String, String) - 接口 中的方法com.graphdbapi.file.FileObject
复制文件/文件夹
createDir(String) - 接口 中的方法com.graphdbapi.file.FileObject
创建文件夹
createEdgeType(String, int, int, boolean, boolean, String, Map<String, PropertyType>) - 接口 中的方法com.graphdbapi.GraphSchema
添加边类型。
createEdgeType(String, int, int, boolean, String, Map<String, PropertyType>) - 接口 中的方法com.graphdbapi.GraphSchema
添加边类型。
createEdgeType(String, List<CombinedEdgeType>, boolean, String, Map<String, PropertyType>) - 接口 中的方法com.graphdbapi.GraphSchema
添加边类型。
createEdgeType(String, List<CombinedEdgeType>, boolean, boolean, String, Map<String, PropertyType>) - 接口 中的方法com.graphdbapi.GraphSchema
添加边类型。
createFile(String) - 接口 中的方法com.graphdbapi.file.FileObject
创建文件
createProperty(int, boolean, String, boolean, PropertyType) - 接口 中的方法com.graphdbapi.GraphSchema
为某个类型增加属性列。
createRelationshipTo(Node, RelationshipType) - 接口 中的方法com.graphdbapi.values.api.Node
在该点和另一点间创建边,该边类型属于type, 以该点为起始点,以otherNode为终止点。
createVertexType(String, String, Map<String, PropertyType>) - 接口 中的方法com.graphdbapi.GraphSchema
添加点类型。
CypherAny - com.graphdbapi.values中的类
Driver传输对象基类。
CypherAny() - 类 的构造器com.graphdbapi.values.CypherAny
 
CypherBoolean - com.graphdbapi.values.storable中的类
Driver传输Boolean类型的对象。
CypherBoolean() - 类 中的方法com.graphdbapi.values.storable.CypherBoolean
获取当前对象的boolean值。
CypherByte - com.graphdbapi.values.storable中的类
Driver传输Byte类型的对象。
CypherChar - com.graphdbapi.values.storable中的类
Driver传输Char类型的对象。
CypherDate - com.graphdbapi.values.storable中的类
Driver传输Date类型的对象。
CypherDouble - com.graphdbapi.values.storable中的类
Driver传输Double类型的对象。
CypherDuration - com.graphdbapi.values.storable中的类
Driver传输Duration类型的对象。
CypherFloat - com.graphdbapi.values.storable中的类
Driver传输Float类型的对象。
CypherInt - com.graphdbapi.values.storable中的类
Driver传输Int类型的对象。
CypherList - com.graphdbapi.values.virtual中的类
Driver传输List类型的对象。
CypherList() - 类 的构造器com.graphdbapi.values.virtual.CypherList
 
CypherLong - com.graphdbapi.values.storable中的类
Driver传输Long类型的对象。
CypherMap - com.graphdbapi.values.virtual中的类
Driver传输Map类型的对象。
CypherMap() - 类 的构造器com.graphdbapi.values.virtual.CypherMap
 
CypherNode - com.graphdbapi.values.virtual中的类
Driver传输Node类型的对象。
CypherNode(long) - 类 的构造器com.graphdbapi.values.virtual.CypherNode
 
CypherNumber - com.graphdbapi.values.storable中的类
Driver传输Number类型的对象。
CypherNumber() - 类 的构造器com.graphdbapi.values.storable.CypherNumber
 
CypherPath - com.graphdbapi.values.virtual中的类
Driver传输Path类型的对象。
CypherPath() - 类 的构造器com.graphdbapi.values.virtual.CypherPath
 
CypherRelationship - com.graphdbapi.values.virtual中的类
Driver传输Relationship类型的对象。
CypherRelationship(String) - 类 的构造器com.graphdbapi.values.virtual.CypherRelationship
 
CypherShort - com.graphdbapi.values.storable中的类
Driver传输Short类型的对象。
CypherString - com.graphdbapi.values.storable中的类
Driver传输String类型的对象。
CypherString() - 类 的构造器com.graphdbapi.values.storable.CypherString
 
CypherStringArray - com.graphdbapi.values.storable中的类
Driver传输StringArray类型的对象。
CypherStringArray(String[]) - 类 的构造器com.graphdbapi.values.storable.CypherStringArray
 
CypherStringWrappingString - com.graphdbapi.values.storable中的类
Driver传输WrappingString类型的对象。
CypherText - com.graphdbapi.values.storable中的类
Driver传输字符/字符串类型的对象。
CypherTextArray - com.graphdbapi.values.storable中的类
Driver传输字符数组/字符串数组类型的对象。
CypherTextArray() - 类 的构造器com.graphdbapi.values.storable.CypherTextArray
 
CypherValue - com.graphdbapi.values.storable中的类
Driver传输对象基类。
CypherValue() - 类 的构造器com.graphdbapi.values.storable.CypherValue
 
CypherValues - com.graphdbapi.values.storable中的类
工具类。
CypherValues() - 类 的构造器com.graphdbapi.values.storable.CypherValues
 
CypherVirtuals - com.graphdbapi.values.virtual中的类
复杂对象的构建类。
CypherVirtuals() - 类 的构造器com.graphdbapi.values.virtual.CypherVirtuals
 

D

date(LocalDate) - 类 中的静态方法com.graphdbapi.values.storable.CypherDate
 
DATETIME - 类 中的静态变量com.graphdbapi.PropertyType
 
decrementAndGet() - 接口 中的方法com.graphdbapi.atomic.GraphDbAtomicLong
先自减1再获取值
DEFAULT_VALUE - 注释类型 中的静态变量com.graphdbapi.procedure.Name
默认值
delete(String) - 接口 中的方法com.graphdbapi.file.FileObject
删除文件/文件夹。
delete() - 接口 中的方法com.graphdbapi.values.api.Node
删除该点 注意如果该点没有与之关联的边,则删除该点。
delete() - 接口 中的方法com.graphdbapi.values.api.Relationship
删除该边。
deleteEdge(String) - 接口 中的方法com.graphdbapi.Graph
删除边
deleteForce(String) - 接口 中的方法com.graphdbapi.file.FileObject
强制删除文件/文件夹。
deleteVertex(long) - 接口 中的方法com.graphdbapi.Graph
删除点以及所有与点相关的边
deleteVertex(long, boolean) - 接口 中的方法com.graphdbapi.Graph
删除点
Description - com.graphdbapi.procedure中的注释类型
可以选择用@Description("a description")对注册的方法进行描述。
Direction - com.graphdbapi中的枚举
查询方向
DOUBLE - 类 中的静态变量com.graphdbapi.PropertyType
 
doubleValue() - 类 中的方法com.graphdbapi.values.storable.CypherByte
 
doubleValue() - 类 中的方法com.graphdbapi.values.storable.CypherDouble
 
doubleValue() - 类 中的方法com.graphdbapi.values.storable.CypherFloat
 
doubleValue() - 类 中的方法com.graphdbapi.values.storable.CypherInt
 
doubleValue() - 类 中的方法com.graphdbapi.values.storable.CypherLong
 
doubleValue() - 类 中的方法com.graphdbapi.values.storable.CypherNumber
获取double类型的对象值。
doubleValue() - 类 中的方法com.graphdbapi.values.storable.CypherShort
 
doubleValue(double) - 类 中的静态方法com.graphdbapi.values.storable.CypherValues
 
dropEdgeType(int) - 接口 中的方法com.graphdbapi.GraphSchema
删除边类型。
dropProperty(int, boolean, String) - 接口 中的方法com.graphdbapi.GraphSchema
删除某个类型的某个属性。
dropVertexType(int) - 接口 中的方法com.graphdbapi.GraphSchema
删除点类型。
duration(Duration) - 类 中的静态方法com.graphdbapi.values.storable.CypherDuration
 
duration(Period) - 类 中的静态方法com.graphdbapi.values.storable.CypherDuration
 
duration(long, long, long, long) - 类 中的静态方法com.graphdbapi.values.storable.CypherDuration
 

E

Edge - com.graphdbapi中的接口
边对象
edgeIteratorFast(Consumer<Edge>) - 接口 中的方法com.graphdbapi.Graph
多线程迭代本地边
edgeIteratorFast(Consumer<Edge>, Set<Integer>) - 接口 中的方法com.graphdbapi.Graph
多线程迭代本地边
edgeIteratorFast(Consumer<Edge>, Set<Integer>, boolean) - 接口 中的方法com.graphdbapi.Graph
多线程迭代本地边
edgeTypeIndex(String) - 接口 中的方法com.graphdbapi.Graph
通过边EdgeId获取边类型index
Element - com.graphdbapi中的接口
图元素
EMPTY - 类 中的静态变量com.graphdbapi.values.virtual.CypherMap
 
EMPTY_STRING - 类 中的静态变量com.graphdbapi.values.storable.CypherValues
 
endNode() - 接口 中的方法com.graphdbapi.values.api.Path
返回该路径的终止点,该点同时也是从Path.nodes()迭代返回的最后一个点。
endNode() - 类 中的方法com.graphdbapi.values.virtual.CypherPath
 
endNodeId() - 类 中的方法com.graphdbapi.values.virtual.CypherRelationship
 
Entity<T> - com.graphdbapi.values.api中的接口
实体。
error(String) - 接口 中的方法com.graphdbapi.GraphLogger
错误信息
error(String, Throwable) - 接口 中的方法com.graphdbapi.GraphLogger
错误信息
executePregel(CONFIG, GraphPregelComputation<CONFIG>) - 接口 中的方法com.graphdbapi.Graph
执行分布式 pregel 任务

F

FALSE - 类 中的静态变量com.graphdbapi.values.storable.CypherBoolean
Driver传输Boolean.FALSE值的默认对象。
FileObject - com.graphdbapi.file中的接口
用于IO的文件操作接口
floatValue(float) - 类 中的静态方法com.graphdbapi.values.storable.CypherValues
 
flush() - 接口 中的方法com.graphdbapi.file.BufferedWriterObject
刷新
flushData() - 接口 中的方法com.graphdbapi.Graph
手动触发写盘
fromList(List<CypherAny>) - 类 中的静态方法com.graphdbapi.values.virtual.CypherVirtuals
 

G

get() - 接口 中的方法com.graphdbapi.atomic.GraphDbAtomicLong
获取当前值
get(TemporalUnit) - 类 中的方法com.graphdbapi.values.storable.CypherDuration
 
getAllEdgeCount() - 接口 中的方法com.graphdbapi.Graph
查询集群总边数
getAllProperties() - 接口 中的方法com.graphdbapi.values.api.PropertyEntity
返回所有现存属性。
getAllVertexCount() - 接口 中的方法com.graphdbapi.Graph
查询集群总点数
getAndAdd(long) - 接口 中的方法com.graphdbapi.atomic.GraphDbAtomicLong
先获取当前值再加指定值
getAndDecrement() - 接口 中的方法com.graphdbapi.atomic.GraphDbAtomicLong
先获取当前值再自减1
getAndIncrement() - 接口 中的方法com.graphdbapi.atomic.GraphDbAtomicLong
先获取当前值再自加1
getAndSet(long) - 接口 中的方法com.graphdbapi.atomic.GraphDbAtomicLong
获取当前的值并设置新值
getDegree() - 接口 中的方法com.graphdbapi.values.api.Node
不考虑方向和类型,返回与该点连接的所有边数量。
getDegree(RelationshipType) - 接口 中的方法com.graphdbapi.values.api.Node
给定type,返回该点上满足该类型的边数量。
getDegree(Direction) - 接口 中的方法com.graphdbapi.values.api.Node
给定direction,返回与该点相连并满足该方向的边数量。
getDegree(RelationshipType, Direction) - 接口 中的方法com.graphdbapi.values.api.Node
给定typedirection,返回与该点相连并满足该类型和方向的边数量。
getEdgeCount(int) - 接口 中的方法com.graphdbapi.Graph
查询集群指定边类型总数
getEdgeCount(boolean) - 接口 中的方法com.graphdbapi.Graph
查询边数量
getEdgeCount(int, boolean) - 接口 中的方法com.graphdbapi.Graph
查询指定边类型数量
getEdgeFromType(int) - 接口 中的方法com.graphdbapi.GraphSchema
边类型起始点类型index
getEdgeToType(int) - 接口 中的方法com.graphdbapi.GraphSchema
边类型终止点类型index
getEdgeTypeIndex(String, int, int) - 接口 中的方法com.graphdbapi.GraphSchema
根据边类型名称、边的起始点类型index和边的终止点类型index来获取边类型index
getEdgeTypeName(int) - 接口 中的方法com.graphdbapi.GraphSchema
根据边类型index获取边类型名称
getEdgeTypes() - 接口 中的方法com.graphdbapi.GraphSchema
边类型列表
getEndNode() - 接口 中的方法com.graphdbapi.values.api.Relationship
返回该边的终止点。
getEndNodeId() - 接口 中的方法com.graphdbapi.values.api.Relationship
返回该边的终止点。
getFilePointer() - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
返回此文件中的当前偏移量。
getFirstSign() - 类 中的方法com.graphdbapi.PropertyType
 
getFromId() - 接口 中的方法com.graphdbapi.Edge
获取起始点VertexId
getFromTypeIndex() - 类 中的方法com.graphdbapi.CombinedEdgeType
获取起始点类型
getGraph() - 类 中的方法com.graphdbapi.GraphContext
获取图对象
getGraphName() - 接口 中的方法com.graphdbapi.Graph
查询图名称
getGraphName() - 接口 中的方法com.graphdbapi.GraphSchema
获取图名称
getId() - 接口 中的方法com.graphdbapi.values.api.Entity
Node的id是long类型RelationShip的id是String类型
getId() - 接口 中的方法com.graphdbapi.values.api.Node
返回该点的唯一 id,id 值类型为 Long 类型
getId() - 接口 中的方法com.graphdbapi.values.api.Relationship
返回该边的唯一id。
getLogger() - 类 中的方法com.graphdbapi.GraphContext
获取日志对象
getMap() - 类 中的方法com.graphdbapi.values.virtual.CypherMap
 
getNodes() - 接口 中的方法com.graphdbapi.values.api.Relationship
返回一条边上的两个点。
getNodeType() - 接口 中的方法com.graphdbapi.values.api.Node
返回该点的类型
getOrCreateGraphDbAtomicLong(String, long) - 接口 中的方法com.graphdbapi.Graph
创建一个分布式 AtomicLong
getOtherId(long) - 接口 中的方法com.graphdbapi.Edge
获取另端VertexId
getOtherNode(Node) - 接口 中的方法com.graphdbapi.values.api.Relationship
一个便捷操作是:给定边一端的点,返回另一端点。
getOtherNodeId(long) - 接口 中的方法com.graphdbapi.values.api.Relationship
一个便捷操作是:给定边一端的点id,返回另一端点的id。
getPk(long) - 接口 中的方法com.graphdbapi.Graph
根据VertexId来查询对应点的外部唯一标识值
getPkName(String) - 接口 中的方法com.graphdbapi.values.api.Node
获取点的主键名
getPkValue() - 接口 中的方法com.graphdbapi.values.api.Node
返回该点的主键值
getPrimitiveDataType() - 类 中的方法com.graphdbapi.PropertyType
 
getProperties() - 接口 中的方法com.graphdbapi.Element
返回属性集合
getProperties(String...) - 接口 中的方法com.graphdbapi.values.api.PropertyEntity
返回指定的属性值 Map。
getProperty(String) - 接口 中的方法com.graphdbapi.Element
获取某个属性值
getProperty(String) - 接口 中的方法com.graphdbapi.values.api.PropertyEntity
返回和给定键结合的属性值。
getProperty(String, Object) - 接口 中的方法com.graphdbapi.values.api.PropertyEntity
返回和给定键关联的属性值,或者默认值。
getPropertyKeys() - 接口 中的方法com.graphdbapi.values.api.PropertyEntity
返回所有的现存属性键,如果不存在属性,返回一个空迭代。
getPropertyTypeMap(int, boolean) - 接口 中的方法com.graphdbapi.GraphSchema
获取类型下的属性
getRelationships() - 接口 中的方法com.graphdbapi.values.api.Node
返回该点上的所有边。
getRelationships(RelationshipType...) - 接口 中的方法com.graphdbapi.values.api.Node
返回该点上types中类型的任意方向的边。
getRelationships(Direction, RelationshipType...) - 接口 中的方法com.graphdbapi.values.api.Node
返回该点上types中任何类型且边方向为direction的边。
getRelationships(Direction) - 接口 中的方法com.graphdbapi.values.api.Node
返回该点上的所有OUTGOINGINCOMING
getRelationships(RelationshipType, Direction) - 接口 中的方法com.graphdbapi.values.api.Node
返回点上对应给定类型和方向的边,如果找不到匹配边,返回空迭代。
getRelationshipTypes() - 接口 中的方法com.graphdbapi.values.api.Node
如点含多于1条的边,返回这些边的类型;如该点不含与之关联的边,返回空迭代。
getRelType() - 接口 中的方法com.graphdbapi.values.api.Relationship
返回该边的类型。
getSingleRelationship(RelationshipType, Direction) - 接口 中的方法com.graphdbapi.values.api.Node
返回该点上符合给定类型和方向的唯一边,或者返回null
getSnowId() - 接口 中的方法com.graphdbapi.Graph
返回 Cypher 任务 id
getStartNode() - 接口 中的方法com.graphdbapi.values.api.Relationship
返回该边的起始点。
getStartNodeId() - 接口 中的方法com.graphdbapi.values.api.Relationship
返回该边的起始点。
getToId() - 接口 中的方法com.graphdbapi.Edge
获取终止点VertexId
getToTypeIndex() - 类 中的方法com.graphdbapi.CombinedEdgeType
获取终止点类型
getType() - 接口 中的方法com.graphdbapi.values.api.Relationship
返回边类型。
getTypeIndex() - 接口 中的方法com.graphdbapi.Element
获取类型index
getUnits() - 类 中的方法com.graphdbapi.values.storable.CypherDuration
 
getVersion() - 接口 中的方法com.graphdbapi.Element
获取 version
getVersion() - 接口 中的方法com.graphdbapi.GraphSchema
获取图meta版本号
getVertexCount(int) - 接口 中的方法com.graphdbapi.Graph
查询集群指定点类型总数
getVertexCount(boolean) - 接口 中的方法com.graphdbapi.Graph
查询点数量
getVertexCount(int, boolean) - 接口 中的方法com.graphdbapi.Graph
查询指定点类型数量
getVertexes(Collection<Long>) - 接口 中的方法com.graphdbapi.Graph
批量查询点
getVertexIdByPk(String) - 接口 中的方法com.graphdbapi.Graph
根据外部唯一标识查询点VertexId
getVertexIdByPk(String, int) - 接口 中的方法com.graphdbapi.Graph
根据外部唯一标识和点类型index查询点VertexId
getVertexIdByPk(String, String) - 接口 中的方法com.graphdbapi.Graph
根据外部唯一标识和点类型名查询点VertexId。
getVertexIdByPkCompatible(String) - 接口 中的方法com.graphdbapi.Graph
根据外部唯一标识查询点VertexId
getVertexIdByPkCompatible(String, int) - 接口 中的方法com.graphdbapi.Graph
根据外部唯一标识和点类型index查询点VertexId
getVertexIdByPkCompatible(String, String) - 接口 中的方法com.graphdbapi.Graph
根据外部唯一标识和点类型名查询点VertexId。
getVertexPkPropertyName(int) - 接口 中的方法com.graphdbapi.GraphSchema
获取点类型对应的外部唯一标识属性名
getVertexTypeIndex(String) - 接口 中的方法com.graphdbapi.GraphSchema
根据点类型名称获取点类型index
getVertexTypeName(int) - 接口 中的方法com.graphdbapi.GraphSchema
根据点类型index获取点类型名称
getVertexTypes() - 接口 中的方法com.graphdbapi.GraphSchema
图中所有点类型
Graph - com.graphdbapi中的接口
入口类,图对象
GraphAutoCloseableIterator<T> - com.graphdbapi中的接口
迭代器接口
GraphBroadcastCallable<V> - com.graphdbapi中的接口
广播接口(有返回值)
GraphBroadcastRunnable - com.graphdbapi中的接口
广播接口(无返回值)
GraphContext - com.graphdbapi中的类
广播任务提供的Context类
GraphContext(Graph, GraphLogger) - 类 的构造器com.graphdbapi.GraphContext
 
GraphDbApiException - com.graphdbapi中的异常错误
异常类
GraphDbApiException(String) - 异常错误 的构造器com.graphdbapi.GraphDbApiException
 
GraphDbApiException(Throwable) - 异常错误 的构造器com.graphdbapi.GraphDbApiException
 
GraphDbApiException(String, Object...) - 异常错误 的构造器com.graphdbapi.GraphDbApiException
 
GraphDbApiException(Throwable, String, Object...) - 异常错误 的构造器com.graphdbapi.GraphDbApiException
 
GraphDbAtomicException - com.graphdbapi.atomic中的异常错误
分布式操作异常类
GraphDbAtomicException(String) - 异常错误 的构造器com.graphdbapi.atomic.GraphDbAtomicException
 
GraphDbAtomicException(Throwable) - 异常错误 的构造器com.graphdbapi.atomic.GraphDbAtomicException
 
GraphDbAtomicException(String, Object...) - 异常错误 的构造器com.graphdbapi.atomic.GraphDbAtomicException
 
GraphDbAtomicException(Throwable, String, Object...) - 异常错误 的构造器com.graphdbapi.atomic.GraphDbAtomicException
 
GraphDbAtomicLong - com.graphdbapi.atomic中的接口
分布式的原子类型long,类似于java.util.concurrent.atomic.AtomicLong
GraphDbFileIOException - com.graphdbapi.file中的异常错误
 
GraphDbFileIOException(String) - 异常错误 的构造器com.graphdbapi.file.GraphDbFileIOException
 
GraphDbFileIOException(Throwable) - 异常错误 的构造器com.graphdbapi.file.GraphDbFileIOException
 
GraphDbFileIOException(String, Object...) - 异常错误 的构造器com.graphdbapi.file.GraphDbFileIOException
 
GraphDbFileIOException(Throwable, String, Object...) - 异常错误 的构造器com.graphdbapi.file.GraphDbFileIOException
 
GraphLogger - com.graphdbapi中的接口
日志打印
GraphSchema - com.graphdbapi中的接口
图的schema信息

H

hasProperty(String) - 接口 中的方法com.graphdbapi.Element
判断属性是否存在
hasProperty(String) - 接口 中的方法com.graphdbapi.values.api.PropertyEntity
如果通过给定的键能访问属性容器中的属性,返回值为true,否则返回false
hasRelationship() - 接口 中的方法com.graphdbapi.values.api.Node
如果该点上有任何与之关联的边,返回true,反之则返回false
hasRelationship(RelationshipType...) - 接口 中的方法com.graphdbapi.values.api.Node
不考虑方向,如果该点上含types中任一类的边(不考虑方向),返回true, 否则返回false
hasRelationship(Direction, RelationshipType...) - 接口 中的方法com.graphdbapi.values.api.Node
在确定方向的情况下,如果该点上含任一types中的类型且方向为direction的边, 返回true,否则返回true
hasRelationship(Direction) - 接口 中的方法com.graphdbapi.values.api.Node
如果点上含任何给定方向的边,返回true,否则返回false; 如果以BOTH作为边方向,会匹配两个方向的所有边(将之有效转换为hasRelationships()
hasRelationship(RelationshipType, Direction) - 接口 中的方法com.graphdbapi.values.api.Node
如果点上含任何对应给定类型和方向的边,返回true,否则返回false
hasVertex(long) - 接口 中的方法com.graphdbapi.Graph
根据点VertexId判断点是否存在

I

id() - 接口 中的方法com.graphdbapi.Edge
EdgeId
id() - 类 中的方法com.graphdbapi.values.virtual.CypherRelationship
 
id() - 接口 中的方法com.graphdbapi.Vertex
VertexId
incrementAndGet() - 接口 中的方法com.graphdbapi.atomic.GraphDbAtomicLong
先自加1再获取值
info(String) - 接口 中的方法com.graphdbapi.GraphLogger
提示性信息
info(String, Throwable) - 接口 中的方法com.graphdbapi.GraphLogger
提示性信息
insertEdgeByVertexId(long, long, int, Map<String, Object>) - 接口 中的方法com.graphdbapi.Graph
添加边
insertVertexByPk(String, int, Map<String, Object>) - 接口 中的方法com.graphdbapi.Graph
添加点
INT - 类 中的静态变量com.graphdbapi.PropertyType
 
intValue(int) - 类 中的静态方法com.graphdbapi.values.storable.CypherValues
 
isDir(String) - 接口 中的方法com.graphdbapi.file.FileObject
是否是文件夹
isExist(String) - 接口 中的方法com.graphdbapi.file.FileObject
文件/文件夹,是否存在
isStop() - 接口 中的方法com.graphdbapi.Graph
返回布尔值用于停止plugin任务
isType(NodeType) - 接口 中的方法com.graphdbapi.values.api.Node
检查该点是否带有给定标签。
isType(RelationshipType) - 接口 中的方法com.graphdbapi.values.api.Relationship
指示该边是否为type类型。
iterator() - 接口 中的方法com.graphdbapi.values.api.Path
依次遍历路径中的NodeRelationshipNodeRelationship交错; 分别以Node (the Path.startNode()开始,Path.endNode()结束。

L

labels() - 类 中的方法com.graphdbapi.values.virtual.CypherNode
 
lastRelationship() - 接口 中的方法com.graphdbapi.values.api.Path
返回路径中最后一个Relationship
lastRelationship() - 类 中的方法com.graphdbapi.values.virtual.CypherPath
 
length() - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
返回此文件的长度。
length() - 接口 中的方法com.graphdbapi.values.api.Path
返回路径的长度,即边的数量(相当于点数量减一),最短路径长度可能为0。
length() - 类 中的方法com.graphdbapi.values.storable.CypherStringArray
 
length() - 类 中的方法com.graphdbapi.values.storable.CypherTextArray
 
list(String) - 接口 中的方法com.graphdbapi.file.FileObject
查看文件夹下所有 文件/文件夹 名称列表
list(CypherAny...) - 类 中的静态方法com.graphdbapi.values.virtual.CypherVirtuals
 
localAffinity() - 接口 中的方法com.graphdbapi.Graph
获取本机的affinity。
LONG - 类 中的静态变量com.graphdbapi.PropertyType
 
longValue() - 类 中的方法com.graphdbapi.values.storable.CypherByte
 
longValue() - 类 中的方法com.graphdbapi.values.storable.CypherDouble
 
longValue() - 类 中的方法com.graphdbapi.values.storable.CypherFloat
 
longValue() - 类 中的方法com.graphdbapi.values.storable.CypherInt
 
longValue() - 类 中的方法com.graphdbapi.values.storable.CypherLong
 
longValue() - 类 中的方法com.graphdbapi.values.storable.CypherNumber
获取long类型的对象值。
longValue() - 类 中的方法com.graphdbapi.values.storable.CypherShort
 
longValue(long) - 类 中的静态方法com.graphdbapi.values.storable.CypherValues
 

M

map(Map<String, CypherAny>) - 类 中的静态方法com.graphdbapi.values.virtual.CypherVirtuals
 
MAX_VALUE - 类 中的静态变量com.graphdbapi.values.storable.CypherDate
 
MAX_VALUE - 类 中的静态变量com.graphdbapi.values.storable.CypherDuration
 
meta() - 接口 中的方法com.graphdbapi.Graph
查询图的meta信息
MIN_VALUE - 类 中的静态变量com.graphdbapi.values.storable.CypherDate
 
MIN_VALUE - 类 中的静态变量com.graphdbapi.values.storable.CypherDuration
 

N

name() - 接口 中的方法com.graphdbapi.atomic.GraphDbAtomicLong
获取名字
Name - com.graphdbapi.procedure中的注释类型
用以界定程序输入参数的名称,在调用程序时为程序确定参数值。
name() - 接口 中的方法com.graphdbapi.values.api.NodeType
类型是点分组的依据,Node中同一类型的点属于同一组,点有且仅有一种类型。
name() - 接口 中的方法com.graphdbapi.values.api.RelationshipType
返回边类型的名称。
Node - com.graphdbapi.values.api中的接口
点实体。
nodes() - 接口 中的方法com.graphdbapi.values.api.Path
从起始点到终止点按顺序返回该路径上的所有点。
nodes() - 类 中的方法com.graphdbapi.values.virtual.CypherPath
 
NodeType - com.graphdbapi.values.api中的接口
点类型。
nodeValue(GraphSchema, Vertex) - 类 中的静态方法com.graphdbapi.values.util.ConvertUtil
将Vertex对象转换成CypherNode对象
nodeValue(long, CypherText, CypherMap) - 类 中的静态方法com.graphdbapi.values.virtual.CypherVirtuals
 
numberValue(Number) - 类 中的静态方法com.graphdbapi.values.storable.CypherValues
 

P

Path - com.graphdbapi.values.api中的接口
表示图中的路径。
path(CypherNode[], CypherRelationship[]) - 类 中的静态方法com.graphdbapi.values.virtual.CypherVirtuals
 
Procedure - com.graphdbapi.procedure中的注释类型
将方法声明为自定义过程,表示该方法可通过Cypher查询语言进行调用。
properties() - 类 中的方法com.graphdbapi.values.virtual.CypherNode
 
properties() - 类 中的方法com.graphdbapi.values.virtual.CypherRelationship
 
PropertyEntity - com.graphdbapi.values.api中的接口
属性实体。
PropertyType - com.graphdbapi中的类
属性类型列表
PropertyType.PrimitiveDataType - com.graphdbapi中的枚举
 
putPropertyValue(long, String, Object) - 接口 中的方法com.graphdbapi.Graph
为点添加属性
putPropertyValue(long, String, Object, boolean) - 接口 中的方法com.graphdbapi.Graph
为点添加属性
putPropertyValue(String, String, Object) - 接口 中的方法com.graphdbapi.Graph
为边添加属性
putPropertyValue(String, String, Object, boolean) - 接口 中的方法com.graphdbapi.Graph
为边添加属性

R

randomAccessFile(String, String) - 接口 中的方法com.graphdbapi.file.FileObject
返回RandomAccessFileObject
RandomAccessFileObject - com.graphdbapi.file中的接口
用于IO的RandomAccessFile
read(byte[], int, int) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从此文件中读取最多 len 个字节的数据到一个字节数组中。
read(byte[]) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从此文件中读取最多 b.length 个字节的数据到一个字节数组中。
readBoolean() - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从此文件中读取 boolean
readByte() - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从此文件中读取一个有符号的八位值。
readChar() - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从此文件中读取一个字符。
readDouble() - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从此文件中读取 double
readFloat() - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从此文件中读取 float
readFully(byte[]) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从此文件中读取 b.length 个字节到字节数组中,从当前文件指针开始。
readFully(byte[], int, int) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从当前文件指针开始,从该文件中准确读取 len 个字节到字节数组中。
readInt() - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从此文件中读取一个有符号的 32 位整数。
readLine() - 接口 中的方法com.graphdbapi.file.BufferedReaderObject
读取一行字符串
readLine() - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从此文件中读取下一行文本。
readLong() - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从此文件中读取一个有符号的 64 位整数。
readShort() - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从此文件中读取一个带符号的 16 位数字。
readUnsignedByte() - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从此文件中读取一个无符号的八位数字。
readUnsignedShort() - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
从此文件中读取一个无符号的 16 位数字。
Relationship - com.graphdbapi.values.api中的接口
边实体。
relationships() - 接口 中的方法com.graphdbapi.values.api.Path
返回路径上点间的所有边。
relationships() - 类 中的方法com.graphdbapi.values.virtual.CypherPath
 
RelationshipType - com.graphdbapi.values.api中的接口
边类型。
relationshipValue(GraphSchema, Edge) - 类 中的静态方法com.graphdbapi.values.util.ConvertUtil
将Edge对象转换成CypherRelationship对象
relationshipValue(String, long, long, CypherText, CypherMap) - 类 中的静态方法com.graphdbapi.values.virtual.CypherVirtuals
 
releaseResources() - 接口 中的方法com.graphdbapi.file.FileObject
主动释放所有FileObject产生的资源
removed() - 接口 中的方法com.graphdbapi.atomic.GraphDbAtomicLong
查看原子类是否被移除
removeProperty(String) - 接口 中的方法com.graphdbapi.values.api.PropertyEntity
删除与给定键关联的属性并返回旧值。
removePropertyValue(long, String) - 接口 中的方法com.graphdbapi.Graph
删除点VertexId的属性
removePropertyValue(String, String) - 接口 中的方法com.graphdbapi.Graph
删除边EdgeId的属性
removePropertyValue(long) - 接口 中的方法com.graphdbapi.Graph
删除点VertexId的所有属性,除外部唯一标识值
removePropertyValue(String) - 接口 中的方法com.graphdbapi.Graph
删除边EdgeId的所有属性,除combineKey
renamePropertyName(int, boolean, String, String) - 接口 中的方法com.graphdbapi.GraphSchema
更新某个类型的某个属性名。
renameTypeName(int, boolean, String) - 接口 中的方法com.graphdbapi.GraphSchema
更新某个类型名。
retrieveAllEdges() - 接口 中的方法com.graphdbapi.Graph
查询集群所有边
retrieveAllEdges(Set<Integer>, Predicate<Edge>) - 接口 中的方法com.graphdbapi.Graph
查询带条件过滤的集群所有边
retrieveAllVertexes() - 接口 中的方法com.graphdbapi.Graph
查询集群所有点
retrieveAllVertexes(Set<Integer>, Predicate<Vertex>) - 接口 中的方法com.graphdbapi.Graph
查询带条件过滤的集群所有点
retrieveEdge(String) - 接口 中的方法com.graphdbapi.Graph
查询边
retrieveEdgeByVertexId(long, long, Set<Integer>, Direction, int, Predicate<Element>) - 接口 中的方法com.graphdbapi.Graph
找边。
retrieveEdgeByVertexId(long) - 接口 中的方法com.graphdbapi.Graph
找边。
retrieveEdgeByVertexId(long, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean, boolean, boolean) - 接口 中的方法com.graphdbapi.Graph
找边。
retrieveEdgeByVertexId(long, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean) - 接口 中的方法com.graphdbapi.Graph
找边
retrieveEdgeByVertexIdForAlgo(long, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean, boolean, boolean) - 接口 中的方法com.graphdbapi.Graph
根据VertexId查边
retrieveEdgeByVertexIdForAlgo(long, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean) - 接口 中的方法com.graphdbapi.Graph
根据VertexId查边
retrieveEdgeByVertexIdNoProps(long, Set<Integer>, Direction, int, int, Predicate<Element>, Predicate<Element>, boolean) - 接口 中的方法com.graphdbapi.Graph
找边。
retrieveEdgeCompatible(String) - 接口 中的方法com.graphdbapi.Graph
查询边
retrieveLocalEdges() - 接口 中的方法com.graphdbapi.Graph
查询本机所有边
retrieveLocalEdges(Set<Integer>, Predicate<Edge>) - 接口 中的方法com.graphdbapi.Graph
查询带条件过滤的本机所有边
retrieveLocalVertexes() - 接口 中的方法com.graphdbapi.Graph
查询本机所有点
retrieveLocalVertexes(Set<Integer>, Predicate<Vertex>) - 接口 中的方法com.graphdbapi.Graph
查询带条件过滤的本机所有点
retrieveNeighborIdIterator(long, Direction, Set<Integer>) - 接口 中的方法com.graphdbapi.Graph
获取邻居ElementId
retrieveOrInsertEdge(long, long, int, Map<String, Object>) - 接口 中的方法com.graphdbapi.Graph
查询或插入边。
retrieveOrInsertVertex(String, int, Map<String, Object>) - 接口 中的方法com.graphdbapi.Graph
查询或插入点。
retrieveVertex(long) - 接口 中的方法com.graphdbapi.Graph
查询点。
retrieveVertexByPk(String, int) - 接口 中的方法com.graphdbapi.Graph
查询点。
retrieveVertexByPkCompatible(String, int) - 接口 中的方法com.graphdbapi.Graph
查询点。
retrieveVertexCompatible(long) - 接口 中的方法com.graphdbapi.Graph
查询点。
reverseNodes() - 接口 中的方法com.graphdbapi.values.api.Path
以反向顺序返回该路径上的所有点,即从终止点开始返回,而非从起始点开始。
reverseRelationships() - 接口 中的方法com.graphdbapi.values.api.Path
以相反的顺序返回路径上点间的所有边,即从Path.lastRelationship()开始向后返回到路径中的第一个边。
run(GraphContext) - 接口 中的方法com.graphdbapi.GraphBroadcastRunnable
执行广播的任务(无返回值)

S

searchEdgesByIndex(String, String, Object, int, int) - 接口 中的方法com.graphdbapi.Graph
通过索引,查找边数据,返回边Id
searchVertexesByIndex(String, String, Object, int, int) - 接口 中的方法com.graphdbapi.Graph
通过索引,查找点数据,返回点Id
seek(long) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
设置文件指针偏移量,从该文件的开头开始测量,在该位置发生下一次读取或写入。
sendFile(int, String, boolean) - 接口 中的方法com.graphdbapi.file.FileObject
指定affinity,同步发送文件。
sendFileAsync(int, String, boolean) - 接口 中的方法com.graphdbapi.file.FileObject
指定affinity,异步发送文件。
setFirstSign(PropertyType.PrimitiveDataType) - 类 中的方法com.graphdbapi.PropertyType
 
setLength(long) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
设置此文件的长度。
setPrimitiveDataType(PropertyType.PrimitiveDataType) - 类 中的方法com.graphdbapi.PropertyType
 
setProperty(String, Object) - 接口 中的方法com.graphdbapi.values.api.PropertyEntity
将给定键的属性值设置为value
shortValue(short) - 类 中的静态方法com.graphdbapi.values.storable.CypherValues
 
skipBytes(int) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
尝试跳过 n 字节的输入并丢弃跳过的字节。
startNode() - 接口 中的方法com.graphdbapi.values.api.Path
返回该路径的起始点,该点同时也是从Path.nodes()迭代返回的第一个点。
startNode() - 类 中的方法com.graphdbapi.values.virtual.CypherPath
 
startNodeId() - 类 中的方法com.graphdbapi.values.virtual.CypherRelationship
 
STRING - 类 中的静态变量com.graphdbapi.PropertyType
 
stringArray(String...) - 类 中的静态方法com.graphdbapi.values.storable.CypherValues
 
stringValue() - 类 中的方法com.graphdbapi.values.storable.CypherChar
 
stringValue(int) - 类 中的方法com.graphdbapi.values.storable.CypherStringArray
 
stringValue() - 类 中的方法com.graphdbapi.values.storable.CypherStringWrappingString
 
stringValue() - 类 中的方法com.graphdbapi.values.storable.CypherText
 
stringValue(int) - 类 中的方法com.graphdbapi.values.storable.CypherTextArray
 
stringValue(String) - 类 中的静态方法com.graphdbapi.values.storable.CypherValues
 
subtractFrom(Temporal) - 类 中的方法com.graphdbapi.values.storable.CypherDuration
 

T

toMapValue(Map<String, Object>) - 类 中的静态方法com.graphdbapi.values.util.ConvertUtil
将Map对象转换成CypherMap对象
toString() - 类 中的方法com.graphdbapi.CombinedEdgeType
 
toString() - 异常错误 中的方法com.graphdbapi.GraphDbApiException
 
toString() - 类 中的方法com.graphdbapi.PropertyType
 
toString() - 接口 中的方法com.graphdbapi.values.api.Path
返回路径的字符串表达式。
toString() - 类 中的方法com.graphdbapi.values.virtual.CypherRelationship
 
TRUE - 类 中的静态变量com.graphdbapi.values.storable.CypherBoolean
Driver传输Boolean.TRUE值的默认对象。
type() - 类 中的方法com.graphdbapi.values.virtual.CypherRelationship
 

U

updateEdge(String, Map<String, Object>) - 接口 中的方法com.graphdbapi.Graph
更新边的多个属性
updateEdge(String, Map<String, Object>, boolean) - 接口 中的方法com.graphdbapi.Graph
更新边的多个属性
updateVertex(long, Map<String, Object>) - 接口 中的方法com.graphdbapi.Graph
更新点的多个属性
updateVertex(long, Map<String, Object>, boolean) - 接口 中的方法com.graphdbapi.Graph
更新点的多个属性
upsertEdge(long, long, int, Map<String, Object>) - 接口 中的方法com.graphdbapi.Graph
插入或更新边。
upsertEdge(long, long, int, Map<String, Object>, boolean) - 接口 中的方法com.graphdbapi.Graph
插入或更新边。
upsertVertex(String, int, Map<String, Object>) - 接口 中的方法com.graphdbapi.Graph
插入或更新点。
upsertVertex(String, int, Map<String, Object>, boolean) - 接口 中的方法com.graphdbapi.Graph
插入或更新点。
UserAggregationFunction - com.graphdbapi.procedure中的注释类型
声明该方法为聚合函数,表示该方法能通过cypher查询语言调用。
UserAggregationResult - com.graphdbapi.procedure中的注释类型
将一种方法声明为聚合的结果方法。
UserAggregationUpdate - com.graphdbapi.procedure中的注释类型
将该方法声明为聚合的更新方法。
UserFunction - com.graphdbapi.procedure中的注释类型
将方法声明为一个函数,表示该方法可通过cypher查询语言调用。

V

validateBuildCollection(PropertyType.PrimitiveDataType) - 类 中的静态方法com.graphdbapi.PropertyType
 
value() - 类 中的方法com.graphdbapi.values.storable.CypherByte
 
value() - 类 中的方法com.graphdbapi.values.storable.CypherChar
 
value() - 类 中的方法com.graphdbapi.values.storable.CypherDouble
 
value() - 类 中的方法com.graphdbapi.values.storable.CypherFloat
 
value() - 类 中的方法com.graphdbapi.values.storable.CypherInt
 
value() - 类 中的方法com.graphdbapi.values.storable.CypherLong
 
value() - 类 中的方法com.graphdbapi.values.storable.CypherShort
 
valueOf(String) - 枚举 中的静态方法com.graphdbapi.Direction
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.graphdbapi.PropertyType.PrimitiveDataType
返回带有指定名称的该类型的枚举常量。
valueOf(String, PropertyType.PrimitiveDataType) - 类 中的静态方法com.graphdbapi.PropertyType
 
values() - 枚举 中的静态方法com.graphdbapi.Direction
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.graphdbapi.PropertyType.PrimitiveDataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
Vertex - com.graphdbapi中的接口
点对象
vertexIteratorFast(Consumer<Vertex>) - 接口 中的方法com.graphdbapi.Graph
多线程迭代本地点
vertexIteratorFast(Consumer<Vertex>, Set<Integer>) - 接口 中的方法com.graphdbapi.Graph
多线程迭代本地点
vertexIteratorFast(Consumer<Vertex>, Set<Integer>, boolean) - 接口 中的方法com.graphdbapi.Graph
多线程迭代本地点
vertexTypeIndex(long) - 接口 中的方法com.graphdbapi.Graph
通过点VertexId获取点类型Index

W

warn(String) - 接口 中的方法com.graphdbapi.GraphLogger
警示性信息
warn(String, Throwable) - 接口 中的方法com.graphdbapi.GraphLogger
警示性信息
withName(String) - 接口 中的静态方法com.graphdbapi.values.api.NodeType
实例化一个 NodeType 点类型.
withName(String) - 接口 中的静态方法com.graphdbapi.values.api.RelationshipType
用给定的名称实例化一个新的RelationshipType
write(String) - 接口 中的方法com.graphdbapi.file.BufferedWriterObject
写string值
write(byte[]) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
b.length 个字节从指定的字节数组写入此文件,从当前文件指针开始。
write(byte[], int, int) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
len 字节从从偏移量 off 开始的指定字节数组写入此文件。
writeBoolean(boolean) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
boolean 作为一字节值写入文件。
writeByte(int) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
byte 作为一字节值写入文件。
writeChar(int) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
char 作为两字节值写入文件,高字节在前。
writeChars(String) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
将字符串作为字符序列写入文件。
writeDouble(double) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
使用 Double 类中的 doubleToLongBits 方法将 double 参数转换为 long, 然后将该 long 值作为八字节数量写入文件,高字节在前.写入从文件指针的当前位置开始。
writeFloat(float) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
使用 Float 类中的 floatToIntBits 方法将 float 参数转换为 int, 然后将该 int 值作为四字节数量写入文件,高字节在前.写入从文件指针的当前位置开始。
writeInt(int) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
int 作为四个字节写入文件,高字节在前。
writeLong(long) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
将一个 long 作为八个字节写入文件,高字节在前。
writeShort(int) - 接口 中的方法com.graphdbapi.file.RandomAccessFileObject
short 作为两个字节写入文件,高字节在前。

Z

ZERO - 类 中的静态变量com.graphdbapi.values.storable.CypherDuration
 
A B C D E F G H I L M N P R S T U V W Z 
跳过导航链接