| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.internal | |
| com.arangodb.model |
| Modifier and Type | Method and Description |
|---|---|
IndexEntity |
ArangoCollection.createHashIndex(Collection<String> fields,
HashIndexOptions options)
Creates a hash index for the collection if it does not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
protected Request |
InternalArangoCollection.createHashIndexRequest(Collection<String> fields,
HashIndexOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static HashIndexOptions |
OptionsBuilder.build(HashIndexOptions options,
Collection<String> fields) |
protected HashIndexOptions |
HashIndexOptions.fields(Collection<String> fields) |
HashIndexOptions |
HashIndexOptions.sparse(Boolean sparse) |
HashIndexOptions |
HashIndexOptions.unique(Boolean unique) |
| Modifier and Type | Method and Description |
|---|---|
static HashIndexOptions |
OptionsBuilder.build(HashIndexOptions options,
Collection<String> fields) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.