◆ clearTableMonitor() [1/4]
| ClearTableMonitorResponse gpudb::GPUdb::clearTableMonitor | ( | const ClearTableMonitorRequest & | request_ | ) | const |
Deactivates a table monitor previously created with createTableMonitor.
Parameters
| [in] | request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
◆ clearTableMonitor() [2/4]
| ClearTableMonitorResponse & gpudb::GPUdb::clearTableMonitor | ( | const ClearTableMonitorRequest & | request_, |
| ClearTableMonitorResponse & | response_ ) const |
Deactivates a table monitor previously created with createTableMonitor.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ clearTableMonitor() [3/4]
| ClearTableMonitorResponse gpudb::GPUdb::clearTableMonitor | ( | const std::string & | topicId, |
| const std::map< std::string, std::string > & | options ) const |
Deactivates a table monitor previously created with createTableMonitor.
Parameters
| [in] | topicId | The topic ID returned by createTableMonitor. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ clearTableMonitor() [4/4]
| ClearTableMonitorResponse & gpudb::GPUdb::clearTableMonitor | ( | const std::string & | topicId, |
| const std::map< std::string, std::string > & | options, | ||
| ClearTableMonitorResponse & | response_ ) const |
Deactivates a table monitor previously created with createTableMonitor.
Parameters
| [in] | topicId | The topic ID returned by createTableMonitor. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).