Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
ArangoCollection.createPersistentIndex(Collection<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(Collection<String> fields,
PersistentIndexOptions options) |
Modifier and Type | Method and Description |
---|---|
static PersistentIndexOptions |
OptionsBuilder.build(PersistentIndexOptions options,
Collection<String> fields) |
protected PersistentIndexOptions |
PersistentIndexOptions.fields(Collection<String> fields) |
PersistentIndexOptions |
PersistentIndexOptions.sparse(Boolean sparse) |
PersistentIndexOptions |
PersistentIndexOptions.unique(Boolean unique) |
Modifier and Type | Method and Description |
---|---|
static PersistentIndexOptions |
OptionsBuilder.build(PersistentIndexOptions options,
Collection<String> fields) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.