Function create_hummock_store_with_metrics

Source
pub async fn create_hummock_store_with_metrics(
    meta_client: &MetaClient,
    storage_opts: Arc<StorageOpts>,
    opts: &CompactionTestOpts,
) -> Result<MonitoredStateStore<HummockStorage>>