Struct kudu::FlushStats
[−]
[src]
pub struct FlushStats { /* fields omitted */ }
Carries information about the batches and row operations in a flush.
Methods
impl FlushStats
[src]
fn epoch(&self) -> usize
fn successful_batches(&self) -> usize
fn failed_batches(&self) -> usize
fn successful_operations(&self) -> usize
fn failed_operations(&self) -> usize
fn data(&self) -> usize
Trait Implementations
impl Clone for FlushStats
[src]
fn clone(&self) -> FlushStats
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for FlushStats
[src]
impl Default for FlushStats
[src]
fn default() -> FlushStats
Returns the "default value" for a type. Read more
impl PartialEq for FlushStats
[src]
fn eq(&self, __arg_0: &FlushStats) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &FlushStats) -> bool
This method tests for !=
.