risingwave_pb::hummock

Type Alias PbHummockVersion

source
pub type PbHummockVersion = HummockVersion;
Expand description

Alias for HummockVersion.

Aliased Type§

struct PbHummockVersion {
    pub id: u64,
    pub levels: HashMap<u64, Levels>,
    pub max_committed_epoch: u64,
    pub table_watermarks: HashMap<u32, TableWatermarks>,
    pub table_change_logs: HashMap<u32, TableChangeLog>,
    pub state_table_info: HashMap<u32, StateTableInfo>,
}

Fields§

§id: u64§levels: HashMap<u64, Levels>

Levels of each compaction group

§max_committed_epoch: u64
👎Deprecated
§table_watermarks: HashMap<u32, TableWatermarks>§table_change_logs: HashMap<u32, TableChangeLog>§state_table_info: HashMap<u32, StateTableInfo>