com.mongodb.Mongo.addOption(int)
Add options instead on instances of DBCursor
|
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.Mongo.Holder.connect(MongoURI)
|
com.mongodb.ReflectionDBObject.containsKey(String) |
com.mongodb.ReflectionDBObject.JavaWrapper.containsKey(String) |
com.mongodb.gridfs.GridFSFile.containsKey(String) |
org.bson.LazyBSONObject.containsKey(String) |
org.bson.BasicBSONObject.containsKey(String) |
org.bson.BSONObject.containsKey(String)
|
org.bson.types.BasicBSONList.containsKey(String) |
com.mongodb.client.gridfs.GridFSBucket.downloadToStreamByName(String, OutputStream)
|
com.mongodb.client.gridfs.GridFSBucket.downloadToStreamByName(String, OutputStream, GridFSDownloadByNameOptions)
|
com.mongodb.DBCollection.find(DBObject, DBObject, int, int)
|
com.mongodb.DBCollection.find(DBObject, DBObject, int, int, int)
|
com.mongodb.Mongo.getDatabaseNames()
|
com.mongodb.Mongo.getDB(String)
|
org.apache.commons.codec.net.URLCodec.getEncoding()
|
com.mongodb.client.gridfs.GridFSUploadStream.getFileId()
|
org.apache.commons.codec.language.Soundex.getMaxLength()
This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
|
com.mongodb.Mongo.getMongoOptions()
|
com.mongodb.Mongo.getOptions()
Get options instead from instances of DBCursor
|
org.apache.commons.codec.digest.DigestUtils.getShaDigest()
|
org.bson.EmptyBSONCallback.gotBinaryArray(String, byte[]) |
org.bson.BasicBSONCallback.gotBinaryArray(String, byte[]) |
org.bson.BSONCallback.gotBinaryArray(String, byte[]) |
org.apache.commons.codec.binary.Base64.isArrayByteBase64(byte[])
|
org.apache.commons.codec.language.bm.Rule.Phoneme.join(Rule.Phoneme)
since 1.9
|
com.mongodb.client.gridfs.GridFSBucket.openDownloadStreamByName(String)
|
com.mongodb.client.gridfs.GridFSBucket.openDownloadStreamByName(String, GridFSDownloadByNameOptions)
|
com.mongodb.DB.removeUser(String)
Use DB.command to call the dropUser command
|
com.mongodb.Mongo.resetOptions()
Reset options instead on instances of DBCursor
|
org.apache.commons.codec.language.Soundex.setMaxLength(int)
This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
|
com.mongodb.Mongo.setOptions(int)
|
com.mongodb.Mongo.setReadPreference(ReadPreference)
|
com.mongodb.Mongo.setWriteConcern(WriteConcern)
|
org.apache.commons.codec.digest.DigestUtils.sha(byte[])
|
org.apache.commons.codec.digest.DigestUtils.sha(InputStream)
|
org.apache.commons.codec.digest.DigestUtils.sha(String)
|
org.apache.commons.codec.digest.DigestUtils.shaHex(byte[])
|
org.apache.commons.codec.digest.DigestUtils.shaHex(InputStream)
|
org.apache.commons.codec.digest.DigestUtils.shaHex(String)
|
com.mongodb.Mongo.slaveOk()
Replaced with ReadPreference.secondaryPreferred()
|
com.mongodb.DBCursor.slaveOk()
Replaced with ReadPreference.secondaryPreferred()
|
com.mongodb.DBCollection.slaveOk()
Replaced with ReadPreference.secondaryPreferred()
|
com.mongodb.DB.slaveOk()
Replaced with ReadPreference.secondaryPreferred()
|