Deprecate DBCollection.ensureIndex (all overloads) and DBCollection.resetIndexCache. Caching of which indexes have been created is really not something the driver should be doing, as it is prone to race conditions with other clients.
- is depended on by
-
JAVA-1098 remove ensureIndex() methods
- Closed