![]() |
Storage Engine API
|
#include <string>
#include <wiredtiger.h>
#include "mongo/base/string_data.h"
#include "mongo/db/storage/wiredtiger/wiredtiger_session_cache.h"
#include "mongo/platform/atomic_word.h"
#include "mongo/stdx/mutex.h"
#include "mongo/util/string_map.h"
Go to the source code of this file.
Classes | |
class | mongo::WiredTigerSizeStorer |
The WiredTigerSizeStorer class serves as a write buffer to durably store size information for MongoDB collections. More... | |
struct | mongo::WiredTigerSizeStorer::SizeInfo |
SizeInfo is a thread-safe buffer for keeping track of the number of documents in a collection and their data size. More... | |
Namespaces | |
mongo | |
Copyright (C) 2014 MongoDB Inc. | |