Package | Description |
---|---|
com.arangodb | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
ArangoCollection.createHashIndex(Collection<String> fields,
HashIndexOptions options)
Deprecated.
|
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 |
---|---|
static HashIndexOptions |
OptionsBuilder.build(HashIndexOptions options,
Iterable<String> fields) |
HashIndexOptions |
HashIndexOptions.deduplicate(Boolean deduplicate) |
protected HashIndexOptions |
HashIndexOptions.fields(Iterable<String> fields) |
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–2018 ArangoDB GmbH. All rights reserved.