risingwave_pb::meta

Type Alias PbMigrationPlan

source
pub type PbMigrationPlan = MigrationPlan;
Expand description

Alias for MigrationPlan.

Aliased Type§

struct PbMigrationPlan {
    pub worker_slot_migration_plan: HashMap<u64, u64>,
}

Fields§

§worker_slot_migration_plan: HashMap<u64, u64>

map<src_worker_slot_id, dst_worker_slot_id>, the plan indicates that the actors will be migrated from old worker_slot to the new one.