GPUdb C++ API  Version 7.2.2.4
gpudb::ShowResourceStatisticsRequest Struct Reference

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...
 

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]

gpudb::ShowResourceStatisticsRequest::ShowResourceStatisticsRequest ( )
inline

Constructs a ShowResourceStatisticsRequest object with default parameters.

Definition at line 26 of file show_resource_statistics.h.

◆ ShowResourceStatisticsRequest() [2/2]

gpudb::ShowResourceStatisticsRequest::ShowResourceStatisticsRequest ( const std::map< std::string, std::string > &  options_)
inline

Constructs a ShowResourceStatisticsRequest object with the specified parameters.

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: