Uses of Class
com.c8db.model.TTLIndexOptions
-
Packages that use TTLIndexOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of TTLIndexOptions in com.c8db
Methods in com.c8db with parameters of type TTLIndexOptions Modifier and Type Method Description IndexEntityC8Collection. ensureTTLIndex(Iterable<String> fields, TTLIndexOptions options)Creates a ttl index for the collection, if it does not already exist. -
Uses of TTLIndexOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type TTLIndexOptions Modifier and Type Method Description protected RequestInternalC8Collection. createTTLIndexRequest(Iterable<String> fields, TTLIndexOptions options)IndexEntityC8CollectionImpl. ensureTTLIndex(Iterable<String> fields, TTLIndexOptions options) -
Uses of TTLIndexOptions in com.c8db.model
Methods in com.c8db.model that return TTLIndexOptions Modifier and Type Method Description static TTLIndexOptionsOptionsBuilder. build(TTLIndexOptions options, Iterable<String> fields)TTLIndexOptionsTTLIndexOptions. expireAfter(Long expireAfter)protected TTLIndexOptionsTTLIndexOptions. fields(Iterable<String> fields)Methods in com.c8db.model with parameters of type TTLIndexOptions Modifier and Type Method Description static TTLIndexOptionsOptionsBuilder. build(TTLIndexOptions options, Iterable<String> fields)
-