Update the MongoDB drivers to just use a connection string or MongoDB
URI to configure the client. Old properties are deprecated and but will be added to the URI if present and the URI does not already contain a value for the setting.
Showing
- mongodb/README.md 9 additions, 24 deletionsmongodb/README.md
- mongodb/src/main/java/com/yahoo/ycsb/db/AsyncMongoDbClient.java 33 additions, 64 deletions...b/src/main/java/com/yahoo/ycsb/db/AsyncMongoDbClient.java
- mongodb/src/main/java/com/yahoo/ycsb/db/MongoDbClient.java 129 additions, 177 deletionsmongodb/src/main/java/com/yahoo/ycsb/db/MongoDbClient.java
Please register or sign in to comment