Merge pull request #180 from allanbank/async-mongodb-driver
[Mongodb] merge adds Async mongodb driver, update normal driver to talk to mongo 2 and 3 clusters.
Sean Busbey <sean.busbey@gmail.com> | May 24 2015, 03:21 |
iorgulescu | Oct 2 2018, 18:02 |
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
6970ee1152c0 | Robert J. Moore | Add majority write concern and deprecated most of the options. Migrated to the… | May 22 2015 | |||
eaebc71995d4 | Robert J. Moore | Tests and updates for OptionsSupport. | May 22 2015 | |||
d5626110064d | Robert J. Moore | Bump the MongoDB versions. | May 22 2015 | |||
12ddd5db8c6c | Robert J. Moore | Explicit License. | May 22 2015 | |||
61b96944a381 | Robert J. Moore | Explicit License. | May 22 2015 | |||
7c24d192ca14 | Robert J. Moore | Add logback logger. | May 22 2015 | |||
4bcbb592855c | Robert J. Moore | Remove eclipse-ism. | May 22 2015 | |||
6ea36c12b56b | Robert J. Moore | Add the avoidance of finalizers for cursors back in. | May 22 2015 | |||
3b9e207c814f | Robert J. Moore | Update the MongoDB drivers to just use a connection string or MongoDB URI to… | May 22 2015 | |||
03b25308c5a2 | Robert J. Moore | Update the README with how to use the asynchronous driver. | May 22 2015 | |||
cdecd9968d41 | Robert J. Moore | README Tweaks. | May 22 2015 | |||
40bdb5070102 | Jared Rosoff/Robert J. Moore | Change inserts to upserts in mongoclient | May 22 2015 | |||
7762b5e0d984 | Robert J. Moore | Revert to the central YCSB repository. | May 22 2015 | |||
842560b0faca | Asya Kamsky/Robert J. Moore | Update mongodb/README.md with more specific info | May 22 2015 | |||
0b68bd48fed0 | Matias Cascallares/Robert J. Moore | added support to specify readPreference | May 22 2015 | |||
c9609612664d | Gianfranco Palumbo/Robert J. Moore | add instructions to install java via yum/apt-get | May 22 2015 | |||
637531b3baf7 | Gianfranco Palumbo/Robert J. Moore | Add maven bash env vars | May 22 2015 | |||
488ef7f348b8 | Gianfranco Palumbo/Robert J. Moore | Added 'Install Maven and Java' instructions Ycsb config parameters example | May 22 2015 | |||
aa1e56af00a2 | achille/Robert J. Moore | Set default thread count to 100 when thread count is not specified | May 22 2015 | |||
cd1fb3571981 | Jared Rosoff/Robert J. Moore | No need to call getError on writeResult. any errors for writeConcern level will… | May 22 2015 | |||
7b9cf5f49522 | Jared Rosoff/Robert J. Moore | Updated to current standard write concerns | May 22 2015 | |||
91f079160e6b | Jared Rosoff/Robert J. Moore | Don't use finalizers to close cursors | May 22 2015 | |||
218e25878439 | Robert J. Moore | Cleanup | May 22 2015 | |||
a3bbb25f7d0d | Robert J. Moore | Update MongoDB Async Driver version. | May 22 2015 | |||
878f9f933622 | Robert J. Moore | Add option: threadsAllowedToBlockForConnectionMultiplier | May 22 2015 | |||
8e001060cc3a | Robert J. Moore | Optimizations. | May 22 2015 | |||
7e0f63208c7d | Robert J. Moore | Add the async client to the startup script. | May 22 2015 | |||
1db6c0c73ef2 | Robert J. Moore | Add an adapter for MongoDB using the asynchronous driver. | May 22 2015 |