Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Per-method descriptor. More...
Public Attributes | |
std::string | name |
Name of the method. More... | |
StatsMetric< double > * | time_stats |
Summary statistics for the time taken to respond to this method. More... | |
AtomicInt< uint32_t > | num_in_flight |
Number of invocations in flight. More... | |
Per-method descriptor.
Definition at line 79 of file rpc-trace.h.
std::string impala::RpcEventHandler::MethodDescriptor::name |
Name of the method.
Definition at line 81 of file rpc-trace.h.
Referenced by impala::RpcEventHandler::getContext().
AtomicInt<uint32_t> impala::RpcEventHandler::MethodDescriptor::num_in_flight |
Number of invocations in flight.
Definition at line 87 of file rpc-trace.h.
Referenced by impala::RpcEventHandler::postWrite().
StatsMetric<double>* impala::RpcEventHandler::MethodDescriptor::time_stats |
Summary statistics for the time taken to respond to this method.
Definition at line 84 of file rpc-trace.h.
Referenced by impala::RpcEventHandler::getContext(), and impala::RpcEventHandler::postWrite().