0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Public Member Functions | Protected Attributes | List of all members
Hypertable::CellStoreScannerInterval Class Referenceabstract

#include <CellStoreScannerInterval.h>

Inheritance diagram for Hypertable::CellStoreScannerInterval:
Inheritance graph
[legend]

Classes

struct  BlockInfo
 

Public Member Functions

 CellStoreScannerInterval ()
 
virtual void forward ()=0
 
virtual bool get (Key &key, ByteString &value)=0
 
virtual ~CellStoreScannerInterval ()
 
int64_t get_disk_read ()
 

Protected Attributes

uint64_t m_disk_read
 

Detailed Description

Definition at line 30 of file CellStoreScannerInterval.h.

Constructor & Destructor Documentation

Hypertable::CellStoreScannerInterval::CellStoreScannerInterval ( )
inline

Definition at line 32 of file CellStoreScannerInterval.h.

virtual Hypertable::CellStoreScannerInterval::~CellStoreScannerInterval ( )
inlinevirtual

Definition at line 35 of file CellStoreScannerInterval.h.

Member Function Documentation

virtual void Hypertable::CellStoreScannerInterval::forward ( )
pure virtual
virtual bool Hypertable::CellStoreScannerInterval::get ( Key key,
ByteString value 
)
pure virtual
int64_t Hypertable::CellStoreScannerInterval::get_disk_read ( )
inline

Definition at line 36 of file CellStoreScannerInterval.h.

Member Data Documentation

uint64_t Hypertable::CellStoreScannerInterval::m_disk_read
protected

Definition at line 45 of file CellStoreScannerInterval.h.


The documentation for this class was generated from the following file: