mongo::Command Member List
This is the complete list of members for
mongo::Command, including all inherited members.
_commands | mongo::Command | [protected, static] |
_commandsByBestName | mongo::Command | [protected, static] |
_webCommands | mongo::Command | [protected, static] |
adminOnly() const | mongo::Command | [inline, virtual] |
Command(const char *_name, bool webUI=false, const char *oldName=0) | mongo::Command | |
commandsByBestName() | mongo::Command | [inline, static] |
findCommand(const string &name) | mongo::Command | [static] |
getQuery(const BSONObj &cmdObj) | mongo::Command | [inline, protected] |
help(stringstream &help) const | mongo::Command | [virtual] |
htmlHelp(stringstream &) const | mongo::Command | |
localHostOnlyIfNoAuth(const BSONObj &cmdObj) | mongo::Command | [inline, virtual] |
locktype() const =0 | mongo::Command | [pure virtual] |
locktype(const string &name) | mongo::Command | [static] |
LockType enum name | mongo::Command | |
logIfSlow(const Timer &cmdTimer, const string &msg) | mongo::Command | [protected, static] |
logTheOp() | mongo::Command | [inline, virtual] |
name | mongo::Command | |
NONE enum value | mongo::Command | |
READ enum value | mongo::Command | |
requiresAuth() | mongo::Command | [inline, virtual] |
run(const string &db, BSONObj &cmdObj, string &errmsg, BSONObjBuilder &result, bool fromRepl)=0 | mongo::Command | [pure virtual] |
runAgainstRegistered(const char *ns, BSONObj &jsobj, BSONObjBuilder &anObjBuilder) | mongo::Command | [static] |
slaveOk() const =0 | mongo::Command | [pure virtual] |
slaveOverrideOk() | mongo::Command | [inline, virtual] |
webCommands() | mongo::Command | [inline, static] |
WRITE enum value | mongo::Command | |
~Command() | mongo::Command | [inline, virtual] |