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)
Deprecated.
use
ArangoCollection.ensurePersistentIndex(Iterable, PersistentIndexOptions) instead. Since ArangoDB 3.7 a
skiplist index is an alias for a persistent index. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsync.ensureSkiplistIndex(Iterable<String> fields,
SkiplistIndexOptions options)
Deprecated.
use
ArangoCollectionAsync.ensurePersistentIndex(Iterable, PersistentIndexOptions) instead. Since ArangoDB 3.7 a
skiplist index is an alias for a persistent index. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsyncImpl.ensureSkiplistIndex(Iterable<String> fields,
SkiplistIndexOptions options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SkiplistIndexOptions |
OptionsBuilder.build(SkiplistIndexOptions options,
Iterable<String> fields)
Deprecated.
use
OptionsBuilder.build(PersistentIndexOptions, Iterable) instead. Since ArangoDB 3.7 a skiplist index is
an alias for a persistent index. |
SkiplistIndexOptions |
SkiplistIndexOptions.deduplicate(Boolean deduplicate)
Deprecated.
|
SkiplistIndexOptions |
SkiplistIndexOptions.estimates(Boolean estimates)
Deprecated.
|
protected SkiplistIndexOptions |
SkiplistIndexOptions.fields(Iterable<String> fields)
Deprecated.
|
protected SkiplistIndexOptions |
SkiplistIndexOptions.getThis()
Deprecated.
|
SkiplistIndexOptions |
SkiplistIndexOptions.sparse(Boolean sparse)
Deprecated.
|
SkiplistIndexOptions |
SkiplistIndexOptions.unique(Boolean unique)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SkiplistIndexOptions |
OptionsBuilder.build(SkiplistIndexOptions options,
Iterable<String> fields)
Deprecated.
use
OptionsBuilder.build(PersistentIndexOptions, Iterable) instead. Since ArangoDB 3.7 a skiplist index is
an alias for a persistent index. |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.