Trait hbase_thrift::THbaseSyncClientExt[][src]

pub trait THbaseSyncClientExt where
    Self: THbaseSyncClient
{ fn table_exists(&mut self, table_name: &str) -> Result<bool>;
fn put(
        &mut self,
        table_name: &str,
        row_batches: Vec<BatchMutation>,
        timestamp: Option<i64>,
        attributes: Option<Attributes>
    ) -> Result<()>; }

Required methods

Implementors