Trait fluvio_storage::SlicePartitionResponse[][src]

pub trait SlicePartitionResponse {
    fn set_hw(&mut self, offset: i64);
fn set_last_stable_offset(&mut self, offset: i64);
fn set_log_start_offset(&mut self, offset: i64);
fn set_slice(&mut self, slice: AsyncFileSlice);
fn set_error_code(&mut self, error: ErrorCode); }

output from storage is represented as slice

Required methods

fn set_hw(&mut self, offset: i64)[src]

fn set_last_stable_offset(&mut self, offset: i64)[src]

fn set_log_start_offset(&mut self, offset: i64)[src]

fn set_slice(&mut self, slice: AsyncFileSlice)[src]

fn set_error_code(&mut self, error: ErrorCode)[src]

Loading content...

Implementations on Foreign Types

impl SlicePartitionResponse for FilePartitionResponse[src]

Loading content...

Implementors

Loading content...