![]() |
Storage Engine API
|
This is the complete list of members for mongo::ExtentManager, including all inherited members.
| allocateExtent(OperationContext *opCtx, bool capped, int size, bool enforceQuota)=0 | mongo::ExtentManager | pure virtual |
| cacheHint(const DiskLoc &extentLoc, const HintType &hint)=0 | mongo::ExtentManager | pure virtual |
| close(OperationContext *opCtx)=0 | mongo::ExtentManager | pure virtual |
| extentForV1(const DiskLoc &loc) const =0 | mongo::ExtentManager | pure virtual |
| extentLocForV1(const DiskLoc &loc) const =0 | mongo::ExtentManager | pure virtual |
| ExtentManager() | mongo::ExtentManager | inline |
| fileSize() const =0 | mongo::ExtentManager | pure virtual |
| followupSize(int recordLen, int lastExtentLen) const | mongo::ExtentManager | virtual |
| freeExtent(OperationContext *opCtx, DiskLoc extent)=0 | mongo::ExtentManager | pure virtual |
| freeExtents(OperationContext *opCtx, DiskLoc firstExt, DiskLoc lastExt)=0 | mongo::ExtentManager | pure virtual |
| freeListStats(OperationContext *opCtx, int *numExtents, int64_t *totalFreeSizeBytes) const =0 | mongo::ExtentManager | pure virtual |
| getExtent(const DiskLoc &loc, bool doSanityCheck=true) const =0 | mongo::ExtentManager | pure virtual |
| getFileFormat(OperationContext *opCtx) const =0 | mongo::ExtentManager | pure virtual |
| getOpenFile(int n) const =0 | mongo::ExtentManager | pure virtual |
| HintType enum name | mongo::ExtentManager | |
| init(OperationContext *opCtx)=0 | mongo::ExtentManager | pure virtual |
| initialSize(int recordLen) const | mongo::ExtentManager | virtual |
| maxSize() const =0 | mongo::ExtentManager | pure virtual |
| minSize() const | mongo::ExtentManager | inlinevirtual |
| MONGO_DISALLOW_COPYING(ExtentManager) | mongo::ExtentManager | private |
| numFiles() const =0 | mongo::ExtentManager | pure virtual |
| quantizeExtentSize(int size) const | mongo::ExtentManager | virtual |
| Random enum value | mongo::ExtentManager | |
| recordForV1(const DiskLoc &loc) const =0 | mongo::ExtentManager | pure virtual |
| recordNeedsFetch(const DiskLoc &loc) const =0 | mongo::ExtentManager | pure virtual |
| Sequential enum value | mongo::ExtentManager | |
| setFileFormat(OperationContext *opCtx, DataFileVersion newVersion)=0 | mongo::ExtentManager | pure virtual |
| ~ExtentManager() | mongo::ExtentManager | inlinevirtual |