mongo::ClientCursor Member List
This is the complete list of members for
mongo::ClientCursor, including all inherited members.
_c | mongo::ClientCursor | [private] |
_cursorid | mongo::ClientCursor | [private] |
_db | mongo::ClientCursor | [private] |
_doingDeletes | mongo::ClientCursor | [private] |
_idleAgeMillis | mongo::ClientCursor | [private] |
_indexedFields | mongo::ClientCursor | [private] |
_lastLoc | mongo::ClientCursor | [private] |
_ns | mongo::ClientCursor | [private] |
_pinValue | mongo::ClientCursor | [private] |
_pos | mongo::ClientCursor | [private] |
_query | mongo::ClientCursor | [private] |
_queryOptions | mongo::ClientCursor | [private] |
_slaveReadTill | mongo::ClientCursor | [private] |
_yieldSometimesTracker | mongo::ClientCursor | [private] |
aboutToDelete(const DiskLoc &dl) | mongo::ClientCursor | [static] |
advance() | mongo::ClientCursor | [inline] |
allocCursorId_inlock() | mongo::ClientCursor | [private, static] |
appendStats(BSONObjBuilder &result) | mongo::ClientCursor | [static] |
assertNoCursors() | mongo::ClientCursor | [static] |
byLoc() | mongo::ClientCursor | [inline, private] |
c() const | mongo::ClientCursor | [inline] |
ccmutex | mongo::ClientCursor | [private, static] |
ClientCursor(int queryOptions, const shared_ptr< Cursor > &c, const string &ns, BSONObj query=BSONObj()) | mongo::ClientCursor | |
clientCursorsById | mongo::ClientCursor | [private, static] |
CmdCursorInfo class | mongo::ClientCursor | [friend] |
current() | mongo::ClientCursor | [inline] |
currentIsDup() | mongo::ClientCursor | [inline] |
currentMatches() | mongo::ClientCursor | [inline] |
currKey() const | mongo::ClientCursor | [inline] |
currLoc() | mongo::ClientCursor | [inline] |
cursorid() const | mongo::ClientCursor | [inline] |
db() const | mongo::ClientCursor | [inline] |
erase(CursorId id) | mongo::ClientCursor | [inline, static] |
erase(int n, long long *ids) | mongo::ClientCursor | [static] |
fields | mongo::ClientCursor | |
find(CursorId id, bool warn=true) | mongo::ClientCursor | [inline, static] |
find(const string &ns, set< CursorId > &all) | mongo::ClientCursor | [static] |
find_inlock(CursorId id, bool warn=true) | mongo::ClientCursor | [inline, private, static] |
getFieldDotted(const string &name, bool *fromKey=0) | mongo::ClientCursor | |
getFieldsDotted(const string &name, BSONElementSet &ret) | mongo::ClientCursor | |
idleTime() const | mongo::ClientCursor | [inline] |
idleTimeReport(unsigned millis) | mongo::ClientCursor | [static] |
incPos(int n) | mongo::ClientCursor | [inline] |
indexKeyPattern() | mongo::ClientCursor | [inline] |
informAboutToDeleteBucket(const DiskLoc &b) | mongo::ClientCursor | [static] |
invalidate(const char *nsPrefix) | mongo::ClientCursor | [static] |
isMultiKey() const | mongo::ClientCursor | [inline] |
lastLoc() const | mongo::ClientCursor | [inline] |
mayUpgradeStorage() | mongo::ClientCursor | [inline] |
modifiedKeys() const | mongo::ClientCursor | [inline] |
noTimeout() | mongo::ClientCursor | [inline, private] |
ns() const | mongo::ClientCursor | [inline] |
numberTimedOut | mongo::ClientCursor | [private, static] |
numCursors() | mongo::ClientCursor | [inline, static] |
ok() | mongo::ClientCursor | [inline] |
originalMessage | mongo::ClientCursor | |
pos() const | mongo::ClientCursor | [inline] |
pq | mongo::ClientCursor | |
prepareToYield(YieldData &data) | mongo::ClientCursor | |
query() const | mongo::ClientCursor | [inline] |
queryOptions() const | mongo::ClientCursor | [inline] |
recoverFromYield(const YieldData &data) | mongo::ClientCursor | [static] |
setDoingDeletes(bool doingDeletes) | mongo::ClientCursor | [inline] |
setLastLoc_inlock(DiskLoc) | mongo::ClientCursor | [private] |
setPos(int n) | mongo::ClientCursor | [inline] |
shouldTimeout(unsigned millis) | mongo::ClientCursor | |
slaveReadTill(const OpTime &t) | mongo::ClientCursor | [inline] |
staticYield(int micros, const StringData &ns) | mongo::ClientCursor | [static] |
storeOpForSlave(DiskLoc last) | mongo::ClientCursor | |
updateLocation() | mongo::ClientCursor | |
updateSlaveLocation(CurOp &curop) | mongo::ClientCursor | |
yield(int microsToSleep=-1) | mongo::ClientCursor | |
yieldSometimes() | mongo::ClientCursor | |
yieldSuggest() | mongo::ClientCursor | [static] |
~ClientCursor() | mongo::ClientCursor | |