Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "common/atomic.h"
#include "common/status.h"
#include "gen-cpp/Types_types.h"
#include "gen-cpp/ResourceBrokerService.h"
#include "gen-cpp/ImpalaInternalService.h"
#include "gen-cpp/Frontend_types.h"
#include "util/promise.h"
#include "util/thread.h"
#include <boost/function.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
#include <boost/shared_ptr.hpp>
#include <string>
Go to the source code of this file.
Classes | |
class | impala::ResourceResolver |
class | impala::QueryResourceMgr |
Only CPU-heavy threads need be managed using this class. More... | |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |