Uses of Class
com.arangodb.model.MDPrefixedIndexOptions
Packages that use MDPrefixedIndexOptions
-
Uses of MDPrefixedIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type MDPrefixedIndexOptionsModifier and TypeMethodDescriptionArangoCollection.ensureMDPrefixedIndex
(Iterable<String> fields, MDPrefixedIndexOptions options) Creates a multi-dimensional prefixed index for the collection, if it does not already exist.ArangoCollectionAsync.ensureMDPrefixedIndex
(Iterable<String> fields, MDPrefixedIndexOptions options) Asynchronous version ofArangoCollection.ensureMDPrefixedIndex(Iterable, MDPrefixedIndexOptions)
-
Uses of MDPrefixedIndexOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type MDPrefixedIndexOptionsModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.ensureMDPrefixedIndex
(Iterable<String> fields, MDPrefixedIndexOptions options) ArangoCollectionImpl.ensureMDPrefixedIndex
(Iterable<String> fields, MDPrefixedIndexOptions options) -
Uses of MDPrefixedIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return MDPrefixedIndexOptionsModifier and TypeMethodDescriptionMDPrefixedIndexOptions.prefixFields
(Iterable<String> prefixFields)