Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Created per-Rpc invocation. More...
Public Member Functions | |
InvocationContext (int64_t start_time, const ThriftServer::ConnectionContext *cnxn_ctx, MethodDescriptor *descriptor) | |
Public Attributes | |
const int64_t | start_time_ms |
Monotonic milliseconds (typically boot time) when the call started. More... | |
const ThriftServer::ConnectionContext * | cnxn_ctx |
MethodDescriptor * | method_descriptor |
Pointer to parent MethodDescriptor, to save a lookup on deletion. More... | |
Created per-Rpc invocation.
Definition at line 94 of file rpc-trace.h.
|
inline |
Definition at line 106 of file rpc-trace.h.
const ThriftServer::ConnectionContext* impala::RpcEventHandler::InvocationContext::cnxn_ctx |
Per-connection information, owned by ThriftServer. The lifetime of this struct is tied to the lifetime of the connection, which is guaranteed to be longer than the rpc lifetime.
Definition at line 101 of file rpc-trace.h.
Referenced by impala::RpcEventHandler::getContext(), and impala::RpcEventHandler::postWrite().
MethodDescriptor* impala::RpcEventHandler::InvocationContext::method_descriptor |
Pointer to parent MethodDescriptor, to save a lookup on deletion.
Definition at line 104 of file rpc-trace.h.
Referenced by impala::RpcEventHandler::postWrite().
const int64_t impala::RpcEventHandler::InvocationContext::start_time_ms |
Monotonic milliseconds (typically boot time) when the call started.
Definition at line 96 of file rpc-trace.h.
Referenced by impala::RpcEventHandler::postWrite().