|
void | turi::sgraph_compute::sgraph_synchronize::load_vertex_partition (size_t partition_id, std::vector< sgraph_vertex_data > &vertices) |
| Given a vector of all vertices of partition, initialize the local vertex storage.
|
|
void | turi::sgraph_compute::sgraph_synchronize::update_vertex_partition (vertex_partition_exchange &vpartition_exchange) |
| Given a vertex exchange object, update the local vertex storage.
|
|
vertex_partition_exchange | turi::sgraph_compute::sgraph_synchronize::get_vertex_partition_exchange (size_t partition_id, const std::unordered_set< size_t > &vertex_ids, const std::vector< size_t > &field_ids) |
| Obtain a vertex exchange object containing a subset of vertices and fields.
|
|