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

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

#include <gpudb/protocol/show_resource_objects.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

A set of output parameters for const.

Returns information about the internal sub-components (tiered objects) which use resources of the system. The request can either return results from actively used objects (default) or it can be used to query the status of the objects of a given list of tables. Returns detailed information about the requested resource objects.

Definition at line 153 of file show_resource_objects.h.

Constructor & Destructor Documentation

gpudb::ShowResourceObjectsResponse::ShowResourceObjectsResponse ( )
inline

Constructs a ShowResourceObjectsResponse object with default parameter values.

Definition at line 160 of file show_resource_objects.h.

Member Data Documentation

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

Definition at line 167 of file show_resource_objects.h.

std::map<std::string, std::string> gpudb::ShowResourceObjectsResponse::rankObjects

Definition at line 166 of file show_resource_objects.h.


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