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.internal
Methods in com.arangodb.internal with parameters of type PersistentIndexOptionsModifier and TypeMethodDescriptionprotected InternalRequest
InternalArangoCollection.createPersistentIndexRequest
(Iterable<String> fields, PersistentIndexOptions options) ArangoCollectionAsyncImpl.ensurePersistentIndex
(Iterable<String> fields, PersistentIndexOptions options) ArangoCollectionImpl.ensurePersistentIndex
(Iterable<String> fields, PersistentIndexOptions options) -
Uses of PersistentIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return PersistentIndexOptionsModifier and TypeMethodDescriptionstatic PersistentIndexOptions
OptionsBuilder.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 PersistentIndexOptions
OptionsBuilder.build
(PersistentIndexOptions options, Iterable<String> fields)