[][src]Trait fluvio_storage::SlicePartitionResponse

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

output from storage is represented as slice

Required methods

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

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

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

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

pub 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...