![]() |
Storage Engine API
|
WT_CONNECTION::reconfigure get/setParameter support. More...
#include <wiredtiger_parameters.h>
WT_CONNECTION::reconfigure get/setParameter support.
Public Member Functions | |
WiredTigerEngineRuntimeConfigParameter (WiredTigerKVEngine *engine) | |
virtual void | append (OperationContext *opCtx, BSONObjBuilder &b, const std::string &name) |
Appends the last value that was successfully assigned via a call to set or setFromString . More... | |
virtual Status | set (const BSONElement &newValueElement) |
virtual Status | setFromString (const std::string &str) |
Private Member Functions | |
MONGO_DISALLOW_COPYING (WiredTigerEngineRuntimeConfigParameter) | |
Private Attributes | |
WiredTigerKVEngine * | _engine |
std::string | _currentValue |
|
explicit |
|
virtual |
Appends the last value that was successfully assigned via a call to set
or setFromString
.
To conclude what options WiredTiger is running with, consult what MongoDB logged at startup when making the wiredtiger_open
call.
|
private |
|
virtual |
|
virtual |
|
private |
|
private |