risingwave_pb::meta

Type Alias PbActorCountPerParallelism

source
pub type PbActorCountPerParallelism = ActorCountPerParallelism;
Expand description

Aliased Type§

struct PbActorCountPerParallelism {
    pub worker_id_to_actor_count: HashMap<u32, WorkerActorCount>,
    pub hard_limit: u64,
    pub soft_limit: u64,
}

Fields§

§worker_id_to_actor_count: HashMap<u32, WorkerActorCount>§hard_limit: u64§soft_limit: u64