◆ clearTrigger() [1/4]
| ClearTriggerResponse gpudb::GPUdb::clearTrigger | ( | const ClearTriggerRequest & | request_ | ) | const |
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.
| [in] | request_ | Request object containing the parameters for the operation. |
◆ clearTrigger() [2/4]
| ClearTriggerResponse & gpudb::GPUdb::clearTrigger | ( | const ClearTriggerRequest & | request_, |
| ClearTriggerResponse & | response_ ) const |
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.
◆ clearTrigger() [3/4]
| ClearTriggerResponse gpudb::GPUdb::clearTrigger | ( | const std::string & | triggerId, |
| const std::map< std::string, std::string > & | options ) const |
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.
| [in] | triggerId | ID for the trigger to be deactivated. |
| [in] | options | Optional parameters. The default value is an empty map. |
◆ clearTrigger() [4/4]
| ClearTriggerResponse & gpudb::GPUdb::clearTrigger | ( | const std::string & | triggerId, |
| const std::map< std::string, std::string > & | options, | ||
| ClearTriggerResponse & | response_ ) const |
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.
| [in] | triggerId | ID for the trigger to be deactivated. |
| [in] | options | Optional parameters. The default value is an empty map. |
| [out] | response_ | Response object containing the results of the operation. |