|
Author:
{'username': 'jyemin', 'name': 'Jeff Yemin', 'email': 'jeff.yemin@10gen.com'}
Message: JAVA-2862: Support nameOnly field for listCollections command
MongoDB 4.0 adds support for the nameOnly field to the listCollections
command, which optimized for the case where the client only requires the
name and not all of the other metadata associated with collections.
This patch uses that optimization to implement the listCollectionNames
methods that already exist in the driver.
Branch: master
https://github.com/mongodb/mongo-java-driver/commit/0cb750c5853c285d5256b6cb4315f3bb66cf3267
|