◆ KVStorageEngineTest()
mongo::KVStorageEngineTest::KVStorageEngineTest |
( |
| ) |
|
|
inline |
◆ createCollection()
StatusWith<std::string> mongo::KVStorageEngineTest::createCollection |
( |
OperationContext * |
opCtx, |
|
|
NamespaceString |
ns |
|
) |
| |
|
inline |
Create a collection in the catalog and in the KVEngine.
Return the storage engine's ident
.
◆ createCollTable()
Status mongo::KVStorageEngineTest::createCollTable |
( |
OperationContext * |
opCtx, |
|
|
NamespaceString |
collName |
|
) |
| |
|
inline |
◆ createIndex()
Status mongo::KVStorageEngineTest::createIndex |
( |
OperationContext * |
opCtx, |
|
|
NamespaceString |
collNs, |
|
|
std::string |
key |
|
) |
| |
|
inline |
Create an index with a key of {<key>: 1}
and a name
of <key>.
◆ dropIdent()
Status mongo::KVStorageEngineTest::dropIdent |
( |
OperationContext * |
opCtx, |
|
|
StringData |
ident |
|
) |
| |
|
inline |
◆ dropIndexTable()
Status mongo::KVStorageEngineTest::dropIndexTable |
( |
OperationContext * |
opCtx, |
|
|
NamespaceString |
nss, |
|
|
std::string |
indexName |
|
) |
| |
|
inline |
◆ getAllKVEngineIdents()
std::vector<std::string> mongo::KVStorageEngineTest::getAllKVEngineIdents |
( |
OperationContext * |
opCtx | ) |
|
|
inline |
◆ reconcile()
◆ setUp()
void mongo::KVStorageEngineTest::setUp |
( |
| ) |
|
|
inlinefinal |
◆ tearDown()
void mongo::KVStorageEngineTest::tearDown |
( |
| ) |
|
|
inlinefinal |
◆ _serviceContext
ServiceContextMongoDTest mongo::KVStorageEngineTest::_serviceContext |
◆ _storageEngine
std::unique_ptr<KVStorageEngine> mongo::KVStorageEngineTest::_storageEngine |
The documentation for this class was generated from the following file: