mongodb的tailCursor的设计思想

http://derickrethans.nl/mongodb-and-solr.html

这是mongodb的php客户端的写法

http://docs.mongodb.org/manual/tutorial/create-tailable-cursor/

这是mongodb的C++客户端的写法

https://github.com/deftlabs/mongodb-examples

这上面有mongodb的java客户端的写法

mongodb总共有几种cursor?

Class that hold definitions of the wire protocol

com.mongodb.Bytes 的用途如上,定义一些公共的静态常量,集中起来管理

mongodb的capped-collections官方路径

http://docs.mongodb.org/manual/core/capped-collections/

多看看官方文档上面所有的类,全面着手,说不定什么时候会用到

原文地址:https://www.cnblogs.com/usual2013blog/p/3964694.html