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)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 ZKDIndexOptionsOptionsBuilder. build(ZKDIndexOptions options, Iterable<String> fields)ZKDIndexOptionsZKDIndexOptions. fieldValueTypes(ZKDIndexOptions.FieldValueTypes fieldValueTypes)Deprecated.ZKDIndexOptionsZKDIndexOptions. unique(Boolean unique)Deprecated.Methods in com.arangodb.model with parameters of type ZKDIndexOptions Modifier and Type Method Description static ZKDIndexOptionsOptionsBuilder. build(ZKDIndexOptions options, Iterable<String> fields)
-