Type Alias PbUncommittedEpoch

Source
pub type PbUncommittedEpoch = UncommittedEpoch;

Aliased Type§

struct PbUncommittedEpoch {
    pub epoch: u64,
    pub tables: Vec<SstableInfo>,
}

Fields§

§epoch: u64§tables: Vec<SstableInfo>