A set of results returned by GPUdb::clearTableMonitor. More…
#include <gpudb/protocol/clear_table_monitor.h>
Public Member Functions | |
| ClearTableMonitorResponse () | |
| Constructs a ClearTableMonitorResponse object with default parameters. | |
Public Attributes | |
| std::string | topicId |
| Value of topicId. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::clearTableMonitor.
Definition at line 190 of file clear_table_monitor.h.
Constructor & Destructor Documentation
◆ ClearTableMonitorResponse()
| inline |
Constructs a ClearTableMonitorResponse object with default parameters.
Definition at line 196 of file clear_table_monitor.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::ClearTableMonitorResponse::info |
Additional information.
Definition at line 210 of file clear_table_monitor.h.
◆ topicId
| std::string gpudb::ClearTableMonitorResponse::topicId |
Value of topicId.
Definition at line 205 of file clear_table_monitor.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/clear_table_monitor.h