GPUdb C++ API  Version 7.2.2.4
gpudb::ClearTableMonitorRequest Struct Reference

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. More...
 
 ClearTableMonitorRequest (const std::string &topicId_, const std::map< std::string, std::string > &options_)
 Constructs a ClearTableMonitorRequest 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 > options
 Optional parameters. More...
 

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]

gpudb::ClearTableMonitorRequest::ClearTableMonitorRequest ( )
inline

Constructs a ClearTableMonitorRequest object with default parameters.

Definition at line 26 of file clear_table_monitor.h.

◆ ClearTableMonitorRequest() [2/2]

gpudb::ClearTableMonitorRequest::ClearTableMonitorRequest ( const std::string &  topicId_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a ClearTableMonitorRequest object with the specified parameters.

Parameters
[in]topicId_The topic ID returned by GPUdb::createTableMonitor.
[in]options_Optional parameters. The default value is an empty map.

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.

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: