Uses of Class
com.arangodb.model.TtlIndexOptions
-
Packages that use TtlIndexOptions Package Description com.arangodb com.arangodb.model -
-
Uses of TtlIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type TtlIndexOptions Modifier and Type Method Description IndexEntityArangoCollection. ensureTtlIndex(Iterable<String> fields, TtlIndexOptions options)Creates a ttl index for the collection, if it does not already exist.CompletableFuture<IndexEntity>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 TtlIndexOptions Modifier and Type Method Description static TtlIndexOptionsOptionsBuilder. build(TtlIndexOptions options, Iterable<String> fields)TtlIndexOptionsTtlIndexOptions. expireAfter(Integer expireAfter)Methods in com.arangodb.model with parameters of type TtlIndexOptions Modifier and Type Method Description static TtlIndexOptionsOptionsBuilder. build(TtlIndexOptions options, Iterable<String> fields)
-