1. 3780d4b ONOS-4218: Fixes for resource store transaction failures by Madan Jampani · 8 years ago
  2. 538be74 Refactored primitive builders to consolidate methods into the base DistributedPrimitiveBuilder by Madan Jampani · 8 years ago
  3. 74da78b AsyncConsistentMap methods for supporting transactional updates by Madan Jampani · 8 years ago
  4. cadd70b Refactor transaction support in preparation for migration to latest APIs by Madan Jampani · 8 years ago
  5. dc4394c Implement toString() by HIGUCHI Yuta · 8 years ago
  6. f4c8850 Refactor change: Moved all distributed primitive implementation classes into onos-core-primitives bundle by Madan Jampani · 8 years ago[Renamed (98%) from core/store/dist/src/main/java/org/onosproject/store/consistent/impl/DefaultTransactionContext.java]
  7. d936b42 Change the return type of commit() to indicate the result by Sho SHIMIZU · 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. 50589ac Notification support for Consistent datastructures (ConsitentMap and DistributedSet) by Madan Jampani · 9 years ago
  10. 02b7fb8 Support for building a immutable ConsistentMap and DistributedSet by Madan Jampani · 9 years ago
  11. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  12. bff6d8f Added distributed transaction support through a two phase commit protocol by Madan Jampani · 9 years ago
  13. 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
  14. 7c52100 ONOS-1362: Support async version of ConsistentMap that lets efficient chaining of operations by Madan Jampani · 9 years ago
  15. 8dc8208 Fix some compiler warnings about unchecked types by Ray Milkey · 9 years ago
  16. 6468955 WIP: Revamped transaction API. Introduces a transaction context for running blocks of code that can be committed by Madan Jampani · 9 years ago