GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::clearTrigger. More...
#include <gpudb/protocol/clear_trigger.h>
Public Member Functions | |
ClearTriggerRequest () | |
Constructs a ClearTriggerRequest object with default parameters. More... | |
ClearTriggerRequest (const std::string &triggerId_, const std::map< std::string, std::string > &options_) | |
Constructs a ClearTriggerRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | triggerId |
ID for the trigger to be deactivated. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::clearTrigger.
Clears or cancels the trigger identified by the specified handle. The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
Definition at line 20 of file clear_trigger.h.
|
inline |
Constructs a ClearTriggerRequest object with default parameters.
Definition at line 25 of file clear_trigger.h.
|
inline |
Constructs a ClearTriggerRequest object with the specified parameters.
[in] | triggerId_ | ID for the trigger to be deactivated. |
[in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 39 of file clear_trigger.h.
std::map<std::string, std::string> gpudb::ClearTriggerRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 53 of file clear_trigger.h.
std::string gpudb::ClearTriggerRequest::triggerId |
ID for the trigger to be deactivated.
Definition at line 48 of file clear_trigger.h.