All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description BufferedReaderObject 用于IO的BufferedReaderBufferedWriterObject 用于IO的BufferedWriterCombinedEdgeType 边信息ConditionCompose ConditionComposeOr ConditionOnVisit ConditionOnVisitTypeAdapter ConditionProperty ConditionType TIP:这个方法的edgeCondition是对typeIndex进行比较,需要先调用edgeCondition的init方法将其中的typeSet转为typeIndexContext 每个程序在被调用前,带有该注解的字段将自动用指定API的实现方式进行填充。 字段仅支持public修饰符。ConvertUtil Vertex和Edge转换成CypherNode
和CypherRelationship
工具类CypherAny Driver传输对象基类。CypherBoolean Driver传输Boolean类型的对象。CypherByte Driver传输Byte类型的对象。CypherChar Driver传输Char类型的对象。CypherDate Driver传输Date类型的对象。CypherDouble Driver传输Double类型的对象。CypherDuration Driver传输Duration类型的对象。CypherFloat Driver传输Float类型的对象。CypherInt Driver传输Int类型的对象。CypherList Driver传输List类型的对象。CypherLong Driver传输Long类型的对象。CypherMap Driver传输Map类型的对象。CypherNode Driver传输Node类型的对象。CypherNumber Driver传输Number类型的对象。CypherPath Driver传输Path类型的对象。CypherRelationship Driver传输Relationship类型的对象。CypherShort Driver传输Short类型的对象。CypherString Driver传输String类型的对象。CypherStringArray Driver传输StringArray类型的对象。CypherStringWrappingString Driver传输WrappingString类型的对象。CypherText Driver传输字符/字符串类型的对象。CypherTextArray Driver传输字符数组/字符串数组类型的对象。CypherValue Driver传输对象基类。CypherValues 工具类。将基础数据类型转成Driver传输对象。CypherVirtuals 复杂对象的构建类。Description 可以选择用@Description("a description")
对注册的方法进行描述。Direction 查询方向Edge 边对象Element 图元素Entity<T> 实体。FileObject 用于IO的文件操作接口Graph 入口类,图对象GraphAutoCloseableIterator<T> 迭代器接口GraphBroadcastCallable<V> 广播接口(有返回值)GraphBroadcastRunnable 广播接口(无返回值)GraphContext 广播任务提供的Context类GraphDbApiException 异常类GraphDbAtomicException 分布式操作异常类GraphDbAtomicLong 分布式的原子类型long,类似于java.util.concurrent.atomic.AtomicLongGraphDbFileIOException GraphLogger 日志打印GraphSchema 图的schema信息Name 用以界定程序输入参数的名称,在调用程序时为程序确定参数值。例如,如果用参数进行程序调用,此时声明的名称需映射至参数的名称。Node 点实体。 点的id是唯一的。NodeType 点类型。Path 路径对象。Procedure 将方法声明为自定义过程,表示该方法可通过Cypher查询语言进行调用。PropertyEntity 属性实体。PropertyFilter PropertyFilterInfo PropertyFilterInfo.QueryMethod PropertyType 属性类型列表PropertyType.PrimitiveDataType RandomAccessFileObject 用于IO的RandomAccessFileRelationship 边实体。每条边有一个起始点,一个终止点。 边的id是唯一的。RelationshipType 边类型。Transaction 交予客户用的事务APITypeCondition TypeConditionMethod UserAggregationFunction 声明该方法为聚合函数,表示该方法能通过cypher查询语言调用。UserAggregationResult 将一种方法声明为聚合的结果方法。UserAggregationUpdate 将该方法声明为聚合的更新方法。UserFunction 将方法声明为一个函数,表示该方法可通过cypher查询语言调用。Vertex 点对象