GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::alterTableMonitor. More...
#include <gpudb/protocol/alter_table_monitor.h>
Public Member Functions | |
AlterTableMonitorRequest () | |
Constructs an AlterTableMonitorRequest object with default parameters. More... | |
AlterTableMonitorRequest (const std::string &topicId_, const std::map< std::string, std::string > &monitorUpdatesMap_, const std::map< std::string, std::string > &options_) | |
Constructs an AlterTableMonitorRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | topicId |
The topic ID returned by GPUdb::createTableMonitor. More... | |
std::map< std::string, std::string > | monitorUpdatesMap |
Map containing the properties of the table monitor to be updated. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::alterTableMonitor.
Alters a table monitor previously created with GPUdb::createTableMonitor.
Definition at line 20 of file alter_table_monitor.h.
|
inline |
Constructs an AlterTableMonitorRequest object with default parameters.
Definition at line 26 of file alter_table_monitor.h.
|
inline |
Constructs an AlterTableMonitorRequest object with the specified parameters.
[in] | topicId_ | The topic ID returned by GPUdb::createTableMonitor. |
[in] | monitorUpdatesMap_ | Map containing the properties of the table monitor to be updated. Error if empty.
|
[in] | options_ | Optional parameters. |
Definition at line 60 of file alter_table_monitor.h.
std::map<std::string, std::string> gpudb::AlterTableMonitorRequest::monitorUpdatesMap |
Map containing the properties of the table monitor to be updated.
Error if empty.
Definition at line 86 of file alter_table_monitor.h.
std::map<std::string, std::string> gpudb::AlterTableMonitorRequest::options |
Optional parameters.
Definition at line 91 of file alter_table_monitor.h.
std::string gpudb::AlterTableMonitorRequest::topicId |
The topic ID returned by GPUdb::createTableMonitor.
Definition at line 72 of file alter_table_monitor.h.