mongo::DataFileMgr Member List
This is the complete list of members for
mongo::DataFileMgr, including all inherited members.
_deleteRecord(NamespaceDetails *d, const char *ns, Record *todelete, const DiskLoc &dl) | mongo::DataFileMgr | |
allocFromFreeList(const char *ns, int approxSize, bool capped=false) | mongo::DataFileMgr | [static] |
BasicCursor class | mongo::DataFileMgr | [friend] |
deleteRecord(const char *ns, Record *todelete, const DiskLoc &dl, bool cappedOK=false, bool noWarn=false) | mongo::DataFileMgr | |
fast_oplog_insert(NamespaceDetails *d, const char *ns, int len) | mongo::DataFileMgr | |
files | mongo::DataFileMgr | [private] |
findAll(const char *ns, const DiskLoc &startLoc=DiskLoc()) | mongo::DataFileMgr | [static] |
getExtent(const DiskLoc &dl) | mongo::DataFileMgr | [inline, static] |
getRecord(const DiskLoc &dl) | mongo::DataFileMgr | [inline, static] |
init(const string &path) | mongo::DataFileMgr | |
insert(const char *ns, const void *buf, int len, bool god=false, const BSONElement &writeId=BSONElement(), bool mayAddIndex=true) | mongo::DataFileMgr | |
insertAndLog(const char *ns, const BSONObj &o, bool god=false) | mongo::DataFileMgr | |
insertNoReturnVal(const char *ns, BSONObj o, bool god=false) | mongo::DataFileMgr | |
insertWithObjMod(const char *ns, BSONObj &o, bool god=false) | mongo::DataFileMgr | |
makeDeletedRecord(const DiskLoc &dl, int len) | mongo::DataFileMgr | [inline, static] |
updateRecord(const char *ns, NamespaceDetails *d, NamespaceDetailsTransient *nsdt, Record *toupdate, const DiskLoc &dl, const char *buf, int len, OpDebug &debug, bool god=false) | mongo::DataFileMgr | |