◆ showTriggers() [1/4]
| ShowTriggersResponse gpudb::GPUdb::showTriggers | ( | const ShowTriggersRequest & | request_ | ) | const |
◆ 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
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] | triggerIds | List of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers. |
| [in] | options | Optional 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] | triggerIds | List of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers. |
| [in] | options | Optional 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).