GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_resource_statistics.h>
Public Member Functions | |
ShowResourceStatisticsRequest () | |
Constructs a ShowResourceStatisticsRequest object with default parameter values. 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 |
A set of input parameters for const.
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 parameter values.
Definition at line 27 of file show_resource_statistics.h.
|
inline |
Constructs a ShowResourceStatisticsRequest object with the specified parameters.
[in] | options_ | Optional parameters. |
Definition at line 39 of file show_resource_statistics.h.
std::map<std::string, std::string> gpudb::ShowResourceStatisticsRequest::options |
Definition at line 44 of file show_resource_statistics.h.