Storage Engine API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mongo::MobileIndexTestHarnessHelper Class Referencefinal
Inheritance diagram for mongo::MobileIndexTestHarnessHelper:
mongo::SortedDataInterfaceHarnessHelper mongo::HarnessHelper

Public Member Functions

 MobileIndexTestHarnessHelper ()
 
std::unique_ptr< SortedDataInterfacenewSortedDataInterface (bool isUnique)
 
std::unique_ptr< RecoveryUnitnewRecoveryUnit ()
 
- Public Member Functions inherited from mongo::SortedDataInterfaceHarnessHelper
std::unique_ptr< SortedDataInterfacenewSortedDataInterface (bool unique, std::initializer_list< IndexKeyEntry > toInsert)
 Creates a new SDI with some initial data. More...
 
- Public Member Functions inherited from mongo::HarnessHelper
virtual ~HarnessHelper ()=0
 
 HarnessHelper ()=default
 
virtual ServiceContext::UniqueOperationContext newOperationContext (Client *const client)
 
virtual ServiceContext::UniqueOperationContext newOperationContext ()
 
Client * client () const
 
ServiceContext * serviceContext ()
 
const ServiceContext * serviceContext () const
 

Private Attributes

unittest::TempDir _dbPath
 
std::string _fullPath
 
std::unique_ptr< MobileSessionPool_sessionPool
 
const Ordering _ordering
 

Constructor & Destructor Documentation

◆ MobileIndexTestHarnessHelper()

mongo::MobileIndexTestHarnessHelper::MobileIndexTestHarnessHelper ( )
inline

Member Function Documentation

◆ newRecoveryUnit()

std::unique_ptr<RecoveryUnit> mongo::MobileIndexTestHarnessHelper::newRecoveryUnit ( )
inlinevirtual

Implements mongo::HarnessHelper.

◆ newSortedDataInterface()

std::unique_ptr<SortedDataInterface> mongo::MobileIndexTestHarnessHelper::newSortedDataInterface ( bool  isUnique)
inlinevirtual

Member Data Documentation

◆ _dbPath

unittest::TempDir mongo::MobileIndexTestHarnessHelper::_dbPath
private

◆ _fullPath

std::string mongo::MobileIndexTestHarnessHelper::_fullPath
private

◆ _ordering

const Ordering mongo::MobileIndexTestHarnessHelper::_ordering
private

◆ _sessionPool

std::unique_ptr<MobileSessionPool> mongo::MobileIndexTestHarnessHelper::_sessionPool
private

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