Classes | Namespaces | Typedefs

ApplicationQueue.h File Reference

#include <cassert>
#include <list>
#include <vector>
#include <boost/thread/condition.hpp>
#include "Common/Thread.h"
#include "Common/Mutex.h"
#include "Common/HashMap.h"
#include "Common/ReferenceCount.h"
#include "Common/StringExt.h"
#include "Common/Logger.h"
#include "ApplicationHandler.h"
Include dependency graph for ApplicationQueue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hypertable::ApplicationQueue
 Provides application work queue and worker threads. More...
class  Hypertable::ApplicationQueue::UsageRec
class  Hypertable::ApplicationQueue::WorkRec
class  Hypertable::ApplicationQueue::ApplicationQueueState
class  Hypertable::ApplicationQueue::Worker

Namespaces

namespace  Hypertable
 

Copyright (C) 2009 Doug Judd (Zvents, Inc.)


Typedefs

typedef boost::intrusive_ptr
< ApplicationQueue > 
Hypertable::ApplicationQueuePtr