pub type PbGetServingVnodeMappingsResponse = GetServingVnodeMappingsResponse;Aliased Type§
pub struct PbGetServingVnodeMappingsResponse {
pub fragment_to_table: HashMap<TypedId<4, u32>, TypedId<1, u32>>,
pub worker_slot_mappings: Vec<FragmentWorkerSlotMapping>,
}Fields§
§fragment_to_table: HashMap<TypedId<4, u32>, TypedId<1, u32>>§worker_slot_mappings: Vec<FragmentWorkerSlotMapping>