Trait engine_traits::db_options::DBOptions [−][src]
A handle to a database’s options
Associated Types
Loading content...Required methods
fn new() -> Self
[src]
fn get_max_background_jobs(&self) -> i32
[src]
fn get_rate_bytes_per_sec(&self) -> Option<i64>
[src]
fn set_rate_bytes_per_sec(&mut self, rate_bytes_per_sec: i64) -> Result<()>
[src]
fn get_rate_limiter_auto_tuned(&self) -> Option<bool>
[src]
fn set_rate_limiter_auto_tuned(
&mut self,
rate_limiter_auto_tuned: bool
) -> Result<()>
[src]
&mut self,
rate_limiter_auto_tuned: bool
) -> Result<()>