1. dfde6ba Added an async version for AtomicValue and misc javadoc improvements by Madan Jampani · 8 years ago
  2. 9887ad9 [Falcon][ONOS-2696] support method "replace" in ConsistentMap and method "notNull" in Match by Jihwan Kim · 8 years ago
  3. f2f086c Added Change utility class for representing change events + Moved Match class to org.onlab.util by Madan Jampani · 8 years ago
  4. c7f49f9 ONOS-3565: Retry host store updates that fail due to concurrent modification by Madan Jampani · 8 years ago
  5. 14e865d ONOS-3472 Fixing ConsistentMap key equality by HIGUCHI Yuta · 8 years ago
  6. 14a38da Ensure local read/write operations are causally consistent when a ConsistentMap is build with weakConsistency option by Madan Jampani · 8 years ago
  7. 6e04461 Added feature to count exceptions ocurred when operating distributed primitives by Flavio Castro · 9 years ago
  8. 9eb55d1 ONOS-2495: Workaround for the fact that kryo deserialization is not thread safe by Madan Jampani · 9 years ago
  9. a6d787b ONOS-2440: Simplify DistributedQueue implementation by leveraging state change notification support by Madan Jampani · 9 years ago
  10. bab51a4 ONOS-2097: Ensure updates made via transactional map result in state change notifications by Madan Jampani · 9 years ago
  11. 41b1f3a ONOS-2456 Added usage metrics to Atomic Counter and Distributed Queue plus refactored the code a bit by Flavio Castro · 9 years ago
  12. 8566863 Removed deprecated map change notification support by Madan Jampani · 9 years ago
  13. 5e1f129 ONOS-2315 Adding new metrics to ConsistentMaps by Flavio Castro · 9 years ago
  14. 648451f Consistently ordered notification support for single partition scenario. by Madan Jampani · 9 years ago
  15. ae2d0d7 Fix ConsistentMap.putIfAbsent logic by Madan Jampani · 9 years ago
  16. 7804c99 Refactored code to consolidate functionality in Database* classes. by Madan Jampani · 9 years ago
  17. e8af1cc ONOS-2133: Support for purging associated stores (ConsistentMap/DistributedSet) when the application is uninstalled by Madan Jampani · 9 years ago
  18. c606956 Added a map API to transform Versioned<byte[]> to Versioned<V> by Madan Jampani · 9 years ago
  19. 50589ac Notification support for Consistent datastructures (ConsitentMap and DistributedSet) by Madan Jampani · 9 years ago
  20. 346d4f5 Add new methods to ConsistentMap API to improve usability. by Madan Jampani · 9 years ago
  21. 02b7fb8 Support for building a immutable ConsistentMap and DistributedSet by Madan Jampani · 9 years ago
  22. bff6d8f Added distributed transaction support through a two phase commit protocol by Madan Jampani · 9 years ago
  23. 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
  24. 7c52100 ONOS-1362: Support async version of ConsistentMap that lets efficient chaining of operations by Madan Jampani · 9 years ago