Deprecated API
Contents
-
Packages Package Description com.mongodb.async com.mongodb.async.client com.mongodb.async.client.gridfs com.mongodb.async.client.gridfs.helpers com.mongodb.binding com.mongodb.operation
-
Interfaces Interface Description com.mongodb.async.AsyncAggregateResponseBatchCursor com.mongodb.async.AsyncBatchCursor Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.AggregateIterable Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.ChangeStreamIterable Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.ClientSession Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.DistinctIterable Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.FindIterable Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.gridfs.AsyncInputStream Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.gridfs.AsyncOutputStream Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.gridfs.GridFSBucket Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.gridfs.GridFSDownloadStream Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.gridfs.GridFSFindIterable Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.gridfs.GridFSUploadStream Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.ListCollectionsIterable Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.ListDatabasesIterable Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.ListIndexesIterable Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.MapReduceIterable Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.MongoClient Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.MongoCollection Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.MongoDatabase Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.MongoIterable Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.Observable Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.Observer Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.client.Subscription Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.async.SingleResultCallback Prefer the Reactive Streams-based asynchronous driver (mongodb-driver-reactivestreams artifactId)com.mongodb.binding.AsyncConnectionSource com.mongodb.binding.AsyncReadBinding com.mongodb.binding.AsyncReadWriteBinding com.mongodb.binding.AsyncWriteBinding com.mongodb.binding.ConnectionSource com.mongodb.binding.ReadBinding com.mongodb.binding.ReadWriteBinding com.mongodb.binding.ReferenceCounted com.mongodb.binding.WriteBinding com.mongodb.connection.AsyncConnection com.mongodb.connection.Cluster com.mongodb.connection.ClusterFactory com.mongodb.connection.Connection com.mongodb.connection.Server com.mongodb.event.ConnectionListener - No longer usedcom.mongodb.management.MBeanServer com.mongodb.operation.AggregateResponseBatchCursor com.mongodb.operation.AsyncOperationExecutor there is no replacement for this interfacecom.mongodb.operation.AsyncReadOperation com.mongodb.operation.AsyncWriteOperation com.mongodb.operation.BatchCursor com.mongodb.operation.MapReduceAsyncBatchCursor com.mongodb.operation.MapReduceBatchCursor com.mongodb.operation.OperationExecutor there is no replacement for this interfacecom.mongodb.operation.ReadOperation com.mongodb.operation.WriteOperation com.mongodb.util.ObjectSerializer there is no replacement for this interface
-
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.