GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ShowResourceStatisticsRequest Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::ShowResourceStatisticsRequest::ShowResourceStatisticsRequest ( )
inline

Constructs a ShowResourceStatisticsRequest object with default parameter values.

Definition at line 27 of file show_resource_statistics.h.

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.

Definition at line 39 of file show_resource_statistics.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::ShowResourceStatisticsRequest::options

Definition at line 44 of file show_resource_statistics.h.


The documentation for this struct was generated from the following file: