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