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.model
Methods in com.arangodb.model that return TtlIndexOptionsModifier and TypeMethodDescriptionstatic TtlIndexOptionsOptionsBuilder.build(TtlIndexOptions options, Iterable<String> fields) TtlIndexOptions.expireAfter(Integer expireAfter) Methods in com.arangodb.model with parameters of type TtlIndexOptionsModifier and TypeMethodDescriptionstatic TtlIndexOptionsOptionsBuilder.build(TtlIndexOptions options, Iterable<String> fields)