#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"

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