![]() |
Storage Engine API
|
An abstraction for setting and getting data about the 'head' of an index. More...
#include <head_manager.h>
An abstraction for setting and getting data about the 'head' of an index.
This is the data that lives in the catalog to identify where an index lives.
Public Member Functions | |
virtual | ~HeadManager () |
virtual const RecordId | getHead (OperationContext *opCtx) const =0 |
virtual void | setHead (OperationContext *opCtx, const RecordId newHead)=0 |
|
inlinevirtual |
|
pure virtual |
Implemented in mongo::HeadManagerImpl, and mongo::TestHeadManager.
|
pure virtual |
Implemented in mongo::HeadManagerImpl, and mongo::TestHeadManager.