Struct rocksdb::FifoCompactOptions
source · pub struct FifoCompactOptions { /* private fields */ }
Implementations§
source§impl FifoCompactOptions
impl FifoCompactOptions
sourcepub fn set_max_table_files_size(&mut self, nbytes: u64)
pub fn set_max_table_files_size(&mut self, nbytes: u64)
Sets the max table file size.
Once the total sum of table files reaches this, we will delete the oldest table file
Default: 1GB
Trait Implementations§
source§impl Default for FifoCompactOptions
impl Default for FifoCompactOptions
Auto Trait Implementations§
impl Freeze for FifoCompactOptions
impl RefUnwindSafe for FifoCompactOptions
impl !Send for FifoCompactOptions
impl !Sync for FifoCompactOptions
impl Unpin for FifoCompactOptions
impl UnwindSafe for FifoCompactOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more