1. 02 Jul, 2015 1 commit
    • Jeromy's avatar
      add in support for batched writes · df0989a3
      Jeromy authored
      implement batch ops for different datastore types
      
      rename Transaction to Batch
      
      Revert "add in support for batched writes"
      
      add in benchmarks for put and batchput
      
      move batching into separate interface
      
      address concerns from PR
      
      regrab old code
      df0989a3
  2. 27 Jun, 2015 1 commit
  3. 26 Jun, 2015 1 commit
  4. 25 Jun, 2015 2 commits
  5. 10 Jan, 2015 4 commits
  6. 09 Jan, 2015 1 commit
  7. 06 Dec, 2014 1 commit
  8. 17 Nov, 2014 1 commit
  9. 03 Nov, 2014 1 commit
  10. 21 Oct, 2014 1 commit
  11. 22 Sep, 2014 1 commit
  12. 21 Sep, 2014 1 commit
    • Brian Tiger Chow's avatar
      feat(interface) add ThreadsafeDatastore interface · 3dad2a44
      Brian Tiger Chow authored
      ThreadsafeDatastore declares a datastore thread-safe by extending the
      Datastore interface.
      
      Callers who desire thread-safety may use this interface to assure that
      the datastores they use provide this property.
      
      Datastore implementers may satisfy the ThreadsafeDatastore interface
      by defining the no-op method `IsThreadSafe()`
      3dad2a44
  13. 08 Sep, 2014 1 commit
  14. 04 Sep, 2014 1 commit
  15. 28 Jan, 2014 3 commits
  16. 27 Jan, 2014 2 commits