GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::showResourceStatistics. More...
#include <gpudb/protocol/show_resource_statistics.h>
Public Member Functions | |
ShowResourceStatisticsRequest () | |
Constructs a ShowResourceStatisticsRequest object with default parameters. More... | |
ShowResourceStatisticsRequest (const std::map< std::string, std::string > &options_) | |
Constructs a ShowResourceStatisticsRequest object with the specified parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::showResourceStatistics.
Requests various statistics for storage/memory tiers and resource groups. Returns statistics on a per-rank basis.
Definition at line 20 of file show_resource_statistics.h.
|
inline |
Constructs a ShowResourceStatisticsRequest object with default parameters.
Definition at line 26 of file show_resource_statistics.h.
|
inline |
Constructs a ShowResourceStatisticsRequest object with the specified parameters.
[in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 38 of file show_resource_statistics.h.
std::map<std::string, std::string> gpudb::ShowResourceStatisticsRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 46 of file show_resource_statistics.h.