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