risingwave_pb::hummock

Type Alias PbEpochNewChangeLog

source
pub type PbEpochNewChangeLog = EpochNewChangeLog;
Expand description

Alias for EpochNewChangeLog.

Aliased Type§

struct PbEpochNewChangeLog {
    pub old_value: Vec<SstableInfo>,
    pub new_value: Vec<SstableInfo>,
    pub epochs: Vec<u64>,
}

Fields§

§old_value: Vec<SstableInfo>§new_value: Vec<SstableInfo>§epochs: Vec<u64>

Epochs should be sorted in ascending order, which means earlier epoch at the front