Skip to main content

◆ 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.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of 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.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ 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.

Parameters
[in]triggerIdID for the trigger to be deactivated.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ 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.

Parameters
[in]triggerIdID for the trigger to be deactivated.
[in]optionsOptional parameters. The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).