Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "util/collection-metrics.h"
#include "rpc/thrift-server.h"
#include "util/internal-queue.h"
#include <thrift/TProcessor.h>
#include <boost/thread/thread.hpp>
#include <boost/unordered_map.hpp>
#include <rapidjson/document.h>
Go to the source code of this file.
Classes | |
class | impala::RpcEventHandler |
struct | impala::RpcEventHandler::MethodDescriptor |
Per-method descriptor. More... | |
struct | impala::RpcEventHandler::InvocationContext |
Created per-Rpc invocation. More... | |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Functions | |
void | impala::InitRpcEventTracing (Webserver *webserver) |
Initialises rpc event tracing, must be called before any RpcEventHandlers are created. More... | |