mongo::MongoFileFinder Class Reference

#include <mmap.h>

List of all members.

Public Member Functions

MongoFilefindByPath (string path)
 MongoFileFinder ()

Private Attributes

rwlock _lk

Detailed Description

look up a MMF by filename. scoped mutex locking convention. example: MMFFinderByName finder; MongoMMF *a = finder.find("file_name_a"); MongoMMF *b = finder.find("file_name_b");

Definition at line 112 of file mmap.h.


Constructor & Destructor Documentation

mongo::MongoFileFinder::MongoFileFinder (  )  [inline]

Definition at line 114 of file mmap.h.


Member Function Documentation

MongoFile* mongo::MongoFileFinder::findByPath ( string  path  )  [inline]
Returns:
The MongoFile object associated with the specified file name. If no file is open with the specified name, returns null.

Definition at line 119 of file mmap.h.


Member Data Documentation

Definition at line 125 of file mmap.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


mongodb
Author(s): Nate Koenig
autogenerated on Fri Jan 11 12:15:56 2013