Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
GraphEntity |
ArangoDatabase.createGraph(String name,
Collection<EdgeDefinition> edgeDefinitions,
GraphCreateOptions options)
Create a new graph in the graph module.
|
Modifier and Type | Method and Description |
---|---|
protected Request |
InternalArangoDatabase.createGraphRequest(String name,
Collection<EdgeDefinition> edgeDefinitions,
GraphCreateOptions options) |
Modifier and Type | Method and Description |
---|---|
static GraphCreateOptions |
OptionsBuilder.build(GraphCreateOptions options,
String name,
Collection<EdgeDefinition> edgeDefinitions) |
protected GraphCreateOptions |
GraphCreateOptions.edgeDefinitions(Collection<EdgeDefinition> edgeDefinitions) |
GraphCreateOptions |
GraphCreateOptions.isSmart(Boolean isSmart) |
protected GraphCreateOptions |
GraphCreateOptions.name(String name) |
GraphCreateOptions |
GraphCreateOptions.numberOfShards(Integer numberOfShards) |
GraphCreateOptions |
GraphCreateOptions.orphanCollections(String... orphanCollections) |
GraphCreateOptions |
GraphCreateOptions.replicationFactor(Integer replicationFactor) |
GraphCreateOptions |
GraphCreateOptions.smartGraphAttribute(String smartGraphAttribute) |
Modifier and Type | Method and Description |
---|---|
static GraphCreateOptions |
OptionsBuilder.build(GraphCreateOptions options,
String name,
Collection<EdgeDefinition> edgeDefinitions) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.