Number of tenants with graph state on this core.
(&self)
| 115 | |
| 116 | /// Number of tenants with graph state on this core. |
| 117 | pub fn partition_count(&self) -> usize { |
| 118 | self.partitions.len() |
| 119 | } |
| 120 | |
| 121 | /// Iterate all (tenant, partition) pairs. Used for checkpointing, |
| 122 | /// memory accounting, and administrative views that genuinely |