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