![]() |
Storage Engine API
|
LockSnapshot captures the state of all resources that are locked, what modes they're locked in, and how many times they've been locked in that mode. More...
#include <locker.h>
LockSnapshot captures the state of all resources that are locked, what modes they're locked in, and how many times they've been locked in that mode.
Public Attributes | |
LockMode | globalMode |
std::vector< OneLock > | locks |
LockMode mongo::Locker::LockSnapshot::globalMode |
std::vector<OneLock> mongo::Locker::LockSnapshot::locks |