1. f2f086c Added Change utility class for representing change events + Moved Match class to org.onlab.util by Madan Jampani · 8 years ago
  2. 82fd632 Adding atomic countetr compare and set method by Aaron Kruglikov · 9 years ago
  3. fd912ac minor name changes and javadoc by andrea · 9 years ago
  4. a6d787b ONOS-2440: Simplify DistributedQueue implementation by leveraging state change notification support by Madan Jampani · 9 years ago
  5. bab51a4 ONOS-2097: Ensure updates made via transactional map result in state change notifications by Madan Jampani · 9 years ago
  6. 971b2eb Reenable consistent notification support by Madan Jampani · 9 years ago
  7. 879ed7c Disable the new change notification support as it seems to have caused a regression by Madan Jampani · 9 years ago
  8. 34fec84 Turning on consistent and ordered notification support for multi-partition usecase by Madan Jampani · 9 years ago
  9. 648451f Consistently ordered notification support for single partition scenario. by Madan Jampani · 9 years ago
  10. 7804c99 Refactored code to consolidate functionality in Database* classes. by Madan Jampani · 9 years ago
  11. 94cc01b Fix for uninitialized TransactionManager in PartitionedDatabase by Ayaka Koshibe · 9 years ago
  12. 98166f9 ONOS-2157: Fix NPE in Transaction execution logic by Madan Jampani · 9 years ago
  13. 63c659f Support for a distributed queue primitive. by Madan Jampani · 9 years ago
  14. 50589ac Notification support for Consistent datastructures (ConsitentMap and DistributedSet) by Madan Jampani · 9 years ago
  15. 346d4f5 Add new methods to ConsistentMap API to improve usability. by Madan Jampani · 9 years ago
  16. 04aeb45 Implementation of IdBlockStore on top of AtomicCounter by Madan Jampani · 9 years ago
  17. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  18. ed1b7fc Moving to the latest stable copycat SNAPSHOT version. by Madan Jampani · 9 years ago
  19. b5d72d5 Support for a distributed counter by Madan Jampani · 9 years ago
  20. bff6d8f Added distributed transaction support through a two phase commit protocol by Madan Jampani · 9 years ago
  21. a89f8f9 Added support for "maps" cli command that displays meta information for various consistent maps in the system by Madan Jampani · 9 years ago
  22. f1b8e17 Support a inmemory p0 partition encompassing all nodes in the cluster. This will be used by leadership manager and other usecases by Madan Jampani · 9 years ago
  23. 7f72c3f Enabled leadership service implementation based on consistent map + added precondition checks to partitioned database. by Madan Jampani · 9 years ago
  24. 2546111 Added copy right headers. by Madan Jampani · 9 years ago
  25. 393e0f0 1. Refactored ConsistentMap and StorageServive (renamed from DatabaseService) to api bundle. by Madan Jampani · 9 years ago
  26. 0934270 WIP: Consistent map implementation. by Madan Jampani · 9 years ago
  27. 94c2353 WIP: Partitioned Database based on Raft. by Madan Jampani · 9 years ago