Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
CollectionEntity |
ArangoCollection.create(CollectionCreateOptions options)
Creates a collection with the given
options for this collection's name, then returns collection
information from the server. |
CollectionEntity |
ArangoDatabase.createCollection(String name,
CollectionCreateOptions options)
Creates a collection with the given
options for this collection's name, then returns collection
information from the server. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<CollectionEntity> |
ArangoCollectionAsync.create(CollectionCreateOptions options)
Creates the collection
|
CompletableFuture<CollectionEntity> |
ArangoDatabaseAsync.createCollection(String name,
CollectionCreateOptions options)
Creates a collection
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<CollectionEntity> |
ArangoCollectionAsyncImpl.create(CollectionCreateOptions options) |
CompletableFuture<CollectionEntity> |
ArangoDatabaseAsyncImpl.createCollection(String name,
CollectionCreateOptions options) |
Modifier and Type | Method and Description |
---|---|
static CollectionCreateOptions |
OptionsBuilder.build(CollectionCreateOptions options,
String name) |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.