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. | |
| ShowResourceStatisticsRequest (const std::map< std::string, std::string > &options_) | |
| Constructs a ShowResourceStatisticsRequest object with the specified parameters. | |
Public Attributes | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
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.
Constructor & Destructor Documentation
◆ ShowResourceStatisticsRequest() [1/2]
| inline |
Constructs a ShowResourceStatisticsRequest object with default parameters.
Definition at line 26 of file show_resource_statistics.h.
◆ ShowResourceStatisticsRequest() [2/2]
| 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.
Member Data Documentation
◆ options
| 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.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_resource_statistics.h