Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "rpc/rpc-trace.h"
#include <boost/bind.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/foreach.hpp>
#include <gutil/strings/substitute.h>
#include "common/logging.h"
#include "util/debug-util.h"
#include "util/time.h"
#include "util/webserver.h"
#include "common/names.h"
Go to the source code of this file.
Classes | |
class | RpcEventHandlerManager |
Variables | |
scoped_ptr < RpcEventHandlerManager > | handler_manager |
scoped_ptr<RpcEventHandlerManager> handler_manager |
Definition at line 65 of file rpc-trace.cc.
Referenced by impala::InitRpcEventTracing(), and impala::RpcEventHandler::RpcEventHandler().