Uses of Class
com.c8db.model.SkiplistIndexOptions
-
Packages that use SkiplistIndexOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of SkiplistIndexOptions in com.c8db
Methods in com.c8db with parameters of type SkiplistIndexOptions Modifier and Type Method Description IndexEntityC8Collection. ensureSkiplistIndex(Iterable<String> fields, SkiplistIndexOptions options)Creates a skip-list index for the collection, if it does not already exist. -
Uses of SkiplistIndexOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type SkiplistIndexOptions Modifier and Type Method Description protected RequestInternalC8Collection. createSkiplistIndexRequest(Iterable<String> fields, SkiplistIndexOptions options)IndexEntityC8CollectionImpl. ensureSkiplistIndex(Iterable<String> fields, SkiplistIndexOptions options) -
Uses of SkiplistIndexOptions in com.c8db.model
Methods in com.c8db.model that return SkiplistIndexOptions Modifier and Type Method Description static SkiplistIndexOptionsOptionsBuilder. build(SkiplistIndexOptions options, Iterable<String> fields)SkiplistIndexOptionsSkiplistIndexOptions. deduplicate(Boolean deduplicate)protected SkiplistIndexOptionsSkiplistIndexOptions. fields(Iterable<String> fields)SkiplistIndexOptionsSkiplistIndexOptions. sparse(Boolean sparse)SkiplistIndexOptionsSkiplistIndexOptions. unique(Boolean unique)Methods in com.c8db.model with parameters of type SkiplistIndexOptions Modifier and Type Method Description static SkiplistIndexOptionsOptionsBuilder. build(SkiplistIndexOptions options, Iterable<String> fields)
-