Uses of Class
com.arangodb.model.PersistentIndexOptions
Packages that use PersistentIndexOptions
-
Uses of PersistentIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type PersistentIndexOptionsModifier and TypeMethodDescriptionArangoCollection.ensurePersistentIndex(Iterable<String> fields, PersistentIndexOptions options) Creates a persistent index for the collection, if it does not already exist.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 PersistentIndexOptionsModifier and TypeMethodDescriptionstatic PersistentIndexOptionsOptionsBuilder.build(PersistentIndexOptions options, Iterable<String> fields) PersistentIndexOptions.cacheEnabled(Boolean cacheEnabled) PersistentIndexOptions.deduplicate(Boolean deduplicate) PersistentIndexOptions.storedValues(String... storedValues) Methods in com.arangodb.model with parameters of type PersistentIndexOptionsModifier and TypeMethodDescriptionstatic PersistentIndexOptionsOptionsBuilder.build(PersistentIndexOptions options, Iterable<String> fields)