Function prepare_start_parameters

Source
pub async fn prepare_start_parameters(
    compactor_opts: &CompactorOpts,
    config: RwConfig,
    system_params_reader: SystemParamsReader,
) -> (Arc<SstableStore>, Arc<MemoryLimiter>, HeapProfiler, Option<CompactionAwaitTreeRegRef>, Arc<StorageOpts>, Arc<CompactorMetrics>)