◆ showResourceObjects() [1/4]
| ShowResourceObjectsResponse gpudb::GPUdb::showResourceObjects | ( | const ShowResourceObjectsRequest & | request_ | ) | 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.
| [in] | request_ | Request object containing the parameters for the operation. |
◆ showResourceObjects() [2/4]
| ShowResourceObjectsResponse & gpudb::GPUdb::showResourceObjects | ( | const ShowResourceObjectsRequest & | request_, |
| ShowResourceObjectsResponse & | response_ ) 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.
◆ showResourceObjects() [3/4]
| ShowResourceObjectsResponse gpudb::GPUdb::showResourceObjects | ( | const std::map< std::string, std::string > & | options | ) | 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.
| [in] | options | Optional parameters.
|
◆ showResourceObjects() [4/4]
| ShowResourceObjectsResponse & gpudb::GPUdb::showResourceObjects | ( | const std::map< std::string, std::string > & | options, |
| ShowResourceObjectsResponse & | response_ ) 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.
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |