Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
hdfs-bulk-ops.h File Reference
#include <string>
#include <boost/thread.hpp>
#include "common/hdfs.h"
#include "common/atomic.h"
#include "common/status.h"
#include "util/thread-pool.h"
Include dependency graph for hdfs-bulk-ops.h:
This graph shows which files directly or indirectly include this file:

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...