![]() |
Storage Engine API
|
Returns information and locking statistics for this instance of the locker. More...
#include <locker.h>
Returns information and locking statistics for this instance of the locker.
Used to support the db.currentOp view. This structure is not thread-safe and ideally should be used only for obtaining the necessary information and then discarded instead of reused.
Public Attributes | |
std::vector< OneLock > | locks |
ResourceId | waitingResource |
SingleThreadedLockStats | stats |
std::vector<OneLock> mongo::Locker::LockerInfo::locks |
SingleThreadedLockStats mongo::Locker::LockerInfo::stats |
ResourceId mongo::Locker::LockerInfo::waitingResource |