0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Static Public Member Functions | List of all members
Hypertable::CellStoreFactory Class Reference

Factory class for creating CellStore objects. More...

#include <CellStoreFactory.h>

Static Public Member Functions

static CellStorePtr open (const String &name, const char *start_row, const char *end_row)
 Creates a CellStore object from a given cell store file. More...
 

Detailed Description

Factory class for creating CellStore objects.

Definition at line 39 of file CellStoreFactory.h.

Member Function Documentation

CellStorePtr CellStoreFactory::open ( const String name,
const char *  start_row,
const char *  end_row 
)
static

Creates a CellStore object from a given cell store file.

Parameters
namePathname of cell store file
start_rowStarting scope
end_rowEnding scope
Returns
Pointer to newly allocated CellStore object

Get the file length

Open the FS file

Definition at line 56 of file CellStoreFactory.cc.


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