Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
ArangoCollection.createPersistentIndex(Collection<String> fields,
PersistentIndexOptions options)
Deprecated.
use
#ensurePersistentIndex(Collection, PersistentIndexOptions) instead |
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 |
---|---|
protected Request |
InternalArangoCollection.createPersistentIndexRequest(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) |
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–2017 ArangoDB GmbH. All rights reserved.