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) |
CollectionCreateOptions |
CollectionCreateOptions.computedValues(ComputedValue... computedValues) |
CollectionCreateOptions |
CollectionCreateOptions.distributeShardsLike(String distributeShardsLike) |
CollectionCreateOptions |
CollectionCreateOptions.doCompact(Boolean doCompact)
Deprecated.
MMFiles only
|
CollectionCreateOptions |
CollectionCreateOptions.indexBuckets(Integer indexBuckets)
Deprecated.
MMFiles only
|
CollectionCreateOptions |
CollectionCreateOptions.isSystem(Boolean isSystem) |
CollectionCreateOptions |
CollectionCreateOptions.isVolatile(Boolean isVolatile)
Deprecated.
MMFiles only
|
CollectionCreateOptions |
CollectionCreateOptions.journalSize(Long journalSize)
Deprecated.
MMFiles only
|
CollectionCreateOptions |
CollectionCreateOptions.keyOptions(Boolean allowUserKeys,
KeyType type,
Integer increment,
Integer offset) |
CollectionCreateOptions |
CollectionCreateOptions.minReplicationFactor(Integer minReplicationFactor)
Deprecated.
use
writeConcern(Integer) instead |
protected CollectionCreateOptions |
CollectionCreateOptions.name(String name) |
CollectionCreateOptions |
CollectionCreateOptions.numberOfShards(Integer numberOfShards) |
CollectionCreateOptions |
CollectionCreateOptions.replicationFactor(Integer replicationFactor) |
CollectionCreateOptions |
CollectionCreateOptions.satellite(Boolean satellite) |
CollectionCreateOptions |
CollectionCreateOptions.schema(CollectionSchema schema) |
CollectionCreateOptions |
CollectionCreateOptions.setSchema(CollectionSchema schema)
Deprecated.
Use
schema(CollectionSchema) instead. |
CollectionCreateOptions |
CollectionCreateOptions.shardingStrategy(String shardingStrategy) |
CollectionCreateOptions |
CollectionCreateOptions.shardKeys(String... shardKeys) |
CollectionCreateOptions |
CollectionCreateOptions.smartJoinAttribute(String smartJoinAttribute) |
CollectionCreateOptions |
CollectionCreateOptions.type(CollectionType type) |
CollectionCreateOptions |
CollectionCreateOptions.waitForSync(Boolean waitForSync) |
CollectionCreateOptions |
CollectionCreateOptions.writeConcern(Integer writeConcern) |
Modifier and Type | Method and Description |
---|---|
static CollectionCreateOptions |
OptionsBuilder.build(CollectionCreateOptions options,
String name) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.