Deprecated API


Contents
Deprecated Classes
com.mongodb.DBPointer
            
 

Deprecated Fields
com.mongodb.MongoOptions.slaveOk
          Replaced in MongoDB 2.0/Java Driver 2.7 with ReadPreference.SECONDARY 
 

Deprecated Methods
com.mongodb.ReflectionDBObject.containsKey(String)
            
com.mongodb.ReflectionDBObject.JavaWrapper.containsKey(String)
            
com.mongodb.RawDBObject.containsKey(String)
            
com.mongodb.gridfs.GridFSFile.containsKey(String)
           
org.bson.LazyBSONObject.containsKey(String)
           
org.bson.BSONObject.containsKey(String)
            
org.bson.BasicBSONObject.containsKey(String)
            
org.bson.types.BasicBSONList.containsKey(String)
            
com.mongodb.DBCollection.find(DBObject, DBObject, int, int)
           
com.mongodb.DBCollection.find(DBObject, DBObject, int, int, int)
           
com.mongodb.MapReduceOutput.getRaw()
           
org.bson.EmptyBSONCallback.gotBinaryArray(String, byte[])
           
org.bson.BSONCallback.gotBinaryArray(String, byte[])
           
org.bson.BasicBSONCallback.gotBinaryArray(String, byte[])
           
com.mongodb.DBCollection.group(DBObject)
          prefer the DBCollection.group(com.mongodb.GroupCommand) which is more standard Applies a group operation 
com.mongodb.Mongo.slaveOk()
          Replaced with ReadPreference.SECONDARY 
com.mongodb.DBCursor.slaveOk()
          Replaced with ReadPreference.SECONDARY 
com.mongodb.DBCollection.slaveOk()
          Replaced with ReadPreference.SECONDARY 
com.mongodb.DB.slaveOk()
          Replaced with ReadPreference.SECONDARY