Uses of Class
com.arangodb.model.ZKDIndexOptions
Packages that use ZKDIndexOptions
-
Uses of ZKDIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type ZKDIndexOptionsModifier and TypeMethodDescriptionArangoCollection.ensureZKDIndex
(Iterable<String> fields, ZKDIndexOptions options) Deprecated.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.internal
Methods in com.arangodb.internal with parameters of type ZKDIndexOptionsModifier and TypeMethodDescriptionprotected InternalRequest
InternalArangoCollection.createZKDIndexRequest
(Iterable<String> fields, ZKDIndexOptions options) ArangoCollectionAsyncImpl.ensureZKDIndex
(Iterable<String> fields, ZKDIndexOptions options) ArangoCollectionImpl.ensureZKDIndex
(Iterable<String> fields, ZKDIndexOptions options) -
Uses of ZKDIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return ZKDIndexOptionsModifier and TypeMethodDescriptionstatic ZKDIndexOptions
OptionsBuilder.build
(ZKDIndexOptions options, Iterable<String> fields) ZKDIndexOptions.fieldValueTypes
(ZKDIndexOptions.FieldValueTypes fieldValueTypes) Deprecated.Deprecated.Methods in com.arangodb.model with parameters of type ZKDIndexOptionsModifier and TypeMethodDescriptionstatic ZKDIndexOptions
OptionsBuilder.build
(ZKDIndexOptions options, Iterable<String> fields)
ArangoCollection.ensureMDIndex(Iterable, MDIndexOptions)
orArangoCollection.ensureMDPrefixedIndex(Iterable, MDPrefixedIndexOptions)
instead.