Type Alias DBThreadMode

Source
pub type DBThreadMode = SingleThreaded;
Expand description

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

Aliased Type§

struct DBThreadMode { /* private fields */ }

Trait Implementations

§

impl ThreadMode for SingleThreaded

§

fn new_cf_map_internal( cfs: BTreeMap<String, *mut rocksdb_column_family_handle_t>, ) -> SingleThreaded

Internal implementation for storing column family handles
§

fn drop_all_cfs_internal(&mut self)

Internal implementation for dropping column family handles