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 IndexEntityArangoCollection. ensurePersistentIndex(Iterable<String> fields, PersistentIndexOptions options)Creates a persistent index for the collection, if it does not already exist. -
Uses of PersistentIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return PersistentIndexOptions Modifier and Type Method Description static PersistentIndexOptionsOptionsBuilder. build(PersistentIndexOptions options, Iterable<String> fields)PersistentIndexOptionsPersistentIndexOptions. cacheEnabled(Boolean cacheEnabled)PersistentIndexOptionsPersistentIndexOptions. deduplicate(Boolean deduplicate)PersistentIndexOptionsPersistentIndexOptions. estimates(Boolean estimates)PersistentIndexOptionsPersistentIndexOptions. sparse(Boolean sparse)PersistentIndexOptionsPersistentIndexOptions. storedValues(String... storedValues)PersistentIndexOptionsPersistentIndexOptions. unique(Boolean unique)Methods in com.arangodb.model with parameters of type PersistentIndexOptions Modifier and Type Method Description static PersistentIndexOptionsOptionsBuilder. build(PersistentIndexOptions options, Iterable<String> fields)
-