![]() |
Storage Engine API
|
This is the complete list of members for mongo::CappedRecordStoreV1, including all inherited members.
__capAlloc(OperationContext *opCtx, int len) | mongo::CappedRecordStoreV1 | private |
_addRecordToRecListInExtent(OperationContext *opCtx, MmapV1RecordHeader *r, DiskLoc loc) | mongo::RecordStoreV1Base | protected |
_cappedCallback | mongo::CappedRecordStoreV1 | private |
_compact(OperationContext *opCtx) | mongo::CappedRecordStoreV1 | private |
_details | mongo::RecordStoreV1Base | protected |
_extentAdvice | mongo::CappedRecordStoreV1 | private |
_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 |
_maybeComplain(OperationContext *opCtx, int len) const | mongo::CappedRecordStoreV1 | private |
_ns | mongo::RecordStore | protected |
addDeletedRec(OperationContext *opCtx, const DiskLoc &dloc) final | mongo::CappedRecordStoreV1 | protectedvirtual |
advanceCapExtent(OperationContext *opCtx, StringData ns) | mongo::CappedRecordStoreV1 | private |
allocRecord(OperationContext *opCtx, int lengthWithHeaders, bool enforceQuota) final | mongo::CappedRecordStoreV1 | protectedvirtual |
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 |
cappedCheckMigrate(OperationContext *opCtx) | mongo::CappedRecordStoreV1 | private |
cappedFirstDeletedInCurExtent() const | mongo::CappedRecordStoreV1 | private |
cappedLastDelRecLastExtent() const | mongo::CappedRecordStoreV1 | private |
cappedListOfAllDeletedRecords() const | mongo::CappedRecordStoreV1 | private |
CappedRecordStoreV1(OperationContext *opCtx, CappedCallback *collection, StringData ns, RecordStoreV1MetaData *details, ExtentManager *em, bool isSystemIndexes) | mongo::CappedRecordStoreV1 | |
CappedRecordStoreV1Iterator class | mongo::CappedRecordStoreV1 | friend |
cappedTruncateAfter(OperationContext *opCtx, RecordId end, bool inclusive) final | mongo::CappedRecordStoreV1 | virtual |
cappedTruncateAfter(OperationContext *opCtx, const char *ns, DiskLoc end, bool inclusive) | mongo::CappedRecordStoreV1 | private |
cappedTruncateLastDelUpdate(OperationContext *opCtx) | mongo::CappedRecordStoreV1 | private |
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 |
firstRecord(OperationContext *opCtx, const DiskLoc &startExtent=DiskLoc()) const | mongo::CappedRecordStoreV1 | |
getCursor(OperationContext *opCtx, bool forward) const final | mongo::CappedRecordStoreV1 | virtual |
getCursorForRepair(OperationContext *opCtx) const | mongo::RecordStoreV1Base | virtual |
getExtentLocForRecord(OperationContext *opCtx, const DiskLoc &loc) const | mongo::RecordStoreV1Base | |
getManyCursors(OperationContext *opCtx) const final | mongo::CappedRecordStoreV1 | virtual |
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 |
inCapExtent(const DiskLoc &dl) const | mongo::CappedRecordStoreV1 | private |
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 final | mongo::CappedRecordStoreV1 | inlineprotectedvirtual |
isInRecordIdOrder() const | mongo::RecordStore | inlinevirtual |
isQuantized(int recordSize) | mongo::RecordStoreV1Base | static |
lastRecord(OperationContext *opCtx, const DiskLoc &startExtent=DiskLoc()) const | mongo::CappedRecordStoreV1 | |
MaxAllowedAllocation | mongo::RecordStoreV1Base | static |
name() const final | mongo::CappedRecordStoreV1 | inlinevirtual |
nextIsInCapExtent(const DiskLoc &dl) const | mongo::CappedRecordStoreV1 | private |
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 | |
savedCursors | mongo::RecordStoreV1Base | |
setCappedCallback(CappedCallback *cb) final | mongo::CappedRecordStoreV1 | inlineprotectedvirtual |
setFirstDeletedInCurExtent(OperationContext *opCtx, const DiskLoc &loc) | mongo::CappedRecordStoreV1 | private |
setLastDelRecLastExtent(OperationContext *opCtx, const DiskLoc &loc) | mongo::CappedRecordStoreV1 | private |
setListOfAllDeletedRecords(OperationContext *opCtx, const DiskLoc &loc) | mongo::CappedRecordStoreV1 | private |
shouldPadInserts() const final | mongo::CappedRecordStoreV1 | inlineprotectedvirtual |
storageSize(OperationContext *opCtx, BSONObjBuilder *extraInfo=NULL, int level=0) const | mongo::RecordStoreV1Base | virtual |
theCapExtent() const | mongo::CappedRecordStoreV1 | private |
touch(OperationContext *opCtx, BSONObjBuilder *output) const | mongo::RecordStoreV1Base | virtual |
truncate(OperationContext *opCtx) final | mongo::CappedRecordStoreV1 | 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 |
~CappedRecordStoreV1() final | mongo::CappedRecordStoreV1 | |
~RecordStore() | mongo::RecordStore | inlinevirtual |
~RecordStoreV1Base() | mongo::RecordStoreV1Base | virtual |