Deprecated API
Contents
-
Packages Package Description com.mongodb.async com.mongodb.binding com.mongodb.operation
-
Enums Enum Description com.mongodb.AggregationOptions.OutputMode There is no replacement for this. Applications can assume that the driver will use a cursor for server versions that support it (>= 2.6). The driver will ignore this as of MongoDB 3.6, which does not support inline results for the aggregate command.com.mongodb.client.model.AggregationLevel com.mongodb.client.model.changestream.ChangeStreamLevel com.mongodb.operation.OrderBy
-
Exceptions Exceptions Description com.mongodb.util.JSONParseException there is no replacement for this class
-
Enum Constants Enum Constant Description com.mongodb.AuthenticationMechanism.MONGODB_CR This mechanism was replaced byAuthenticationMechanism.SCRAM_SHA_1
in MongoDB 3.0, and is now deprecatedorg.bson.json.JsonMode.STRICT The format generated with this mode is no longer considered standard for MongoDB tools. This value is not currently scheduled for removal.