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

A set of output parameters for const. More...

#include <gpudb/protocol/show_resource_statistics.h>

Public Member Functions

 ShowResourceStatisticsResponse ()
 Constructs a ShowResourceStatisticsResponse object with default parameter values. More...
 

Public Attributes

std::map< std::string,
std::string > 
statisticsMap
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Requests various statistics for storage/memory tiers and resource groups. Returns statistics on a per-rank basis.

Definition at line 95 of file show_resource_statistics.h.

Constructor & Destructor Documentation

gpudb::ShowResourceStatisticsResponse::ShowResourceStatisticsResponse ( )
inline

Constructs a ShowResourceStatisticsResponse object with default parameter values.

Definition at line 102 of file show_resource_statistics.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::ShowResourceStatisticsResponse::info

Definition at line 109 of file show_resource_statistics.h.

std::map<std::string, std::string> gpudb::ShowResourceStatisticsResponse::statisticsMap

Definition at line 108 of file show_resource_statistics.h.


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