Trait fluvio_storage::ReplicaStorage[][src]

pub trait ReplicaStorage {
    fn get_hw(&self) -> Offset;
fn get_leo(&self) -> Offset; }

Required methods

fn get_hw(&self) -> Offset[src]

high water mark offset (records that has been replicated)

fn get_leo(&self) -> Offset[src]

log end offset ( records that has been stored)

Loading content...

Implementors

impl ReplicaStorage for FileReplica[src]

fn get_leo(&self) -> Offset[src]

offset mark that beginning of uncommitted

Loading content...