- 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
-
给定type
和direction
,返回与该点相连并满足该类型和方向的边数量。
- 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
-
- 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信息