|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <string>#include <boost/thread.hpp>#include "common/hdfs.h"#include "common/atomic.h"#include "common/status.h"#include "util/thread-pool.h"Go to the source code of this file.
Classes | |
| class | impala::HdfsOp |
| class | impala::HdfsOperationSet |
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Typedefs | |
| typedef ThreadPool< HdfsOp > | impala::HdfsOpThreadPool |
Enumerations | |
| enum | impala::HdfsOpType { impala::DELETE, impala::CREATE_DIR, impala::RENAME, impala::DELETE_THEN_CREATE, impala::CHMOD } |
Functions | |
| HdfsOpThreadPool * | impala::CreateHdfsOpThreadPool (const std::string &name, uint32_t num_threads, uint32_t max_queue_length) |
| Creates a new HdfsOp-processing thread pool. More... | |