Uses of Class
com.arangodb.model.TtlIndexOptions
Packages that use TtlIndexOptions
-
Uses of TtlIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type TtlIndexOptionsModifier and TypeMethodDescriptionArangoCollection.ensureTtlIndex
(Iterable<String> fields, TtlIndexOptions options) Creates a ttl index for the collection, if it does not already exist.ArangoCollectionAsync.ensureTtlIndex
(Iterable<String> fields, TtlIndexOptions options) Asynchronous version ofArangoCollection.ensureTtlIndex(Iterable, TtlIndexOptions)
-
Uses of TtlIndexOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type TtlIndexOptionsModifier and TypeMethodDescriptionprotected InternalRequest
InternalArangoCollection.createTtlIndexRequest
(Iterable<String> fields, TtlIndexOptions options) ArangoCollectionAsyncImpl.ensureTtlIndex
(Iterable<String> fields, TtlIndexOptions options) ArangoCollectionImpl.ensureTtlIndex
(Iterable<String> fields, TtlIndexOptions options) -
Uses of TtlIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return TtlIndexOptionsModifier and TypeMethodDescriptionstatic TtlIndexOptions
OptionsBuilder.build
(TtlIndexOptions options, Iterable<String> fields) TtlIndexOptions.expireAfter
(Integer expireAfter) Methods in com.arangodb.model with parameters of type TtlIndexOptionsModifier and TypeMethodDescriptionstatic TtlIndexOptions
OptionsBuilder.build
(TtlIndexOptions options, Iterable<String> fields)