GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_resource_objects.h>
Public Member Functions | |
ShowResourceObjectsRequest () | |
Constructs a ShowResourceObjectsRequest object with default parameter values. More... | |
ShowResourceObjectsRequest (const std::map< std::string, std::string > &options_) | |
Constructs a ShowResourceObjectsRequest object with the specified parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | options |
A set of input 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 24 of file show_resource_objects.h.
|
inline |
Constructs a ShowResourceObjectsRequest object with default parameter values.
Definition at line 31 of file show_resource_objects.h.
|
inline |
Constructs a ShowResourceObjectsRequest object with the specified parameters.
[in] | options_ | Optional parameters.
|
Definition at line 93 of file show_resource_objects.h.
std::map<std::string, std::string> gpudb::ShowResourceObjectsRequest::options |
Definition at line 98 of file show_resource_objects.h.