Type Alias zebra_state::service::finalized_state::disk_db::DB

source ·
pub type DB = DBWithThreadMode<SingleThreaded>;
Expand description

The [rocksdb] database type, including thread mode.

Also the [rocksdb::DBAccess] used by database iterators.

Aliased Type§

struct DB {
    pub(crate) inner: DBWithThreadModeInner,
    cfs: SingleThreaded,
    path: PathBuf,
    _outlive: Vec<OptionsMustOutliveDB>,
}

Fields§

§inner: DBWithThreadModeInner§cfs: SingleThreaded§path: PathBuf§_outlive: Vec<OptionsMustOutliveDB>