Struct hdfs::RzOptions [] [src]

pub struct RzOptions {
    // some fields omitted
}

Options for zero-copy read

Methods

impl RzOptions

fn new() -> RzOptions

fn skip_checksum(&self, skip: bool) -> Result<bool, HdfsErr>

fn set_bytebuffer_pool(&self, class_name: &str) -> Result<bool, HdfsErr>

Trait Implementations

impl Drop for RzOptions

fn drop(&mut self)