Uses of Class
com.arangodb.model.PersistentIndexOptions
-
Packages that use PersistentIndexOptions Package Description com.arangodb com.arangodb.model -
-
Uses of PersistentIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type PersistentIndexOptions Modifier and Type Method Description IndexEntity
ArangoCollection. ensurePersistentIndex(Iterable<String> fields, PersistentIndexOptions options)
Creates a persistent index for the collection, if it does not already exist.CompletableFuture<IndexEntity>
ArangoCollectionAsync. ensurePersistentIndex(Iterable<String> fields, PersistentIndexOptions options)
Asynchronous version ofArangoCollection.ensurePersistentIndex(Iterable, PersistentIndexOptions)
-
Uses of PersistentIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return PersistentIndexOptions Modifier and Type Method Description static PersistentIndexOptions
OptionsBuilder. build(PersistentIndexOptions options, Iterable<String> fields)
PersistentIndexOptions
PersistentIndexOptions. cacheEnabled(Boolean cacheEnabled)
PersistentIndexOptions
PersistentIndexOptions. deduplicate(Boolean deduplicate)
PersistentIndexOptions
PersistentIndexOptions. estimates(Boolean estimates)
PersistentIndexOptions
PersistentIndexOptions. sparse(Boolean sparse)
PersistentIndexOptions
PersistentIndexOptions. storedValues(String... storedValues)
PersistentIndexOptions
PersistentIndexOptions. unique(Boolean unique)
Methods in com.arangodb.model with parameters of type PersistentIndexOptions Modifier and Type Method Description static PersistentIndexOptions
OptionsBuilder. build(PersistentIndexOptions options, Iterable<String> fields)
-