A set of parameters for GPUdb::clearTableMonitor. More…
#include <gpudb/protocol/clear_table_monitor.h>
Public Member Functions | |
| ClearTableMonitorRequest () | |
| Constructs a ClearTableMonitorRequest object with default parameters. | |
| ClearTableMonitorRequest (const std::string &topicId_, const std::map< std::string, std::string > &options_) | |
| Constructs a ClearTableMonitorRequest object with the specified parameters. | |
Public Attributes | |
| std::string | topicId |
| The topic ID returned by GPUdb::createTableMonitor. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
A set of parameters for GPUdb::clearTableMonitor.
Deactivates a table monitor previously created with GPUdb::createTableMonitor.
Definition at line 20 of file clear_table_monitor.h.
Constructor & Destructor Documentation
◆ ClearTableMonitorRequest() [1/2]
| inline |
Constructs a ClearTableMonitorRequest object with default parameters.
Definition at line 26 of file clear_table_monitor.h.
◆ ClearTableMonitorRequest() [2/2]
| inline |
Constructs a ClearTableMonitorRequest object with the specified parameters.
| [in] | topicId_ | The topic ID returned by GPUdb::createTableMonitor. |
| [in] | options_ | Optional parameters.
|
Definition at line 87 of file clear_table_monitor.h.
Member Data Documentation
◆ options
| std::map<std::string, std::string> gpudb::ClearTableMonitorRequest::options |
Optional parameters.
- clear_table_monitor_keep_autogenerated_sink: If true, the auto-generated datasink associated with this monitor, if there is one, will be retained for further use. If false, then the auto-generated sink will be dropped if there are no other monitors referencing it. Supported values:The default value is clear_table_monitor_false.
- clear_table_monitor_clear_all_references: If true, all references that share the same topicId will be cleared. Supported values:The default value is clear_table_monitor_false.
The default value is an empty map.
Definition at line 137 of file clear_table_monitor.h.
◆ topicId
| std::string gpudb::ClearTableMonitorRequest::topicId |
The topic ID returned by GPUdb::createTableMonitor.
Definition at line 98 of file clear_table_monitor.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/clear_table_monitor.h