Skip to main content

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

◆ 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]topicIdThe topic ID returned by createTableMonitor.
[in]optionsOptional parameters.The default value is an empty map.
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]topicIdThe topic ID returned by createTableMonitor.
[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).