Skip to main content

◆ alterTableMonitor() [1/4]

AlterTableMonitorResponse gpudb::GPUdb::alterTableMonitor (const AlterTableMonitorRequest &request_) const

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

◆ alterTableMonitor() [2/4]

AlterTableMonitorResponse & gpudb::GPUdb::alterTableMonitor (const AlterTableMonitorRequest &request_,
AlterTableMonitorResponse &response_ ) const

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

◆ alterTableMonitor() [3/4]

AlterTableMonitorResponse gpudb::GPUdb::alterTableMonitor (const std::string &topicId,
const std::map< std::string, std::string > &monitorUpdatesMap,
const std::map< std::string, std::string > &options ) const

Alters a table monitor previously created with createTableMonitor.

Parameters
[in]topicIdThe topic ID returned by createTableMonitor.
[in]monitorUpdatesMapMap containing the properties of the table monitor to be updated. Error if empty.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ alterTableMonitor() [4/4]

AlterTableMonitorResponse & gpudb::GPUdb::alterTableMonitor (const std::string &topicId,
const std::map< std::string, std::string > &monitorUpdatesMap,
const std::map< std::string, std::string > &options,
AlterTableMonitorResponse &response_ ) const

Alters a table monitor previously created with createTableMonitor.

Parameters
[in]topicIdThe topic ID returned by createTableMonitor.
[in]monitorUpdatesMapMap containing the properties of the table monitor to be updated. Error if empty.
[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).