MongoDBStore adds indices to mongo collections exactly Once (new class). Removed...
authorProdromos Gerakios <pgerakios@grnet.gr>
Mon, 1 Oct 2012 12:32:17 +0000 (15:32 +0300)
committerProdromos Gerakios <pgerakios@grnet.gr>
Mon, 1 Oct 2012 12:32:17 +0000 (15:32 +0300)
commit53389ed0b8caea848ba2f8b5d146d91faea987c9
tree46d390664b75d97fefa75f23b552b95cc4b8596c
parent80979ab7cf911942544406a27685bf400db1f524
MongoDBStore adds indices to mongo collections exactly Once (new class). Removed deadlock from BillTest
src/main/scala/gr/grnet/aquarium/store/mongodb/MongoDBStore.scala
src/main/scala/gr/grnet/aquarium/util/Once.scala [new file with mode: 0644]
src/test/scala/gr/grnet/aquarium/BillTest.scala