pub type PbGetClusterInfoResponse = GetClusterInfoResponse;Aliased Type§
pub struct PbGetClusterInfoResponse {
pub worker_nodes: Vec<WorkerNode>,
pub table_fragments: Vec<TableFragments>,
pub actor_splits: HashMap<TypedId<6>, ConnectorSplits>,
pub source_infos: HashMap<TypedId<9>, Source>,
pub revision: u64,
}Fields§
§worker_nodes: Vec<WorkerNode>§table_fragments: Vec<TableFragments>§actor_splits: HashMap<TypedId<6>, ConnectorSplits>Source and SourceBackfill are handled together here.
source_infos: HashMap<TypedId<9>, Source>§revision: u64