mongo::ClusteredCursor Member List
This is the complete list of members for
mongo::ClusteredCursor, including all inherited members.
| _batchSize | mongo::ClusteredCursor | [protected] |
| _concatFilter(const BSONObj &filter, const BSONObj &extraFilter) | mongo::ClusteredCursor | [protected, static] |
| _didInit | mongo::ClusteredCursor | [protected] |
| _done | mongo::ClusteredCursor | [protected] |
| _explain(map< string, list< BSONObj > > &out)=0 | mongo::ClusteredCursor | [protected, pure virtual] |
| _fields | mongo::ClusteredCursor | [protected] |
| _init()=0 | mongo::ClusteredCursor | [protected, pure virtual] |
| _ns | mongo::ClusteredCursor | [protected] |
| _options | mongo::ClusteredCursor | [protected] |
| _query | mongo::ClusteredCursor | [protected] |
| ClusteredCursor(QueryMessage &q) | mongo::ClusteredCursor | |
| ClusteredCursor(const string &ns, const BSONObj &q, int options=0, const BSONObj &fields=BSONObj()) | mongo::ClusteredCursor | |
| concatQuery(const BSONObj &query, const BSONObj &extraFilter) | mongo::ClusteredCursor | [static] |
| explain() | mongo::ClusteredCursor | [virtual] |
| explain(const string &server, BSONObj extraFilter=BSONObj()) | mongo::ClusteredCursor | [protected] |
| init() | mongo::ClusteredCursor | |
| more()=0 | mongo::ClusteredCursor | [pure virtual] |
| next()=0 | mongo::ClusteredCursor | [pure virtual] |
| query(const string &server, int num=0, BSONObj extraFilter=BSONObj(), int skipLeft=0) | mongo::ClusteredCursor | [protected] |
| type() const =0 | mongo::ClusteredCursor | [pure virtual] |
| ~ClusteredCursor() | mongo::ClusteredCursor | [virtual] |