![]() |
Storage Engine API
|
This structure encapsulates a Btree and all the infrastructure needed by it (head manager, record store and a valid disk location to use by the tests). More...
#include <btree_test_help.h>
This structure encapsulates a Btree and all the infrastructure needed by it (head manager, record store and a valid disk location to use by the tests).
Public Member Functions | |
BtreeLogicTestHelper (const BSONObj &order) | |
Public Attributes | |
TestHeadManager | headManager |
HeapRecordStoreBtree | recordStore |
SavedCursorRegistry | cursorRegistry |
BtreeLogic< OnDiskFormat > | btree |
DiskLoc | dummyDiskLoc |
mongo::BtreeLogicTestHelper< OnDiskFormat >::BtreeLogicTestHelper | ( | const BSONObj & | order | ) |
BtreeLogic<OnDiskFormat> mongo::BtreeLogicTestHelper< OnDiskFormat >::btree |
SavedCursorRegistry mongo::BtreeLogicTestHelper< OnDiskFormat >::cursorRegistry |
DiskLoc mongo::BtreeLogicTestHelper< OnDiskFormat >::dummyDiskLoc |
TestHeadManager mongo::BtreeLogicTestHelper< OnDiskFormat >::headManager |
HeapRecordStoreBtree mongo::BtreeLogicTestHelper< OnDiskFormat >::recordStore |