Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
thread.h File Reference
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/thread.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include "common/status.h"
#include "util/promise.h"
Include dependency graph for thread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  impala::Thread
 TODO: Consider allowing fragment IDs as category parameters. More...
 
class  impala::ThreadGroup
 

Namespaces

 impala
 This file contains type definitions that are used throughout the code base.
 

Functions

void impala::InitThreading ()
 Initialises the threading subsystem. Must be called before a Thread is created. More...
 
Status impala::StartThreadInstrumentation (MetricGroup *metrics, Webserver *webserver)