Serialized Form
-
Package com.graphdbapi.driver.v1.exceptions
-
Class com.graphdbapi.driver.v1.exceptions.AsynTaskNotCompleted extends GraphDbException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.AsynTaskNotExist extends GraphDbException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.AuthenticationException extends com.graphdbapi.driver.v1.exceptions.SecurityException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.ClientException extends GraphDbException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.DatabaseException extends GraphDbException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.DiscoveryException extends GraphDbException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.EdgeFoundException extends FoundException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.EdgeNotFoundException extends NotFoundException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.FoundException extends GraphDbException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.GraphDbException extends RuntimeException implements Serializable
- serialVersionUID:
- -80579062276712566L
-
Serialized Fields
-
code
String code
-
-
Class com.graphdbapi.driver.v1.exceptions.NoSuchRecordException extends NoSuchElementException implements Serializable
- serialVersionUID:
- 9091962868264042491L
-
Class com.graphdbapi.driver.v1.exceptions.NotFoundException extends GraphDbException implements Serializable
- serialVersionUID:
- 1L
-
Class com.graphdbapi.driver.v1.exceptions.ParamException extends ClientException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.PkNotFoundException extends NotFoundException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.PropertyFoundException extends FoundException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.PropertyNotFoundException extends NotFoundException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.ProtocolException extends GraphDbException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.SecurityException extends GraphDbException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.ServiceUnavailableException extends GraphDbException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.SessionExpiredException extends GraphDbException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.TaskNotExist extends GraphDbException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.TransactionException extends DatabaseException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.TransientException extends GraphDbException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.TypeErrorException extends GraphDbException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.TypeFoundException extends FoundException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.TypeNotFoundException extends NotFoundException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.ValueFormatException extends GraphDbException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.VertexFoundException extends FoundException implements Serializable
-
Class com.graphdbapi.driver.v1.exceptions.VertexNotFoundException extends NotFoundException implements Serializable
-
-
Package com.graphdbapi.driver.v1.graph.query.bfs
-
Class com.graphdbapi.driver.v1.graph.query.bfs.BfsInfo extends Object implements Serializable
-
Serialized Fields
-
depth
int depth
-
uuid
String uuid
-
vertexId
long vertexId
-
-
-
-
Package com.graphdbapi.driver.v1.graph.query.condition
-
Class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByProperty extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
conditionFilter
PropertyFilter conditionFilter
无类型的属性过滤 -
conditionFilterMap
Map<String,PropertyFilter> conditionFilterMap
类型的属性过滤 -
isVertex
boolean isVertex
-
skipNotMatch
boolean skipNotMatch
没有匹配上任何一个规则时,是否满足属性过滤。 -
skipNullProperty
boolean skipNullProperty
匹配上属性规则时,但是对应的属性值不存在,是否认为不匹配。
-
-
Class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionByType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isVertex
boolean isVertex
对点类型还是边类型过滤,true是对点类型,false是对边类型 -
typeConditionMethod
TypeConditionMethod typeConditionMethod
-
typeNameSet
Set<String> typeNameSet
类型集合
-
-
Class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionComposite extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
children
List<VisitCondition> children
-
-
Class com.graphdbapi.driver.v1.graph.query.condition.VisitConditionCompositeOr extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
childrenOr
List<VisitCondition> childrenOr
-
-