Skip to main content

◆ 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.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of 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.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ 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.

Parameters
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ 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.

Parameters
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).