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)
Creates a hash index for the collection if it does not already exist.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsync.ensureHashIndex(Iterable<String> fields,
HashIndexOptions options)
Creates a hash index for the collection, if it does not already exist.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsyncImpl.ensureHashIndex(Iterable<String> fields,
HashIndexOptions options) |
Modifier and Type | Method and Description |
---|---|
static HashIndexOptions |
OptionsBuilder.build(HashIndexOptions options,
Iterable<String> fields) |
HashIndexOptions |
HashIndexOptions.deduplicate(Boolean deduplicate) |
protected HashIndexOptions |
HashIndexOptions.fields(Iterable<String> fields) |
protected HashIndexOptions |
HashIndexOptions.getThis() |
HashIndexOptions |
HashIndexOptions.sparse(Boolean sparse) |
HashIndexOptions |
HashIndexOptions.unique(Boolean unique) |
Modifier and Type | Method and Description |
---|---|
static HashIndexOptions |
OptionsBuilder.build(HashIndexOptions options,
Iterable<String> fields) |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.