| Package | Description |
|---|---|
| com.arangodb | |
| 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 |
|---|---|
static PersistentIndexOptions |
OptionsBuilder.build(PersistentIndexOptions options,
Iterable<String> fields) |
protected PersistentIndexOptions |
PersistentIndexOptions.fields(Iterable<String> fields) |
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.