mongo::CurOp Class Reference
#include <curop.h>
List of all members.
Detailed Description
Definition at line 133 of file curop.h.
Constructor & Destructor Documentation
mongo::CurOp::CurOp |
( |
Client * |
client, |
|
|
CurOp * |
wrapped = 0 | |
|
) |
| | [inline] |
Member Function Documentation
void mongo::CurOp::_reset |
( |
|
) |
[inline, private] |
bool mongo::CurOp::active |
( |
|
) |
const [inline] |
if this op is running
Definition at line 198 of file curop.h.
OpDebug& mongo::CurOp::debug |
( |
|
) |
[inline] |
void mongo::CurOp::done |
( |
|
) |
[inline] |
int mongo::CurOp::elapsedMillis |
( |
|
) |
[inline] |
int mongo::CurOp::elapsedSeconds |
( |
|
) |
[inline] |
void mongo::CurOp::ensureStarted |
( |
|
) |
[inline] |
Client* mongo::CurOp::getClient |
( |
|
) |
const [inline] |
int mongo::CurOp::getLockType |
( |
|
) |
const [inline] |
string mongo::CurOp::getMessage |
( |
|
) |
const [inline] |
const char* mongo::CurOp::getNS |
( |
|
) |
const [inline] |
int mongo::CurOp::getOp |
( |
|
) |
const [inline] |
string mongo::CurOp::getRemoteString |
( |
bool |
includePort = true |
) |
[inline] |
void mongo::CurOp::gotLock |
( |
|
) |
[inline] |
bool mongo::CurOp::haveQuery |
( |
|
) |
const [inline] |
BSONObj mongo::CurOp::info |
( |
|
) |
[inline] |
BSONObj mongo::CurOp::infoNoauth |
( |
|
) |
|
bool mongo::CurOp::isWaitingForLock |
( |
|
) |
const [inline] |
void mongo::CurOp::kill |
( |
|
) |
[inline] |
bool mongo::CurOp::killed |
( |
|
) |
const [inline] |
void mongo::CurOp::markCommand |
( |
|
) |
[inline] |
CurOp* mongo::CurOp::parent |
( |
|
) |
const [inline] |
int mongo::CurOp::profileLevel |
( |
|
) |
const [inline] |
BSONObj mongo::CurOp::query |
( |
|
) |
[inline] |
void mongo::CurOp::reset |
( |
const SockAddr & |
remote, |
|
|
int |
op | |
|
) |
| | [inline] |
void mongo::CurOp::reset |
( |
|
) |
[inline] |
ProgressMeter& mongo::CurOp::setMessage |
( |
const char * |
msg, |
|
|
unsigned long long |
progressMeterTotal = 0 , |
|
|
int |
secondsBetween = 3 | |
|
) |
| | [inline] |
void mongo::CurOp::setNS |
( |
const char * |
ns |
) |
[inline] |
void mongo::CurOp::setQuery |
( |
const BSONObj & |
query |
) |
[inline] |
bool mongo::CurOp::shouldDBProfile |
( |
int |
ms |
) |
const [inline] |
unsigned long long mongo::CurOp::startTime |
( |
|
) |
[inline] |
unsigned long long mongo::CurOp::totalTimeMicros |
( |
|
) |
[inline] |
int mongo::CurOp::totalTimeMillis |
( |
|
) |
[inline] |
void mongo::CurOp::waitingForLock |
( |
int |
type |
) |
[inline] |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files: