Skip to main content

◆ showTriggers() [1/4]

ShowTriggersResponse gpudb::GPUdb::showTriggers (const ShowTriggersRequest &request_) const

Retrieves information regarding the specified triggers or all existing triggers currently active.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ showTriggers() [2/4]

ShowTriggersResponse & gpudb::GPUdb::showTriggers (const ShowTriggersRequest &request_,
ShowTriggersResponse &response_ ) const

Retrieves information regarding the specified triggers or all existing triggers currently active.

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

◆ showTriggers() [3/4]

ShowTriggersResponse gpudb::GPUdb::showTriggers (const std::vector< std::string > &triggerIds,
const std::map< std::string, std::string > &options ) const

Retrieves information regarding the specified triggers or all existing triggers currently active.

Parameters
[in]triggerIdsList of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ showTriggers() [4/4]

ShowTriggersResponse & gpudb::GPUdb::showTriggers (const std::vector< std::string > &triggerIds,
const std::map< std::string, std::string > &options,
ShowTriggersResponse &response_ ) const

Retrieves information regarding the specified triggers or all existing triggers currently active.

Parameters
[in]triggerIdsList of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers.
[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).