Uses of Class
com.arangodb.model.MDPrefixedIndexOptions
-
Packages that use MDPrefixedIndexOptions Package Description com.arangodb com.arangodb.model -
-
Uses of MDPrefixedIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type MDPrefixedIndexOptions Modifier and Type Method Description IndexEntity
ArangoCollection. ensureMDPrefixedIndex(Iterable<String> fields, MDPrefixedIndexOptions options)
Creates a multi-dimensional prefixed index for the collection, if it does not already exist.CompletableFuture<IndexEntity>
ArangoCollectionAsync. ensureMDPrefixedIndex(Iterable<String> fields, MDPrefixedIndexOptions options)
Asynchronous version ofArangoCollection.ensureMDPrefixedIndex(Iterable, MDPrefixedIndexOptions)
-
Uses of MDPrefixedIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return MDPrefixedIndexOptions Modifier and Type Method Description MDPrefixedIndexOptions
MDPrefixedIndexOptions. prefixFields(Iterable<String> prefixFields)
-