Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
ArangoCollection.createSkiplistIndex(Collection<String> fields,
SkiplistIndexOptions options)
Deprecated.
use
#ensureSkiplistIndex(Collection, SkiplistIndexOptions) instead |
IndexEntity |
ArangoCollection.ensureSkiplistIndex(Iterable<String> fields,
SkiplistIndexOptions options)
Creates a skip-list index for the collection, if it does not already exist.
|
Modifier and Type | Method and Description |
---|---|
protected Request |
InternalArangoCollection.createSkiplistIndexRequest(Iterable<String> fields,
SkiplistIndexOptions options) |
Modifier and Type | Method and Description |
---|---|
static SkiplistIndexOptions |
OptionsBuilder.build(SkiplistIndexOptions options,
Iterable<String> fields) |
SkiplistIndexOptions |
SkiplistIndexOptions.deduplicate(Boolean deduplicate) |
protected SkiplistIndexOptions |
SkiplistIndexOptions.fields(Iterable<String> fields) |
SkiplistIndexOptions |
SkiplistIndexOptions.sparse(Boolean sparse) |
SkiplistIndexOptions |
SkiplistIndexOptions.unique(Boolean unique) |
Modifier and Type | Method and Description |
---|---|
static SkiplistIndexOptions |
OptionsBuilder.build(SkiplistIndexOptions options,
Iterable<String> fields) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.