![]() |
Storage Engine API
|
This is the complete list of members for mongo::PrefixedWiredTigerRecordStore, including all inherited members.
| _ns | mongo::RecordStore | protected |
| _prefix | mongo::PrefixedWiredTigerRecordStore | private |
| appendCustomStats(OperationContext *opCtx, BSONObjBuilder *result, double scale) const | mongo::WiredTigerRecordStore | virtual |
| cappedDeleteAsNeeded(OperationContext *opCtx, const RecordId &justInserted) | mongo::WiredTigerRecordStore | |
| cappedDeleteAsNeeded_inlock(OperationContext *opCtx, const RecordId &justInserted) | mongo::WiredTigerRecordStore | |
| cappedMaxDocs() const | mongo::WiredTigerRecordStore | |
| cappedMaxSize() const | mongo::WiredTigerRecordStore | |
| cappedTruncateAfter(OperationContext *opCtx, RecordId end, bool inclusive) | mongo::WiredTigerRecordStore | virtual |
| compact(OperationContext *opCtx, RecordStoreCompactAdaptor *adaptor, const CompactOptions *options, CompactStats *stats) | mongo::WiredTigerRecordStore | virtual |
| compactsInPlace() const | mongo::WiredTigerRecordStore | inlinevirtual |
| compactSupported() const | mongo::WiredTigerRecordStore | inlinevirtual |
| dataFor(OperationContext *opCtx, const RecordId &id) const | mongo::WiredTigerRecordStore | virtual |
| dataSize(OperationContext *opCtx) const | mongo::WiredTigerRecordStore | virtual |
| deleteRecord(OperationContext *opCtx, const RecordId &id) | mongo::WiredTigerRecordStore | virtual |
| findRecord(OperationContext *opCtx, const RecordId &id, RecordData *out) const | mongo::WiredTigerRecordStore | virtual |
| generateCreateString(const std::string &engineName, StringData ns, const CollectionOptions &options, StringData extraStrings, bool prefixed) | mongo::WiredTigerRecordStore | static |
| getCursor(OperationContext *opCtx, bool forward) const override | mongo::PrefixedWiredTigerRecordStore | virtual |
| getCursorForRepair(OperationContext *opCtx) const | mongo::RecordStore | inlinevirtual |
| getIdent() const override | mongo::WiredTigerRecordStore | inlinevirtual |
| getKey(WT_CURSOR *cursor) const | mongo::PrefixedWiredTigerRecordStore | protectedvirtual |
| getManyCursors(OperationContext *opCtx) const final | mongo::WiredTigerRecordStore | virtual |
| getPrefix() const | mongo::PrefixedWiredTigerRecordStore | inlinevirtual |
| getRandomCursor(OperationContext *opCtx) const final | mongo::WiredTigerRecordStore | virtual |
| getRandomCursorWithOptions(OperationContext *opCtx, StringData extraConfig) const override | mongo::PrefixedWiredTigerRecordStore | virtual |
| getURI() const | mongo::WiredTigerRecordStore | inline |
| haveCappedWaiters() | mongo::WiredTigerRecordStore | |
| insertRecord(OperationContext *opCtx, const char *data, int len, Timestamp timestamp, bool enforceQuota) | mongo::WiredTigerRecordStore | virtual |
| insertRecords(OperationContext *opCtx, std::vector< Record > *records, std::vector< Timestamp > *timestamps, bool enforceQuota) | mongo::WiredTigerRecordStore | virtual |
| insertRecordsWithDocWriter(OperationContext *opCtx, const DocWriter *const *docs, const Timestamp *timestamps, size_t nDocs, RecordId *idsOut) | mongo::WiredTigerRecordStore | virtual |
| insertRecordWithDocWriter(OperationContext *opCtx, const DocWriter *doc, Timestamp timestamp) | mongo::RecordStore | inline |
| inShutdown() const | mongo::WiredTigerRecordStore | |
| isCapped() const | mongo::WiredTigerRecordStore | virtual |
| isInRecordIdOrder() const override | mongo::WiredTigerRecordStore | inlinevirtual |
| isOpHidden_forTest(const RecordId &id) const | mongo::WiredTigerRecordStore | |
| name() const | mongo::WiredTigerRecordStore | virtual |
| notifyCappedWaitersIfNeeded() | mongo::WiredTigerRecordStore | |
| ns() const | mongo::RecordStore | inlinevirtual |
| numRecords(OperationContext *opCtx) const | mongo::WiredTigerRecordStore | virtual |
| oplogDiskLocRegister(OperationContext *opCtx, const Timestamp &opTime, bool orderedCommit) | mongo::WiredTigerRecordStore | virtual |
| oplogStartHack(OperationContext *opCtx, const RecordId &startingPosition) const | mongo::WiredTigerRecordStore | virtual |
| oplogStones() | mongo::WiredTigerRecordStore | inline |
| parseOptionsField(const BSONObj options) | mongo::WiredTigerRecordStore | static |
| postConstructorInit(OperationContext *opCtx) | mongo::WiredTigerRecordStore | virtual |
| PrefixedWiredTigerRecordStore(WiredTigerKVEngine *kvEngine, OperationContext *opCtx, Params params, KVPrefix prefix) | mongo::PrefixedWiredTigerRecordStore | |
| reclaimOplog(OperationContext *opCtx) | mongo::WiredTigerRecordStore | |
| reclaimOplog(OperationContext *opCtx, Timestamp persistedTimestamp) | mongo::WiredTigerRecordStore | |
| RecordStore(StringData ns) | mongo::RecordStore | inline |
| setCappedCallback(CappedCallback *cb) | mongo::WiredTigerRecordStore | inlinevirtual |
| setKey(WT_CURSOR *cursor, RecordId id) const | mongo::PrefixedWiredTigerRecordStore | protectedvirtual |
| setSizeStorer(WiredTigerSizeStorer *ss) | mongo::WiredTigerRecordStore | inline |
| storageSize(OperationContext *opCtx, BSONObjBuilder *extraInfo=NULL, int infoLevel=0) const | mongo::WiredTigerRecordStore | virtual |
| tableId() const | mongo::WiredTigerRecordStore | inline |
| touch(OperationContext *opCtx, BSONObjBuilder *output) const | mongo::WiredTigerRecordStore | virtual |
| truncate(OperationContext *opCtx) | mongo::WiredTigerRecordStore | virtual |
| updateCappedSize(OperationContext *opCtx, long long cappedSize) final | mongo::WiredTigerRecordStore | virtual |
| updateRecord(OperationContext *opCtx, const RecordId &oldLocation, const char *data, int len, bool enforceQuota, UpdateNotifier *notifier) | mongo::WiredTigerRecordStore | virtual |
| updateStatsAfterRepair(OperationContext *opCtx, long long numRecords, long long dataSize) | mongo::WiredTigerRecordStore | virtual |
| updateWithDamages(OperationContext *opCtx, const RecordId &id, const RecordData &oldRec, const char *damageSource, const mutablebson::DamageVector &damages) | mongo::WiredTigerRecordStore | virtual |
| updateWithDamagesSupported() const | mongo::WiredTigerRecordStore | virtual |
| validate(OperationContext *opCtx, ValidateCmdLevel level, ValidateAdaptor *adaptor, ValidateResults *results, BSONObjBuilder *output) | mongo::WiredTigerRecordStore | virtual |
| waitForAllEarlierOplogWritesToBeVisible(OperationContext *opCtx) const override | mongo::WiredTigerRecordStore | virtual |
| WiredTigerRecordStore(WiredTigerKVEngine *kvEngine, OperationContext *opCtx, Params params) | mongo::WiredTigerRecordStore | |
| yieldAndAwaitOplogDeletionRequest(OperationContext *opCtx) | mongo::WiredTigerRecordStore | |
| ~RecordStore() | mongo::RecordStore | inlinevirtual |
| ~WiredTigerRecordStore() | mongo::WiredTigerRecordStore | virtual |