com.mongodb.DB.addUser(String, char[])
Use DB.command to call either the createUser or updateUser command
|
com.mongodb.DB.addUser(String, char[], boolean)
Use DB.command to call either the createUser or updateUser command
|
com.mongodb.DBCollection.aggregate(DBObject, DBObject...)
|
com.mongodb.WriteConcern.callGetLastError()
|
com.mongodb.Mongo.Holder.connect(MongoURI)
|
org.bson.types.BasicBSONList.containsKey(String) |
org.bson.BSONObject.containsKey(String)
|
org.bson.BasicBSONObject.containsKey(String) |
org.bson.LazyBSONObject.containsKey(String) |
com.mongodb.ReflectionDBObject.containsKey(String) |
com.mongodb.ReflectionDBObject.JavaWrapper.containsKey(String) |
com.mongodb.gridfs.GridFSFile.containsKey(String) |
com.mongodb.client.gridfs.GridFSBucket.downloadToStream(BsonValue, OutputStream)
using custom id values for with GridFS is no longer supported
|
com.mongodb.DBCollection.find(DBObject, DBObject, int, int)
|
com.mongodb.DBCollection.find(DBObject, DBObject, int, int, int)
|
com.mongodb.WriteConcern.fsync()
|
com.mongodb.client.gridfs.model.GridFSFile.getAliases()
aliases should be stored in the metadata document.
|
com.mongodb.client.gridfs.model.GridFSFile.getContentType()
content type information stored in the metadata document.
|
com.mongodb.Mongo.getDatabaseNames()
|
com.mongodb.Mongo.getDB(String)
|
com.mongodb.client.gridfs.model.GridFSFile.getExtraElements()
any extra information should be stored in the metadata document.
|
com.mongodb.WriteConcern.getFsync()
|
com.mongodb.WriteConcern.getJ()
|
com.mongodb.Mongo.getMongoOptions()
|
org.bson.types.ObjectId.getTime()
Use #getDate instead
|
org.bson.types.ObjectId.getTimeSecond()
Use #getTimestamp instead
|
com.mongodb.ConnectionString.getURI() |
com.mongodb.WriteConcern.getWtimeout()
|
org.bson.BSONCallback.gotBinaryArray(String, byte[]) |
org.bson.BasicBSONCallback.gotBinaryArray(String, byte[]) |
org.bson.EmptyBSONCallback.gotBinaryArray(String, byte[]) |
com.mongodb.connection.Connection.insertCommand(MongoNamespace, boolean, WriteConcern, List)
|
com.mongodb.connection.AsyncConnection.insertCommandAsync(MongoNamespace, boolean, WriteConcern, List, SingleResultCallback)
|
com.mongodb.connection.Connection.killCursor(List)
|
com.mongodb.connection.AsyncConnection.killCursorAsync(List, SingleResultCallback)
|
com.mongodb.WriteConcern.majorityWriteConcern(int, boolean, boolean)
|
com.mongodb.client.gridfs.GridFSBucket.openDownloadStream(BsonValue)
using custom id values for with GridFS is no longer supported
|
com.mongodb.connection.Connection.query(MongoNamespace, BsonDocument, BsonDocument, int, int, boolean, boolean, boolean, boolean, boolean, boolean, Decoder)
Replaced by Connection.query(MongoNamespace, BsonDocument, BsonDocument, int, int, int, boolean, boolean, boolean,
boolean, boolean, boolean, Decoder)
|
com.mongodb.connection.AsyncConnection.queryAsync(MongoNamespace, BsonDocument, BsonDocument, int, int, boolean, boolean, boolean, boolean, boolean, boolean, Decoder, SingleResultCallback>)
Replaced by AsyncConnection.queryAsync(MongoNamespace, BsonDocument, BsonDocument, int, int, int, boolean, boolean, boolean,
boolean, boolean, boolean, Decoder, SingleResultCallback)
|
com.mongodb.DB.removeUser(String)
Use DB.command to call the dropUser command
|
com.mongodb.DBCollection.slaveOk()
|
com.mongodb.DB.slaveOk()
Replaced with ReadPreference.secondaryPreferred()
|
com.mongodb.DBCursor.slaveOk()
|
com.mongodb.Mongo.slaveOk()
Replaced with ReadPreference.secondaryPreferred()
|
com.mongodb.client.model.Filters.text(String, String)
|
org.bson.types.ObjectId.toStringMongod()
|
com.mongodb.connection.Connection.updateCommand(MongoNamespace, boolean, WriteConcern, List)
|
com.mongodb.connection.AsyncConnection.updateCommandAsync(MongoNamespace, boolean, WriteConcern, List, SingleResultCallback)
|
com.mongodb.WriteConcern.withFsync(boolean)
|
com.mongodb.WriteConcern.withJ(boolean)
|