GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/show_resource_statistics.h>
Public Member Functions | |
ShowResourceStatisticsResponse () | |
Constructs a ShowResourceStatisticsResponse object with default parameter values. More... | |
Public Attributes | |
std::map< std::string, std::string > | statisticsMap |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Requests various statistics for storage/memory tiers and resource groups. Returns statistics on a per-rank basis.
Definition at line 95 of file show_resource_statistics.h.
|
inline |
Constructs a ShowResourceStatisticsResponse object with default parameter values.
Definition at line 102 of file show_resource_statistics.h.
std::map<std::string, std::string> gpudb::ShowResourceStatisticsResponse::info |
Definition at line 109 of file show_resource_statistics.h.
std::map<std::string, std::string> gpudb::ShowResourceStatisticsResponse::statisticsMap |
Definition at line 108 of file show_resource_statistics.h.