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

Declarations for ServerReceiverPlan. More...

#include <Hypertable/Lib/QualifiedRangeSpec.h>
#include <Hypertable/Lib/RangeSpec.h>
#include <Hypertable/Lib/TableIdentifier.h>
#include <Common/StringExt.h>
#include <Common/PageArenaAllocator.h>
#include <Common/Serializable.h>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/mem_fun.hpp>
#include <iostream>
Include dependency graph for ServerReceiverPlan.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hypertable::Lib::RangeServerRecovery::ServerReceiverPlan
 Server receiver plan. More...
 
struct  Hypertable::Lib::RangeServerRecovery::ServerReceiverPlanByRange
 
struct  Hypertable::Lib::RangeServerRecovery::ServerReceiverPlanByLocation
 

Namespaces

 Hypertable
 Hypertable definitions
 
 Hypertable::Lib
 Hypertable library.
 
 Hypertable::Lib::RangeServerRecovery
 

Typedefs

typedef multi_index_container
< ServerReceiverPlan,
indexed_by< ordered_unique
< tag
< ServerReceiverPlanByRange >
, member< ServerReceiverPlan,
QualifiedRangeSpec,&ServerReceiverPlan::spec >
>, ordered_non_unique< tag
< ServerReceiverPlanByLocation >
, member< ServerReceiverPlan,
string,&ServerReceiverPlan::location > > > > 
Hypertable::Lib::RangeServerRecovery::ServerReceiverPlanContainer
 
typedef
ServerReceiverPlanContainer::index
< ServerReceiverPlanByRange >
::type 
Hypertable::Lib::RangeServerRecovery::ServerReceiverPlanRangeIndex
 
typedef
ServerReceiverPlanContainer::index
< ServerReceiverPlanByLocation >
::type 
Hypertable::Lib::RangeServerRecovery::ServerReceiverPlanLocationIndex
 

Detailed Description

Declarations for ServerReceiverPlan.

This file contains declarations for ServerReceiverPlan, a class that holds information about a server that will receive ranges from a failed RangeServer during recovery.

Definition in file ServerReceiverPlan.h.