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