Uses of Class
com.arangodb.model.ZKDIndexOptions
-
Packages that use ZKDIndexOptions Package Description com.arangodb com.arangodb.model -
-
Uses of ZKDIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type ZKDIndexOptions Modifier and Type Method Description IndexEntityArangoCollection. ensureZKDIndex(Iterable<String> fields, ZKDIndexOptions options)Creates a ZKD multi-dimensional index for the collection, if it does not already exist.CompletableFuture<IndexEntity>ArangoCollectionAsync. ensureZKDIndex(Iterable<String> fields, ZKDIndexOptions options)Asynchronous version ofArangoCollection.ensureZKDIndex(Iterable, ZKDIndexOptions) -
Uses of ZKDIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return ZKDIndexOptions Modifier and Type Method Description static ZKDIndexOptionsOptionsBuilder. build(ZKDIndexOptions options, Iterable<String> fields)ZKDIndexOptionsZKDIndexOptions. fieldValueTypes(ZKDIndexOptions.FieldValueTypes fieldValueTypes)ZKDIndexOptionsZKDIndexOptions. unique(Boolean unique)Methods in com.arangodb.model with parameters of type ZKDIndexOptions Modifier and Type Method Description static ZKDIndexOptionsOptionsBuilder. build(ZKDIndexOptions options, Iterable<String> fields)
-