Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <boost/thread/mutex.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/unordered_map.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <thrift/server/TServer.h>
#include <thrift/TProcessor.h>
#include "common/status.h"
#include "rpc/auth-provider.h"
#include "util/metrics.h"
#include "util/thread.h"
Go to the source code of this file.
Classes | |
class | impala::ThriftServer |
struct | impala::ThriftServer::ConnectionContext |
Per-connection information. More... | |
class | impala::ThriftServer::ConnectionHandlerIf |
Interface class for receiving connection creation / termination events. More... | |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |