Uses of Class
com.arangodb.tinkerpop.gremlin.structure.ArangoDBGraphConfig
Packages that use ArangoDBGraphConfig
Package
Description
-
Uses of ArangoDBGraphConfig in com.arangodb.tinkerpop.gremlin.client
Fields in com.arangodb.tinkerpop.gremlin.client declared as ArangoDBGraphConfigMethods in com.arangodb.tinkerpop.gremlin.client with parameters of type ArangoDBGraphConfigModifier and TypeMethodDescriptionstatic String
ArangoDBQueryBuilder.readVertexEdges
(String graphName, org.apache.tinkerpop.gremlin.structure.Direction direction, ArangoDBGraphConfig config, String[] labels) static String
ArangoDBQueryBuilder.readVertexNeighbors
(String graphName, org.apache.tinkerpop.gremlin.structure.Direction direction, ArangoDBGraphConfig config, String[] labels) Constructors in com.arangodb.tinkerpop.gremlin.client with parameters of type ArangoDBGraphConfigModifierConstructorDescriptionArangoDBGraphClient
(ArangoDBGraphConfig config, ElementIdFactory idFactory, ArangoDBGraph graph) -
Uses of ArangoDBGraphConfig in com.arangodb.tinkerpop.gremlin.persistence
Fields in com.arangodb.tinkerpop.gremlin.persistence declared as ArangoDBGraphConfigMethods in com.arangodb.tinkerpop.gremlin.persistence with parameters of type ArangoDBGraphConfigModifier and TypeMethodDescriptionstatic ElementIdFactory
ElementIdFactory.create
(ArangoDBGraphConfig config) Constructors in com.arangodb.tinkerpop.gremlin.persistence with parameters of type ArangoDBGraphConfig -
Uses of ArangoDBGraphConfig in com.arangodb.tinkerpop.gremlin.persistence.complex
Constructors in com.arangodb.tinkerpop.gremlin.persistence.complex with parameters of type ArangoDBGraphConfig -
Uses of ArangoDBGraphConfig in com.arangodb.tinkerpop.gremlin.persistence.serde
Constructors in com.arangodb.tinkerpop.gremlin.persistence.serde with parameters of type ArangoDBGraphConfigModifierConstructorDescriptionSerdeModule
(ElementIdFactory idFactory, ArangoDBGraphConfig config) -
Uses of ArangoDBGraphConfig in com.arangodb.tinkerpop.gremlin.persistence.simple
Constructors in com.arangodb.tinkerpop.gremlin.persistence.simple with parameters of type ArangoDBGraphConfig -
Uses of ArangoDBGraphConfig in com.arangodb.tinkerpop.gremlin.structure
Fields in com.arangodb.tinkerpop.gremlin.structure declared as ArangoDBGraphConfig -
Uses of ArangoDBGraphConfig in com.arangodb.tinkerpop.gremlin.utils
Methods in com.arangodb.tinkerpop.gremlin.utils with parameters of type ArangoDBGraphConfigModifier and TypeMethodDescriptionstatic void
ArangoDBUtil.checkExistingGraph
(com.arangodb.entity.GraphEntity info, ArangoDBGraphConfig config) static void
ArangoDBUtil.validateProperty
(String key, Object value, ArangoDBGraphConfig config) static void
ArangoDBUtil.validateVariable
(String key, Object value, ArangoDBGraphConfig config)