-
Methods Method Description com.mongodb.client.model.DBCollectionFindOptions.isOplogReplay() oplogReplay has been deprecated in MongoDB 4.4.com.mongodb.client.model.DBCollectionFindOptions.oplogReplay(boolean) oplogReplay has been deprecated in MongoDB 4.4.com.mongodb.DBCursor.explain() com.mongodb.DBCursor.oplogReplay(boolean) oplogReplay has been deprecated in MongoDB 4.4.com.mongodb.MongoClient.getDB(String) This method is not currently scheduled for removal, but preferMongoClient.getDatabase(String)
for new code. Note thatDB
andMongoDatabase
can be used together in the same application, with the same instance.