Uses of Class
com.arangodb.tinkerpop.gremlin.structure.ArangoDBGraphConfig.EdgeDef
Packages that use ArangoDBGraphConfig.EdgeDef
Package
Description
-
Uses of ArangoDBGraphConfig.EdgeDef in com.arangodb.tinkerpop.gremlin.client
Method parameters in com.arangodb.tinkerpop.gremlin.client with type arguments of type ArangoDBGraphConfig.EdgeDefModifier and TypeMethodDescriptionvoid
ArangoDBGraphClient.createGraph
(String name, Set<ArangoDBGraphConfig.EdgeDef> edgeDefinitions, Set<String> orphanCollections) Create a new graph. -
Uses of ArangoDBGraphConfig.EdgeDef in com.arangodb.tinkerpop.gremlin.structure
Fields in com.arangodb.tinkerpop.gremlin.structure with type parameters of type ArangoDBGraphConfig.EdgeDefModifier and TypeFieldDescriptionfinal Set
<ArangoDBGraphConfig.EdgeDef> ArangoDBGraphConfig.edgeDefinitions
Methods in com.arangodb.tinkerpop.gremlin.structure that return ArangoDBGraphConfig.EdgeDefModifier and TypeMethodDescriptionstatic ArangoDBGraphConfig.EdgeDef
ArangoDBGraphConfig.EdgeDef.of
(com.arangodb.entity.EdgeDefinition def) static ArangoDBGraphConfig.EdgeDef
-
Uses of ArangoDBGraphConfig.EdgeDef in com.arangodb.tinkerpop.gremlin.utils
Methods in com.arangodb.tinkerpop.gremlin.utils with parameters of type ArangoDBGraphConfig.EdgeDefModifier and TypeMethodDescriptionArangoDBConfigurationBuilder.edgeDefinitions
(ArangoDBGraphConfig.EdgeDef... configs) Add edge definitions.