Package-level declarations

Types

Link copied to clipboard

A store, its model and its indexes as one object with one lifecycle.

Link copied to clipboard
class RaboshOptions(val store: StoreOptions = StoreOptions.DEFAULT, val catalog: CatalogOptions = CatalogOptions.DEFAULT, val index: IndexOptions = IndexOptions.DEFAULT, val schema: Boolean = true, val indexes: Boolean = true, val backfill: Boolean = true, val segmentObserver: SegmentObserver? = null)

Tuning for Rabosh.open.