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