◆ 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
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] | topicId | The topic ID returned by createTableMonitor. |
| [in] | monitorUpdatesMap | Map containing the properties of the table monitor to be updated. Error if empty.
|
| [in] | options | Optional 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] | topicId | The topic ID returned by createTableMonitor. |
| [in] | monitorUpdatesMap | Map containing the properties of the table monitor to be updated. Error if empty.
|
| [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).