Struct sstable::options::Options [] [src]

pub struct Options {
    pub cmp: Arc<Box<Cmp>>,
    pub create_if_missing: bool,
    pub error_if_exists: bool,
    pub paranoid_checks: bool,
    pub write_buffer_size: usize,
    pub max_open_files: usize,
    pub block_size: usize,
    pub block_restart_interval: usize,
    pub compression_type: CompressionType,
    pub reuse_logs: bool,
}

[not all member types implemented yet]

Fields

Trait Implementations

impl Clone for Options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Options
[src]

Returns the "default value" for a type. Read more