Storage Engine API
mongo::UpdateNotifier Class Referenceabstract

#include <record_store.h>

Inheritance diagram for mongo::UpdateNotifier:
mongo::Collection mongo::Collection::Impl mongo::CollectionImpl mongo::CollectionMock mongo::CollectionImpl mongo::CollectionMock

Detailed Description

Public Member Functions

virtual ~UpdateNotifier ()
 
virtual Status recordStoreGoingToUpdateInPlace (OperationContext *opCtx, const RecordId &loc)=0
 

Constructor & Destructor Documentation

◆ ~UpdateNotifier()

virtual mongo::UpdateNotifier::~UpdateNotifier ( )
inlinevirtual

Member Function Documentation

◆ recordStoreGoingToUpdateInPlace()

virtual Status mongo::UpdateNotifier::recordStoreGoingToUpdateInPlace ( OperationContext *  opCtx,
const RecordId &  loc 
)
pure virtual

The documentation for this class was generated from the following file: