Skip to content

Commit

Permalink
Remove Doxygen warnings for src/data_placement_engine.cc. (HDFGroup#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Nov 1, 2022
1 parent 3f22c8c commit 2129830
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/data_placement_engine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ void DPE::GetSplitSizes(size_t blob_size, std::vector<size_t> &output) {
output.push_back(blob_size - blob_each_portion*(split_num-1));
}

/** aggregate BLOB schema */
PlacementSchema AggregateBlobSchema(PlacementSchema &schema) {
std::unordered_map<u64, u64> place_size;
PlacementSchema result;
Expand All @@ -97,6 +98,7 @@ PlacementSchema AggregateBlobSchema(PlacementSchema &schema) {
return result;
}

/** topology */
enum Topology {
Topology_Local,
Topology_Neighborhood,
Expand All @@ -105,6 +107,7 @@ enum Topology {
Topology_Count
};

/** calculate data placement */
Status CalculatePlacement(SharedMemoryContext *context, RpcContext *rpc,
const std::vector<size_t> &blob_sizes,
std::vector<PlacementSchema> &output,
Expand Down

0 comments on commit 2129830

Please sign in to comment.