Declarations for DispatchHandlerOperation. More...
#include "Context.h"
#include <Hypertable/Lib/RangeServer/Client.h>
#include <AsyncComm/Comm.h>
#include <AsyncComm/DispatchHandler.h>
#include <Common/StringExt.h>
#include <condition_variable>
#include <mutex>
#include <set>
Go to the source code of this file.
Classes | |
class | Hypertable::DispatchHandlerOperation |
DispatchHandler class for managing async RangeServer requests. More... | |
class | Hypertable::DispatchHandlerOperation::Result |
Holds request result information. More... | |
struct | Hypertable::DispatchHandlerOperation::LtEventPtr |
Strict Weak Ordering for comparing events by source address. More... | |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Typedefs | |
typedef std::shared_ptr < DispatchHandlerOperation > | Hypertable::DispatchHandlerOperationPtr |
Smart pointer to DispatchHandlerOperation. More... | |
Declarations for DispatchHandlerOperation.
This file contains declarations for DispatchHandlerOperation, a base class for dispatch handlers used by operations that issue a request to a set of range servers.
Definition in file DispatchHandlerOperation.h.