Uses of Class
com.c8db.model.IndexOptions
-
Packages that use IndexOptions Package Description com.c8db.model -
-
Uses of IndexOptions in com.c8db.model
Subclasses of IndexOptions in com.c8db.model Modifier and Type Class Description classFulltextIndexOptionsclassGeoIndexOptionsclassHashIndexOptionsclassPersistentIndexOptionsclassSkiplistIndexOptionsclassTTLIndexOptionsIndex option for Time to live (ttl) index type.Methods in com.c8db.model that return IndexOptions Modifier and Type Method Description static IndexOptionsIndexOptions. create(IndexType indexType)IndexOptionsIndexOptions. inBackground(Boolean inBackground)IndexOptionsIndexOptions. name(String name)
-