Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
ArangoCollection.ensureTtlIndex(Iterable<String> fields,
TtlIndexOptions options)
Creates a ttl index for the collection, if it does not already exist.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsync.ensureTtlIndex(Iterable<String> fields,
TtlIndexOptions options)
Creates a ttl index for the collection, if it does not already exist.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsyncImpl.ensureTtlIndex(Iterable<String> fields,
TtlIndexOptions options) |
Modifier and Type | Method and Description |
---|---|
static TtlIndexOptions |
OptionsBuilder.build(TtlIndexOptions options,
Iterable<String> fields) |
TtlIndexOptions |
TtlIndexOptions.expireAfter(Integer expireAfter) |
protected TtlIndexOptions |
TtlIndexOptions.fields(Iterable<String> fields) |
protected TtlIndexOptions |
TtlIndexOptions.getThis() |
Modifier and Type | Method and Description |
---|---|
static TtlIndexOptions |
OptionsBuilder.build(TtlIndexOptions options,
Iterable<String> fields) |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.