Declarations for ResponseManager. More...
#include "Context.h"
#include "Operation.h"
#include <Hypertable/Lib/MetaLogWriter.h>
#include <AsyncComm/Clock.h>
#include <AsyncComm/Comm.h>
#include <Common/Thread.h>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/properties.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index_container.hpp>
#include <boost/thread/condition.hpp>
#include <chrono>
#include <condition_variable>
#include <list>
#include <map>
#include <memory>
#include <mutex>
#include <thread>
Go to the source code of this file.
Classes | |
class | Hypertable::ResponseManagerContext |
Implementation shared by ResponseManager objects. More... | |
class | Hypertable::ResponseManagerContext::OperationRec |
Record holding completed operation information. More... | |
class | Hypertable::ResponseManagerContext::DeliveryRec |
Record holding response delivery information for an operation. More... | |
class | Hypertable::ResponseManager |
Manages the sending of operation results back to clients. More... | |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Declarations for ResponseManager.
This file contains declarations for ResponseManager, a class for managing the sending operation results back to requesting clients.
Definition in file ResponseManager.h.