![]() |
Storage Engine API
|
This is the complete list of members for mongo::RecordStoreV1Base, including all inherited members.
| _addRecordToRecListInExtent(OperationContext *opCtx, MmapV1RecordHeader *r, DiskLoc loc) | mongo::RecordStoreV1Base | protected |
| _details | mongo::RecordStoreV1Base | protected |
| _extentManager | mongo::RecordStoreV1Base | protected |
| _findFirstSpot(OperationContext *opCtx, const DiskLoc &extDiskLoc, Extent *e) | mongo::RecordStoreV1Base | protected |
| _getExtent(OperationContext *opCtx, const DiskLoc &loc) const | mongo::RecordStoreV1Base | protected |
| _getExtentLocForRecord(OperationContext *opCtx, const DiskLoc &loc) const | mongo::RecordStoreV1Base | protected |
| _getNextRecord(OperationContext *opCtx, const DiskLoc &loc) const | mongo::RecordStoreV1Base | protected |
| _getNextRecordInExtent(OperationContext *opCtx, const DiskLoc &loc) const | mongo::RecordStoreV1Base | protected |
| _getPrevRecord(OperationContext *opCtx, const DiskLoc &loc) const | mongo::RecordStoreV1Base | protected |
| _getPrevRecordInExtent(OperationContext *opCtx, const DiskLoc &loc) const | mongo::RecordStoreV1Base | protected |
| _insertRecord(OperationContext *opCtx, const char *data, int len, bool enforceQuota) | mongo::RecordStoreV1Base | protected |
| _isSystemIndexes | mongo::RecordStoreV1Base | protected |
| _ns | mongo::RecordStore | protected |
| addDeletedRec(OperationContext *opCtx, const DiskLoc &dloc)=0 | mongo::RecordStoreV1Base | protectedpure virtual |
| allocRecord(OperationContext *opCtx, int lengthWithHeaders, bool enforceQuota)=0 | mongo::RecordStoreV1Base | protectedpure virtual |
| appendCustomStats(OperationContext *opCtx, BSONObjBuilder *result, double scale) const | mongo::RecordStoreV1Base | virtual |
| bucket(int size) | mongo::RecordStoreV1Base | static |
| Buckets | mongo::RecordStoreV1Base | static |
| bucketSizes | mongo::RecordStoreV1Base | static |
| cappedTruncateAfter(OperationContext *opCtx, RecordId end, bool inclusive)=0 | mongo::RecordStore | pure virtual |
| compact(OperationContext *opCtx, RecordStoreCompactAdaptor *adaptor, const CompactOptions *options, CompactStats *stats) | mongo::RecordStore | inlinevirtual |
| compactsInPlace() const | mongo::RecordStore | inlinevirtual |
| compactSupported() const | mongo::RecordStore | inlinevirtual |
| dataFor(OperationContext *opCtx, const RecordId &loc) const | mongo::RecordStoreV1Base | virtual |
| dataSize(OperationContext *opCtx) const | mongo::RecordStoreV1Base | inlinevirtual |
| deletedRecordFor(const DiskLoc &loc) const | mongo::RecordStoreV1Base | protected |
| deleteRecord(OperationContext *opCtx, const RecordId &dl) | mongo::RecordStoreV1Base | virtual |
| details() const | mongo::RecordStoreV1Base | inline |
| drec(const DiskLoc &loc) const | mongo::RecordStoreV1Base | protectedvirtual |
| findRecord(OperationContext *opCtx, const RecordId &loc, RecordData *rd) const | mongo::RecordStoreV1Base | virtual |
| getCursor(OperationContext *opCtx, bool forward=true) const =0 | mongo::RecordStore | pure virtual |
| getCursorForRepair(OperationContext *opCtx) const | mongo::RecordStoreV1Base | virtual |
| getExtentLocForRecord(OperationContext *opCtx, const DiskLoc &loc) const | mongo::RecordStoreV1Base | |
| getIdent() const override | mongo::RecordStoreV1Base | inlinevirtual |
| getManyCursors(OperationContext *opCtx) const | mongo::RecordStore | inlinevirtual |
| getNextRecord(OperationContext *opCtx, const DiskLoc &loc) const | mongo::RecordStoreV1Base | |
| getNextRecordInExtent(OperationContext *opCtx, const DiskLoc &loc) const | mongo::RecordStoreV1Base | |
| getPrevRecord(OperationContext *opCtx, const DiskLoc &loc) const | mongo::RecordStoreV1Base | |
| getPrevRecordInExtent(OperationContext *opCtx, const DiskLoc &loc) const | mongo::RecordStoreV1Base | |
| getRandomCursor(OperationContext *opCtx) const | mongo::RecordStore | inlinevirtual |
| increaseStorageSize(OperationContext *opCtx, int size, bool enforceQuota) | mongo::RecordStoreV1Base | |
| insertRecord(OperationContext *opCtx, const char *data, int len, Timestamp, bool enforceQuota) | mongo::RecordStoreV1Base | virtual |
| insertRecords(OperationContext *opCtx, std::vector< Record > *records, std::vector< Timestamp > *timestamps, bool enforceQuota) | mongo::RecordStore | inlinevirtual |
| insertRecordsWithDocWriter(OperationContext *opCtx, const DocWriter *const *docs, const Timestamp *, size_t nDocs, RecordId *idsOut) final | mongo::RecordStoreV1Base | virtual |
| insertRecordWithDocWriter(OperationContext *opCtx, const DocWriter *doc, Timestamp timestamp) | mongo::RecordStore | inline |
| isCapped() const =0 | mongo::RecordStoreV1Base | protectedpure virtual |
| isInRecordIdOrder() const | mongo::RecordStore | inlinevirtual |
| isQuantized(int recordSize) | mongo::RecordStoreV1Base | static |
| MaxAllowedAllocation | mongo::RecordStoreV1Base | static |
| name() const =0 | mongo::RecordStore | pure virtual |
| ns() const | mongo::RecordStore | inlinevirtual |
| numRecords(OperationContext *opCtx) const | mongo::RecordStoreV1Base | inlinevirtual |
| oplogDiskLocRegister(OperationContext *opCtx, const Timestamp &opTime, bool orderedCommit) | mongo::RecordStore | inlinevirtual |
| oplogStartHack(OperationContext *opCtx, const RecordId &startingPosition) const | mongo::RecordStore | inlinevirtual |
| quantizeAllocationSpace(int minSize) | mongo::RecordStoreV1Base | static |
| recordFor(const DiskLoc &loc) const | mongo::RecordStoreV1Base | protectedvirtual |
| RecordStore(StringData ns) | mongo::RecordStore | inline |
| RecordStoreV1Base(StringData ns, RecordStoreV1MetaData *details, ExtentManager *em, bool isSystemIndexes) | mongo::RecordStoreV1Base | |
| RecordStoreV1RepairCursor class | mongo::RecordStoreV1Base | friend |
| savedCursors | mongo::RecordStoreV1Base | |
| setCappedCallback(CappedCallback *) | mongo::RecordStore | inlinevirtual |
| shouldPadInserts() const =0 | mongo::RecordStoreV1Base | protectedpure virtual |
| storageSize(OperationContext *opCtx, BSONObjBuilder *extraInfo=NULL, int level=0) const | mongo::RecordStoreV1Base | virtual |
| touch(OperationContext *opCtx, BSONObjBuilder *output) const | mongo::RecordStoreV1Base | virtual |
| truncate(OperationContext *opCtx)=0 | mongo::RecordStore | pure virtual |
| updateCappedSize(OperationContext *opCtx, long long cappedSize) | mongo::RecordStore | inlinevirtual |
| updateRecord(OperationContext *opCtx, const RecordId &oldLocation, const char *data, int len, bool enforceQuota, UpdateNotifier *notifier) | mongo::RecordStoreV1Base | virtual |
| updateStatsAfterRepair(OperationContext *opCtx, long long numRecords, long long dataSize) | mongo::RecordStoreV1Base | inlinevirtual |
| updateWithDamages(OperationContext *opCtx, const RecordId &loc, const RecordData &oldRec, const char *damageSource, const mutablebson::DamageVector &damages) | mongo::RecordStoreV1Base | virtual |
| updateWithDamagesSupported() const | mongo::RecordStoreV1Base | virtual |
| validate(OperationContext *opCtx, ValidateCmdLevel level, ValidateAdaptor *adaptor, ValidateResults *results, BSONObjBuilder *output) | mongo::RecordStoreV1Base | virtual |
| waitForAllEarlierOplogWritesToBeVisible(OperationContext *opCtx) const override | mongo::RecordStoreV1Base | inlinevirtual |
| ~RecordStore() | mongo::RecordStore | inlinevirtual |
| ~RecordStoreV1Base() | mongo::RecordStoreV1Base | virtual |