0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs
DispatchHandlerOperation.h File Reference

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>
Include dependency graph for DispatchHandlerOperation.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

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.