Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::RpcEventHandler::MethodDescriptor Struct Reference

Per-method descriptor. More...

Collaboration diagram for impala::RpcEventHandler::MethodDescriptor:

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...
 

Detailed Description

Per-method descriptor.

Definition at line 79 of file rpc-trace.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: