OmniSciDB
a5dc49c757
|
#include <ExecutorResourceMgrCommon.h>
Public Member Functions | |
ExecutorResourceMgrError (RequestId const request_id, std::string error_msg) | |
RequestId | getRequestId () const |
std::string | getErrorMsg () const |
Private Attributes | |
RequestId | request_id_ |
std::string | error_msg_ |
Definition at line 32 of file ExecutorResourceMgrCommon.h.
|
inline |
Definition at line 34 of file ExecutorResourceMgrCommon.h.
|
inline |
Definition at line 37 of file ExecutorResourceMgrCommon.h.
References error_msg_.
Referenced by ExecutorResourceMgr_Namespace::ExecutorResourceMgr::process_queue_loop().
|
inline |
Definition at line 36 of file ExecutorResourceMgrCommon.h.
References request_id_.
Referenced by ExecutorResourceMgr_Namespace::ExecutorResourceMgr::process_queue_loop().
|
private |
Definition at line 41 of file ExecutorResourceMgrCommon.h.
Referenced by getErrorMsg().
|
private |
Definition at line 40 of file ExecutorResourceMgrCommon.h.
Referenced by getRequestId().