Declarations for Range. More...
#include <Hypertable/RangeServer/AccessGroup.h>
#include <Hypertable/RangeServer/AccessGroupHintsFile.h>
#include <Hypertable/RangeServer/CellList.h>
#include <Hypertable/RangeServer/CellStore.h>
#include <Hypertable/RangeServer/LoadFactors.h>
#include <Hypertable/RangeServer/LoadMetricsRange.h>
#include <Hypertable/RangeServer/MaintenanceFlag.h>
#include <Hypertable/RangeServer/MergeScannerRange.h>
#include <Hypertable/RangeServer/MetaLogEntityRange.h>
#include <Hypertable/RangeServer/MetaLogEntityTask.h>
#include <Hypertable/RangeServer/Metadata.h>
#include <Hypertable/RangeServer/RangeMaintenanceGuard.h>
#include <Hypertable/RangeServer/RangeSet.h>
#include <Hypertable/RangeServer/RangeTransferInfo.h>
#include <Hypertable/Lib/CommitLog.h>
#include <Hypertable/Lib/CommitLogReader.h>
#include <Hypertable/Lib/Key.h>
#include <Hypertable/Lib/Master/Client.h>
#include <Hypertable/Lib/RangeSpec.h>
#include <Hypertable/Lib/RangeState.h>
#include <Hypertable/Lib/Schema.h>
#include <Hypertable/Lib/TableIdentifier.h>
#include <Common/Barrier.h>
#include <Common/fast_clock.h>
#include <Common/String.h>
#include <map>
#include <memory>
#include <mutex>
#include <vector>
Go to the source code of this file.
Classes | |
class | Hypertable::Range |
Represents a table row range. More... | |
class | Hypertable::Range::MaintenanceData |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Typedefs | |
typedef std::shared_ptr< Range > | Hypertable::RangePtr |
Smart pointer to Range. More... | |
Functions | |
std::ostream & | Hypertable::operator<< (std::ostream &os, const Range::MaintenanceData &mdata) |
Declarations for Range.
This file contains the type declarations for Range, a class used to access and manage a range of table data.
Definition in file Range.h.