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