Storage Engine API
mongo::KVCatalog::AddIdentChange Class Reference
Inheritance diagram for mongo::KVCatalog::AddIdentChange:
mongo::RecoveryUnit::Change

Public Member Functions

 AddIdentChange (KVCatalog *catalog, StringData ident)
 
virtual void commit (boost::optional< Timestamp >)
 
virtual void rollback ()
 
- Public Member Functions inherited from mongo::RecoveryUnit::Change
virtual ~Change ()
 

Public Attributes

KVCatalog *const _catalog
 
const std::string _ident
 

Constructor & Destructor Documentation

◆ AddIdentChange()

mongo::KVCatalog::AddIdentChange::AddIdentChange ( KVCatalog catalog,
StringData  ident 
)
inline

Member Function Documentation

◆ commit()

virtual void mongo::KVCatalog::AddIdentChange::commit ( boost::optional< Timestamp >  )
inlinevirtual

◆ rollback()

virtual void mongo::KVCatalog::AddIdentChange::rollback ( )
inlinevirtual

Member Data Documentation

◆ _catalog

KVCatalog* const mongo::KVCatalog::AddIdentChange::_catalog

◆ _ident

const std::string mongo::KVCatalog::AddIdentChange::_ident

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