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