Move the partition book to shared memory. Parameters ---------- graph_name : str The graph name. This name will be used to read the partition book from shared memory in another process.
(self, graph_name)
| 291 | """ |
| 292 | |
| 293 | def shared_memory(self, graph_name): |
| 294 | """Move the partition book to shared memory. |
| 295 | |
| 296 | Parameters |
| 297 | ---------- |
| 298 | graph_name : str |
| 299 | The graph name. This name will be used to read the partition book from shared |
| 300 | memory in another process. |
| 301 | """ |
| 302 | |
| 303 | def num_partitions(self): |
| 304 | """Return the number of partitions. |
no outgoing calls
no test coverage detected