|
| MiningPolicyNaive (uint32_t, uint32_t numHosts, uint64_t, uint64_t, std::vector< uint64_t > &) |
|
bool | keepEdge (uint32_t src, uint32_t dst) const |
|
| ReadMasterAssignment (uint32_t hostID, uint32_t numHosts, uint64_t numNodes, uint64_t numEdges) |
| Constructor simply calls parent constructor. More...
|
|
uint32_t | retrieveMaster (uint32_t gid) const |
| Returns the host ID of the host that read a particular node and its edges from disk. More...
|
|
bool | masterAssignPhase () const |
| Returns false as this partitioning policy doesn't have a master assignment phase. More...
|
|
void | enterStage2 () |
| Does nothing as this policy doesn't have a master assignment phase. More...
|
|
template<typename EdgeTy > |
uint32_t | getMaster (uint32_t, galois::graphs::BufferedGraph< EdgeTy > &, const std::vector< uint32_t > &, std::unordered_map< uint64_t, uint32_t > &, const std::vector< uint64_t > &, std::vector< galois::CopyableAtomic< uint64_t >> &, const std::vector< uint64_t > &, std::vector< galois::CopyableAtomic< uint64_t >> &) |
| Does nothing because this policy doesn't have a master assignment phase. More...
|
|
void | saveGID2HostInfo (std::unordered_map< uint64_t, uint32_t > &, std::vector< uint32_t > &, uint64_t) |
| No-op because no master assignment phase. More...
|
|
bool | addMasterMapping (uint32_t, uint32_t) |
| Technically doesn't nothing and should never be called because no master assignment phase. More...
|
|
| PartitioningScaffold (uint32_t hostID, uint32_t numHosts, uint64_t numNodes, uint64_t numEdges) |
| Constructor for Scaffold. More...
|
|
void | saveGIDToHost (std::vector< std::pair< uint64_t, uint64_t >> &gid2host) |
| Save a provided map from host to nodes a host has read into this object. More...
|
|