MCPcopy Create free account
hub / github.com/apache/impala / Msg

Class Msg

be/src/kudu/util/async_logger.h:114–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 // Arenas and allocate both the message data and Msg struct from them, forming
113 // a linked list.
114 struct Msg {
115 time_t ts;
116 std::string message;
117
118 Msg(time_t ts, std::string message)
119 : ts(ts),
120 message(std::move(message)) {
121 }
122 };
123
124 // A buffer of messages waiting to be flushed.
125 struct Buffer {

Callers 1

WriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected