Struct emerald_rocksdb::BlockBasedOptions
[−]
[src]
pub struct BlockBasedOptions { /* fields omitted */ }For configuring block-based file storage.
Methods
impl BlockBasedOptions[src]
fn set_block_size(&mut self, size: usize)[src]
fn set_lru_cache(&mut self, size: size_t)[src]
fn set_bloom_filter(&mut self, bits_per_key: c_int, block_based: bool)[src]
fn set_cache_index_and_filter_blocks(&mut self, v: bool)[src]
Trait Implementations
impl Drop for BlockBasedOptions[src]
impl Default for BlockBasedOptions[src]
fn default() -> BlockBasedOptions[src]
Returns the "default value" for a type. Read more