ConnectionString::connect ( std::string& errmsg, double socketTimeout ) constReturn value (pointer) has base type 'DBClientBase'.
createDirectClient ( )Return value (pointer) has base type 'DBClientBase'.
DBClientBase::ConnectionIdSequence [data]This method is from 'DBClientBase' class.
DBClientBase::getMore ( std::string const& ns, long long cursorId, int nToReturn, int options )This method is from 'DBClientBase' class.
DBClientBase::getSockCreationMicroSec ( ) constThis method is from 'DBClientBase' class.
DBClientBase::insert ( std::string const& ns, BSONObj obj, int flags )This method is from 'DBClientBase' class.
DBClientBase::insert ( std::string const& ns, std::vector<BSONObj>const& v, int flags )This method is from 'DBClientBase' class.
DBClientBase::INVALID_SOCK_CREATION_TIME [data]This method is from 'DBClientBase' class.
DBClientBase::query ( std::string const& ns, Query query, int nToReturn, int nToSkip, BSONObj const* fieldsToReturn, int queryOptions, int batchSize )This method is from 'DBClientBase' class.
DBClientBase::remove ( std::string const& ns, Query q, bool justOne )This method is from 'DBClientBase' class.
DBClientBase::remove ( std::string const& ns, Query query, int flags )This method is from 'DBClientBase' class.
DBClientBase::update ( std::string const& ns, Query query, BSONObj obj, bool upsert, bool multi )This method is from 'DBClientBase' class.
DBClientBase::update ( std::string const& ns, Query query, BSONObj obj, int flags )This method is from 'DBClientBase' class.
DBClientBase::~DBClientBase [in-charge] ( )This method is from 'DBClientBase' class.
DBClientConnection::_checkConnection ( )This method is from derived class 'DBClientConnection'.
DBClientConnection::_connect ( std::string& errmsg )This method is from derived class 'DBClientConnection'.
DBClientConnection::_lazyKillCursor [data]This method is from derived class 'DBClientConnection'.
DBClientConnection::_numConnections [data]This method is from derived class 'DBClientConnection'.
DBClientConnection::auth ( std::string const& dbname, std::string const& username, std::string const& pwd, std::string& errmsg, bool digestPassword, enum Auth::Level* level )This method is from derived class 'DBClientConnection'.
DBClientConnection::call ( Message& toSend, Message& response, bool assertOk, std::string* actualServer )This method is from derived class 'DBClientConnection'.
DBClientConnection::checkResponse ( char const* data, int nReturned, bool* retry, std::string* host )This method is from derived class 'DBClientConnection'.
DBClientConnection::connect ( HostAndPort const& server, std::string& errmsg )This method is from derived class 'DBClientConnection'.
DBClientConnection::getSockCreationMicroSec ( ) constThis method is from derived class 'DBClientConnection'.
DBClientConnection::killCursor ( long long cursorID )This method is from derived class 'DBClientConnection'.
DBClientConnection::recv ( Message& m )This method is from derived class 'DBClientConnection'.
DBClientConnection::runCommand ( std::string const& dbname, BSONObj const& cmd, BSONObj& info, int options, AuthenticationTable const* auth )This method is from derived class 'DBClientConnection'.
DBClientConnection::say ( Message& toSend, bool isRetry, std::string* actualServer )This method is from derived class 'DBClientConnection'.
DBClientConnection::sayPiggyBack ( Message& toSend )This method is from derived class 'DBClientConnection'.
DBClientConnection::setSoTimeout ( double timeout )This method is from derived class 'DBClientConnection'.
DBClientReplicaSet::auth ( std::string const& dbname, std::string const& username, std::string const& pwd, std::string& errmsg, bool digestPassword, enum Auth::Level* level )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::call ( Message& toSend, Message& response, bool assertOk, std::string* actualServer )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::callRead ( Message& toSend, Message& response )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::checkResponse ( char const* data, int nReturned, bool* retry, std::string* targetHost )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::connect ( )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::DBClientReplicaSet [in-charge] ( std::string const& name, std::vector<HostAndPort>const& servers, double so_timeout )This constructor is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::findOne ( std::string const& ns, Query const& query, BSONObj const* fieldsToReturn, int queryOptions )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::getServerAddress ( ) constThis method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::getSoTimeout ( ) constThis method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::insert ( std::string const& ns, BSONObj obj, int flags )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::insert ( std::string const& ns, std::vector<BSONObj>const& v, int flags )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::isFailed ( ) constThis method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::isntMaster ( )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::isntSecondary ( )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::killCursor ( long long cursorID )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::lazySupported ( ) constThis method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::logout ( std::string const& dbname, BSONObj& info )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::masterConn ( )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::query ( std::string const& ns, Query query, int nToReturn, int nToSkip, BSONObj const* fieldsToReturn, int queryOptions, int batchSize )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::recv ( Message& toRecv )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::remove ( std::string const& ns, Query obj, int flags )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::say ( Message& toSend, bool isRetry, std::string* actualServer )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::sayPiggyBack ( Message& toSend )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::slaveConn ( )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::toString ( )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::type ( ) constThis method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::update ( std::string const& ns, Query query, BSONObj obj, int flags )This method is from derived class 'DBClientReplicaSet'.
DBClientReplicaSet::~DBClientReplicaSet [in-charge] ( )This method is from derived class 'DBClientReplicaSet'.
DBConnectionPool::get ( ConnectionString const& host, double socketTimeout )Return value (pointer) has base type 'DBClientBase'.
DBConnectionPool::get ( std::string const& host, double socketTimeout )Return value (pointer) has base type 'DBClientBase'.
DBConnectionPool::isConnectionGood ( std::string const& host, DBClientBase* conn )2nd parameter 'conn' (pointer) has base type 'DBClientBase'.
DBConnectionPool::onCreate ( DBClientBase* conn )1st parameter 'conn' (pointer) has base type 'DBClientBase'.
DBConnectionPool::onDestroy ( DBClientBase* conn )1st parameter 'conn' (pointer) has base type 'DBClientBase'.
DBConnectionPool::onHandedOut ( DBClientBase* conn )1st parameter 'conn' (pointer) has base type 'DBClientBase'.
DBConnectionPool::release ( std::string const& host, DBClientBase* c )2nd parameter 'c' (pointer) has base type 'DBClientBase'.
GridFS::GridFS [in-charge] ( DBClientBase& client, std::string const& dbName, std::string const& prefix )1st parameter 'client' (reference) has base type 'DBClientBase'.
PoolForHost::createdOne ( DBClientBase* base )1st parameter 'base' (pointer) has base type 'DBClientBase'.
PoolForHost::done ( DBConnectionPool* pool, DBClientBase* c )2nd parameter 'c' (pointer) has base type 'DBClientBase'.
PoolForHost::get ( DBConnectionPool* pool, double socketTimeout )Return value (pointer) has base type 'DBClientBase'.
PoolForHost::StoredConnection::ok ( time_t now )Field 'this->conn' in the object of this method has base type 'DBClientBase'.
PoolForHost::StoredConnection::StoredConnection [in-charge] ( DBClientBase* c )1st parameter 'c' (pointer) has base type 'DBClientBase'.
ScopedDbConnection::get ( )Return value (pointer) has base type 'DBClientBase'.
SyncClusterConnection::auth ( std::string const& dbname, std::string const& username, std::string const& password_text, std::string& errmsg, bool digestPassword, enum Auth::Level* level )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::call ( Message& toSend, Message& response, bool assertOk, std::string* actualServer )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::callRead ( Message& toSend, Message& response )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::clearAuthenticationTable ( )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::findOne ( std::string const& ns, Query const& query, BSONObj const* fieldsToReturn, int queryOptions )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::fsync ( std::string& errmsg )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::getLastErrorDetailed ( bool fsync, bool j, int w, int wtimeout )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::getLastErrorDetailed ( std::string const& db, bool fsync, bool j, int w, int wtimeout )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::getMore ( std::string const& ns, long long cursorId, int nToReturn, int options )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::getServerAddress ( ) constThis method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::getSoTimeout ( ) constThis method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::insert ( std::string const& ns, BSONObj obj, int flags )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::insert ( std::string const& ns, std::vector<BSONObj>const& v, int flags )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::isFailed ( ) constThis method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::killCursor ( long long cursorID )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::lazySupported ( ) constThis method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::prepare ( std::string& errmsg )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::query ( std::string const& ns, Query query, int nToReturn, int nToSkip, BSONObj const* fieldsToReturn, int queryOptions, int batchSize )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::remove ( std::string const& ns, Query query, int flags )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::say ( Message& toSend, bool isRetry, std::string* actualServer )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::sayPiggyBack ( Message& toSend )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::setAllSoTimeouts ( double socketTimeout )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::setAuthenticationTable ( AuthenticationTable const& auth )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::SyncClusterConnection [in-charge] ( std::string commaSeparated, double socketTimeout )This constructor is from derived class 'SyncClusterConnection'.
SyncClusterConnection::SyncClusterConnection [in-charge] ( std::string const& a, std::string const& b, std::string const& c, double socketTimeout )This constructor is from derived class 'SyncClusterConnection'.
SyncClusterConnection::SyncClusterConnection [in-charge] ( std::list<HostAndPort>const& p1, double socketTimeout )This constructor is from derived class 'SyncClusterConnection'.
SyncClusterConnection::toString ( )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::type ( ) constThis method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::update ( std::string const& ns, Query query, BSONObj obj, int flags )This method is from derived class 'SyncClusterConnection'.
SyncClusterConnection::~SyncClusterConnection [in-charge] ( )This method is from derived class 'SyncClusterConnection'.