Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
ArangoCollection.ensureHashIndex(Iterable<String> fields,
HashIndexOptions options)
Deprecated.
use
ArangoCollection.ensurePersistentIndex(Iterable, PersistentIndexOptions) instead. Since ArangoDB 3.7 a
hash index is an alias for a persistent index. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsync.ensureHashIndex(Iterable<String> fields,
HashIndexOptions options)
Deprecated.
use
ArangoCollectionAsync.ensurePersistentIndex(Iterable, PersistentIndexOptions) instead. Since ArangoDB 3.7 a
hash index is an alias for a persistent index. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsyncImpl.ensureHashIndex(Iterable<String> fields,
HashIndexOptions options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static HashIndexOptions |
OptionsBuilder.build(HashIndexOptions options,
Iterable<String> fields)
Deprecated.
use
OptionsBuilder.build(PersistentIndexOptions, Iterable) instead. Since ArangoDB 3.7 a hash index is an
alias for a persistent index. |
HashIndexOptions |
HashIndexOptions.deduplicate(Boolean deduplicate)
Deprecated.
|
HashIndexOptions |
HashIndexOptions.estimates(Boolean estimates)
Deprecated.
|
protected HashIndexOptions |
HashIndexOptions.fields(Iterable<String> fields)
Deprecated.
|
protected HashIndexOptions |
HashIndexOptions.getThis()
Deprecated.
|
HashIndexOptions |
HashIndexOptions.sparse(Boolean sparse)
Deprecated.
|
HashIndexOptions |
HashIndexOptions.unique(Boolean unique)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static HashIndexOptions |
OptionsBuilder.build(HashIndexOptions options,
Iterable<String> fields)
Deprecated.
use
OptionsBuilder.build(PersistentIndexOptions, Iterable) instead. Since ArangoDB 3.7 a hash index is an
alias for a persistent index. |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.