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

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

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< RangeHypertable::RangePtr
 Smart pointer to Range. More...
 

Functions

std::ostream & Hypertable::operator<< (std::ostream &os, const Range::MaintenanceData &mdata)
 

Detailed Description

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.