Type Alias zebra_state::service::finalized_state::disk_db::DBThreadMode

source ·
pub type DBThreadMode = SingleThreaded;
Expand description

The [rocksdb::ThreadMode] used by the database.

Aliased Type§

struct DBThreadMode {
    pub(crate) cfs: BTreeMap<String, ColumnFamily>,
}

Fields§

§cfs: BTreeMap<String, ColumnFamily>