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 StringArangoDBQueryBuilder.readVertexEdges(String graphName, org.apache.tinkerpop.gremlin.structure.Direction direction, ArangoDBGraphConfig config, String[] labels) static StringArangoDBQueryBuilder.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 ElementIdFactoryElementIdFactory.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 voidArangoDBUtil.checkExistingGraph(com.arangodb.entity.GraphEntity info, ArangoDBGraphConfig config) static voidArangoDBUtil.validateProperty(String key, Object value, ArangoDBGraphConfig config) static voidArangoDBUtil.validateVariable(String key, Object value, ArangoDBGraphConfig config)