Struct AggregationManager::FanOutResult
Defined in File aggregation_manager.hpp
Nested Relationships
This struct is a nested type of Class AggregationManager.
Struct Documentation
-
struct FanOutResult
Result of a fan-out GET across all healthy peers.
Public Members
-
nlohmann::json merged_items
Merged “items” array from all peers.
-
bool is_partial = {false}
True if some peers failed.
-
std::vector<std::string> failed_peers
Names of peers that failed.
-
nlohmann::json merged_items