Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
ArangoCollection.ensureZKDIndex(Iterable<String> fields,
ZKDIndexOptions options)
Creates a ZKD multi-dimensional index for the collection, if it does not already exist.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsync.ensureZKDIndex(Iterable<String> fields,
ZKDIndexOptions options)
Creates a ZKD multi-dimensional index for the collection, if it does not already exist.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsyncImpl.ensureZKDIndex(Iterable<String> fields,
ZKDIndexOptions options) |
Modifier and Type | Method and Description |
---|---|
static ZKDIndexOptions |
OptionsBuilder.build(ZKDIndexOptions options,
Iterable<String> fields) |
protected ZKDIndexOptions |
ZKDIndexOptions.fields(Iterable<String> fields) |
ZKDIndexOptions |
ZKDIndexOptions.fieldValueTypes(ZKDIndexOptions.FieldValueTypes fieldValueTypes) |
protected ZKDIndexOptions |
ZKDIndexOptions.getThis() |
ZKDIndexOptions |
ZKDIndexOptions.unique(Boolean unique) |
Modifier and Type | Method and Description |
---|---|
static ZKDIndexOptions |
OptionsBuilder.build(ZKDIndexOptions options,
Iterable<String> fields) |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.