Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsync.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 |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsyncImpl.ensureSkiplistIndex(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) |
protected SkiplistIndexOptions |
SkiplistIndexOptions.getThis() |
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–2020 ArangoDB GmbH. All rights reserved.