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 IndexEntity
ArangoCollection. ensureZKDIndex(Iterable<String> fields, ZKDIndexOptions options)
Deprecated.since ArangoDB 3.12, useArangoCollection.ensureMDIndex(Iterable, MDIndexOptions)
orArangoCollection.ensureMDPrefixedIndex(Iterable, MDPrefixedIndexOptions)
instead.CompletableFuture<IndexEntity>
ArangoCollectionAsync. ensureZKDIndex(Iterable<String> fields, ZKDIndexOptions options)
Deprecated.since ArangoDB 3.12, useArangoCollectionAsync.ensureMDIndex(Iterable, MDIndexOptions)
orArangoCollectionAsync.ensureMDPrefixedIndex(Iterable, MDPrefixedIndexOptions)
instead. -
Uses of ZKDIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return ZKDIndexOptions Modifier and Type Method Description static ZKDIndexOptions
OptionsBuilder. build(ZKDIndexOptions options, Iterable<String> fields)
ZKDIndexOptions
ZKDIndexOptions. fieldValueTypes(ZKDIndexOptions.FieldValueTypes fieldValueTypes)
Deprecated.ZKDIndexOptions
ZKDIndexOptions. unique(Boolean unique)
Deprecated.Methods in com.arangodb.model with parameters of type ZKDIndexOptions Modifier and Type Method Description static ZKDIndexOptions
OptionsBuilder. build(ZKDIndexOptions options, Iterable<String> fields)
-