Declarations for Context. More...
#include "HyperspaceMasterFile.h"
#include "MetricsHandler.h"
#include "Monitoring.h"
#include "RangeServerConnection.h"
#include "RangeServerConnectionManager.h"
#include "RecoveredServers.h"
#include "RecoveryStepFuture.h"
#include "SystemState.h"
#include <Hypertable/Lib/NameIdMapper.h>
#include <Hypertable/Lib/MetaLogDefinition.h>
#include <Hypertable/Lib/MetaLogWriter.h>
#include <Hypertable/Lib/Table.h>
#include <Hyperspace/Session.h>
#include <AsyncComm/Comm.h>
#include <AsyncComm/ConnectionManager.h>
#include <AsyncComm/ApplicationQueue.h>
#include <Common/Filesystem.h>
#include <Common/Properties.h>
#include <Common/StringExt.h>
#include <Common/Thread.h>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/mem_fun.hpp>
#include <boost/multi_index/sequenced_index.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/thread/condition.hpp>
#include <condition_variable>
#include <memory>
#include <mutex>
#include <set>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | Hypertable::Context |
Execution context for the Master. More... | |
class | Hypertable::Context::RecoveryState |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Typedefs | |
typedef std::shared_ptr< Context > | Hypertable::ContextPtr |
Smart pointer to Context. More... | |
Declarations for Context.
This file contains declarations for Context, a class that provides execution context for the Master.
Definition in file Context.h.