Skip to main content

◆ showTableMonitors() [1/4]

ShowTableMonitorsResponse gpudb::GPUdb::showTableMonitors (const ShowTableMonitorsRequest &request_) const

Show table monitors and their properties.

Table monitors are created using createTableMonitor. Returns detailed information about existing table monitors.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ showTableMonitors() [2/4]

ShowTableMonitorsResponse & gpudb::GPUdb::showTableMonitors (const ShowTableMonitorsRequest &request_,
ShowTableMonitorsResponse &response_ ) const

Show table monitors and their properties.

Table monitors are created using createTableMonitor. Returns detailed information about existing table monitors.

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

◆ showTableMonitors() [3/4]

ShowTableMonitorsResponse gpudb::GPUdb::showTableMonitors (const std::vector< std::string > &monitorIds,
const std::map< std::string, std::string > &options ) const

Show table monitors and their properties.

Table monitors are created using createTableMonitor. Returns detailed information about existing table monitors.

Parameters
[in]monitorIdsList of monitors to be shown. An empty list or a single entry with an empty string returns all table monitors.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ showTableMonitors() [4/4]

ShowTableMonitorsResponse & gpudb::GPUdb::showTableMonitors (const std::vector< std::string > &monitorIds,
const std::map< std::string, std::string > &options,
ShowTableMonitorsResponse &response_ ) const

Show table monitors and their properties.

Table monitors are created using createTableMonitor. Returns detailed information about existing table monitors.

Parameters
[in]monitorIdsList of monitors to be shown. An empty list or a single entry with an empty string returns all table monitors.
[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).