risingwave_pb::hummock

Type Alias PbUncommittedEpoch

source
pub type PbUncommittedEpoch = UncommittedEpoch;
Expand description

Alias for UncommittedEpoch.

Aliased Type§

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

Fields§

§epoch: u64§tables: Vec<SstableInfo>