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