#include <collection_info_cache.h>
◆ ~Impl()
mongo::CollectionInfoCache::Impl::~Impl |
( |
| ) |
|
|
pure virtualdefault |
◆ addedIndex()
virtual void mongo::CollectionInfoCache::Impl::addedIndex |
( |
OperationContext * |
opCtx, |
|
|
const IndexDescriptor * |
desc |
|
) |
| |
|
pure virtual |
◆ clearQueryCache()
virtual void mongo::CollectionInfoCache::Impl::clearQueryCache |
( |
| ) |
|
|
pure virtual |
◆ droppedIndex()
virtual void mongo::CollectionInfoCache::Impl::droppedIndex |
( |
OperationContext * |
opCtx, |
|
|
StringData |
indexName |
|
) |
| |
|
pure virtual |
◆ getIndexKeys()
virtual const UpdateIndexData& mongo::CollectionInfoCache::Impl::getIndexKeys |
( |
OperationContext * |
opCtx | ) |
const |
|
pure virtual |
◆ getIndexUsageStats()
virtual CollectionIndexUsageMap mongo::CollectionInfoCache::Impl::getIndexUsageStats |
( |
| ) |
const |
|
pure virtual |
◆ getPlanCache()
virtual PlanCache* mongo::CollectionInfoCache::Impl::getPlanCache |
( |
| ) |
const |
|
pure virtual |
◆ getQuerySettings()
virtual QuerySettings* mongo::CollectionInfoCache::Impl::getQuerySettings |
( |
| ) |
const |
|
pure virtual |
◆ init()
virtual void mongo::CollectionInfoCache::Impl::init |
( |
OperationContext * |
opCtx | ) |
|
|
pure virtual |
◆ notifyOfQuery()
virtual void mongo::CollectionInfoCache::Impl::notifyOfQuery |
( |
OperationContext * |
opCtx, |
|
|
const std::set< std::string > & |
indexesUsed |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following files: