Struct cubconn::connection::coordinator::message¶
ClassList > cubconn > connection > coordinator > message
#include <coordinator.hpp>
Public Attributes¶
| Type | Name |
|---|---|
| css_conn_entry * | conn |
| std::vector< std::pair< uint64_t, statistics::metrics< statistics::context > > > | contexts |
| uint64_t | cpu_time_ns |
| int | from |
| uint64_t | id |
| std::vector< context * > | resource |
| struct cubconn::connection::coordinator::message | statistics |
| uint64_t | time_ns |
| int | to |
| bool | transferred |
| message_type | type |
| std::pair< std::size_t, statistics::metrics< statistics::worker > > | worker |
Public Functions¶
| Type | Name |
|---|---|
| message () = default |
|
| message (const message &) = delete |
|
| message (message &&) noexcept |
|
| message & | operator= (const message &) = delete |
| message & | operator= (message &&) noexcept |
| ~message () = default |
Public Attributes Documentation¶
variable conn¶
variable contexts¶
std::vector<std::pair<uint64_t, statistics::metrics<statistics::context> > > cubconn::connection::coordinator::message::contexts;
variable cpu_time_ns¶
variable from¶
variable id¶
variable resource¶
variable statistics¶
struct cubconn::connection::coordinator::message cubconn::connection::coordinator::message::statistics;
variable time_ns¶
variable to¶
variable transferred¶
variable type¶
variable worker¶
std::pair<std::size_t, statistics::metrics<statistics::worker> > cubconn::connection::coordinator::message::worker;
Public Functions Documentation¶
function message [1/3]¶
function message [2/3]¶
function message [3/3]¶
function operator=¶
function operator=¶
function ~message¶
The documentation for this class was generated from the following file cubrid/src/connection/coordinator.hpp