Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <stdint.h>
#include <string>
#include <vector>
#include <map>
#include <boost/unordered_map.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/thread/condition_variable.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include "gen-cpp/Types_types.h"
#include "gen-cpp/StatestoreSubscriber.h"
#include "gen-cpp/StatestoreService.h"
#include "util/metrics.h"
#include "util/collection-metrics.h"
#include "rpc/thrift-client.h"
#include "util/thread-pool.h"
#include "util/webserver.h"
#include "runtime/client-cache.h"
#include "runtime/timestamp-value.h"
#include "statestore/failure-detector.h"
Go to the source code of this file.
Classes | |
class | impala::Statestore |
class | impala::Statestore::TopicEntry |
class | impala::Statestore::Topic |
class | impala::Statestore::Subscriber |
struct | impala::Statestore::Subscriber::TopicState |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |