-
Methods Method Description com.mongodb.bulk.BulkWriteResult.acknowledged(WriteRequest.Type, int, List<BulkWriteUpsert>) com.mongodb.client.model.Indexes.geoHaystack(String, Bson) geoHaystack is deprecated in MongoDB 4.4, preferIndexes.geo2dsphere(String...)
com.mongodb.client.model.IndexOptions.bucketSize(Double) geoHaystack is deprecated in MongoDB 4.4com.mongodb.client.model.IndexOptions.getBucketSize() geoHaystack is deprecated in MongoDB 4.4com.mongodb.event.ConnectionPoolListener.connectionAdded(ConnectionAddedEvent) PreferConnectionPoolListener.connectionCreated(com.mongodb.event.ConnectionCreatedEvent)
Implementations should NOT implement this method at all, instead relying on the default no-op implementation. If an application implements both this method and connectionCreated, the application risks double-counting events.com.mongodb.event.ConnectionPoolListener.connectionPoolOpened(ConnectionPoolOpenedEvent) PreferConnectionPoolListener.connectionPoolCreated(com.mongodb.event.ConnectionPoolCreatedEvent)
Implementations should NOT implement this method at all, instead relying on the default no-op implementation. If an application implements both this method and connectionPoolCreated, the application risks double-counting events.com.mongodb.event.ConnectionPoolListener.connectionRemoved(ConnectionRemovedEvent) PreferConnectionPoolListener.connectionClosed(com.mongodb.event.ConnectionClosedEvent)
Implementations should NOT implement this method at all, instead relying on the default no-op implementation. If an application implements both this method and connectionClosed, the application risks double-counting events.