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