Uses of Class
com.arangodb.tinkerpop.gremlin.utils.ArangoDBConfigurationBuilder
Packages that use ArangoDBConfigurationBuilder
-
Uses of ArangoDBConfigurationBuilder in com.arangodb.tinkerpop.gremlin.utils
Methods in com.arangodb.tinkerpop.gremlin.utils that return ArangoDBConfigurationBuilderModifier and TypeMethodDescriptionArangoDBConfigurationBuilder.addDriverProperty
(String key, Object value) Add driver property.Name of the database to use.ArangoDBConfigurationBuilder.edgeDefinitions
(ArangoDBGraphConfig.EdgeDef... configs) Add edge definitions.ArangoDBConfigurationBuilder.enableDataDefinition
(boolean enableDataDefinition) Enable data definition changes (DDL operations).ArangoDBConfigurationBuilder.graphClass
(Class<? extends ArangoDBGraph> graphClass) Specify which graph to instantiate.ArangoDBConfigurationBuilder.graphType
(ArangoDBGraphConfig.GraphType graphType) Set the graph type.Add hosts.Name of the graph to use.ArangoDBConfigurationBuilder.orphanCollections
(String... collections) Add orphan collections.Set the db password.ArangoDBConfigurationBuilder.protocol
(com.arangodb.Protocol protocol) Set the communication protocol.ArangoDBConfigurationBuilder.setDriverProperty
(String key, Object value) Set driver property.ArangoDBConfigurationBuilder.sslCertValue
(String certValue) Set the SSL certificate value as Base64 encoded StringSet the db user.ArangoDBConfigurationBuilder.useSsl
(boolean useSsl) If set totrue
SSL will be used when connecting to an ArangoDB server.ArangoDBConfigurationBuilder.verifyHost
(Boolean verifyHost) Set whether hostname verification is enabled