1. 396ea2f Partitioned DocumentTree primitive by Jordan Halterman · 7 years ago
  2. c6c6ef2 Deprecate redundant StoreSerializer in favor of Serializer by Jordan Halterman · 7 years ago
  3. c3658c7 ONOS-6381 Transactional event listeners by Sithara Punnassery · 7 years ago
  4. 4922a06 [ONOS-6874] Implement nullable ConsistentMap by Jordan Halterman · 7 years ago
  5. d0d8035 Support alternative ordering specifications for DocumentTree primitive by Jordan Halterman · 7 years ago
  6. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  7. 71635ae Refactor AtomixConsistentMap to use separate operations per method call for better performance and control over operation semantics. by Jordan Halterman · 7 years ago
  8. b0ac590 [ONOS-6869] Move blocking DocumentTree to core primitives package and implement default methods for constructing blocking primitives by Jordan Halterman · 7 years ago
  9. 2bf177c [ONOS-6594] Upgrade to Atomix 2.0.0 by Jordan Halterman · 7 years ago
  10. 46bf89b Implement listeners for ConsistentMultimap. by Jonathan Hart · 7 years ago
  11. 6440b09 Fix incorrectly spelled DEFAULT_OPERTATION_TIMEOUT_MILLIS constant... Driving me crazy! by Jordan Halterman · 7 years ago
  12. 5a1053e [ONOS-6497] Add globally unique numeric ID generator primitive by Jordan Halterman · 7 years ago
  13. 4f8a377 ONOS-6468 Fix for race condition between compilation and installation complete state. by Yuta HIGUCHI · 7 years ago
  14. 5f97a30 [ONOS-6345] Track tombstones within transactions for optimistic locking on null values by Jordan Halterman · 7 years ago
  15. 948d659 [ONOS-6342] Refactor transaction architecture to support a shared cache for transactional primitives by Jordan Halterman · 7 years ago
  16. f627244 [ONOS-6324] Add getOrDefault method to ConsistentMap. by Jordan Halterman · 7 years ago
  17. e2bd115 Changing default path separator to "|" to unblock dynamic config demo. by Thomas Vachuska · 7 years ago
  18. c955df7 Implement Atomix AsyncAtomicCounterMap, AtomicCounterMap and state machine. by Jordan Halterman · 7 years ago
  19. cf8f6b2 [ONOS-3558] Add AtomicCounterMap to DistributedPrimitive by Jihwan Kim · 7 years ago
  20. 61582a0 Creating new creators for multimap primitive and a name based getter for treemap primitive. by Aaron Kruglikov · 8 years ago
  21. 112ed82 ONOS-5552 DocumentTree builder not available by Sithara Punnassery · 8 years ago
  22. 589fac2 ONOS-5318 Proprietary Config Store by Sithara Punnassery · 8 years ago
  23. d77cc11 Adding consistent document tree. by Aaron Kruglikov · 8 years ago
  24. 4c8e3fe Allow null values for DocumentTree nodes by Madan Jampani · 8 years ago
  25. d2db7ad Fix javadoc error by Yuta HIGUCHI · 8 years ago
  26. 9809422 AtomixDocumentTree support for filtering notifications by DocumentPath by Madan Jampani · 8 years ago
  27. 8698328 Support for a recurive create in AsyncDocumentTree + Javadoc clean up by Madan Jampani · 8 years ago
  28. 0a4e674 Copyright update by Brian O'Connor · 8 years ago
  29. 3188803 Fixes javadoc errors by Madan Jampani · 8 years ago
  30. 2914e4e StorageService API for creating AsyncDocumentTree primitive by Madan Jampani · 8 years ago
  31. 79924fa Supporting Atomix classes for DocumentTree distributed primitive by Madan Jampani · 8 years ago
  32. ad5b8c7 Updates to DocumentTreeNode + Simple implementation of DocumentTree interface by Madan Jampani · 8 years ago
  33. 7c99811 Fixing a minor stylistic issue. by Aaron Kruglikov · 8 years ago
  34. 64ff13b Support for listening to DocumentTree modifications. by Madan Jampani · 8 years ago
  35. 1184bc7 DocumentTreeNode: add support for a version by Madan Jampani · 8 years ago
  36. f5e6be4 Fixed javadoc error. by Thomas Vachuska · 8 years ago
  37. c3984c6 Fixed javadoc error. by Thomas Vachuska · 8 years ago
  38. 5bdebd5 Javadoc updates to DocumentTree classes by Madan Jampani · 8 years ago
  39. b789b5f Adding an initial API for the DomTree data structure. by Aaron Kruglikov · 8 years ago
  40. 4275587 Include ConsistentMap name in Timeout exception message by Madan Jampani · 8 years ago
  41. 3032af1 Fix javadoc syntax error - @throw -> @throws by Ray Milkey · 8 years ago
  42. ed88ff6 Adding additional resources for instantiating async consistent treemaps. by Aaron Kruglikov · 8 years ago
  43. 03fb8b2 Topic: Support for passing a executor to subscribe method for invoking the callback by Madan Jampani · 8 years ago
  44. 7c298f3 Fix javadoc by Yuta HIGUCHI · 8 years ago
  45. 13f6515 Distributed topic primitive by Madan Jampani · 8 years ago
  46. 07e31cf Remove public from definition in interface by Sho SHIMIZU · 8 years ago
  47. bb23e0b Fix Javadoc warnings by Ray Milkey · 8 years ago
  48. f2fd465 Use default op timeout value for DefaultLeaderElector calls by Madan Jampani · 8 years ago
  49. faa7c67 Fixing javadoc by Yuta HIGUCHI · 8 years ago
  50. b6ec9cd Adding interfaces for synchronous consistent multimaps. by Aaron Kruglikov · 8 years ago
  51. 819d61d Work queue improvements by Madan Jampani · 8 years ago
  52. 6a16435 Changing tree map interface to only allow a value type parameter, key is always string. by Aaron Kruglikov · 8 years ago
  53. 3e29f66 Adding additional TreeMap resources by Aaron Kruglikov · 8 years ago
  54. e18a2ef Fix javadoc error by Yuta HIGUCHI · 8 years ago
  55. 35708a9 Distributed work queue primitive by Madan Jampani · 8 years ago
  56. 637ae5d ONOS-4690: containsKey() in TransactionalMap by Sho SHIMIZU · 8 years ago
  57. 6c02d9e New ApplicationStore that uses a single ConsistentMap to track all app related state by Madan Jampani · 8 years ago
  58. d5b200f When a Copycat client is in SUSPENDED or CLOSED state fail-fast all its operations by Madan Jampani · 8 years ago
  59. 0d14a0c Lower default operation timeout for distributed primitives to 5s by Madan Jampani · 8 years ago
  60. 44a1fef Updating multimap API and commands and providing implementation. by Aaron Kruglikov · 8 years ago
  61. 163efb5 Some improvements around EventuallyConsistentMapBuilder serializer handling. by HIGUCHI Yuta · 8 years ago
  62. 03666a3 Remove duplicate registrations. by HIGUCHI Yuta · 8 years ago
  63. c299d07 Avoid creating new KryoNamespace instance. by HIGUCHI Yuta · 8 years ago
  64. ccdf9da New partitions cli option for displaying client information by Madan Jampani · 8 years ago
  65. 0463cf9 New API for specifying an executor when registering a map listener by Madan Jampani · 8 years ago
  66. 1d3b617 ONOS-4423: Support for invalidating cached map entries when a client session is suspended by Madan Jampani · 8 years ago
  67. a26f654 Adding commands for the distributed multimap. by Aaron Kruglikov · 8 years ago
  68. d5714e0 New and direct StorageService method for creating an AtomicCounter by Madan Jampani · 8 years ago
  69. 9970265 Adding asyncConsistentMultimap interface. by Aaron Kruglikov · 8 years ago
  70. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  71. 542d9e2 Performance improvements by Madan Jampani · 8 years ago
  72. 832686d Post DatabaseManager deprecation code cleanup by Madan Jampani · 8 years ago
  73. 3780d4b ONOS-4218: Fixes for resource store transaction failures by Madan Jampani · 8 years ago
  74. 47047b2 Adding interfaces and single implementation required for build. by Aaron Kruglikov · 8 years ago
  75. b98d97e Enabling StorageManager by Madan Jampani · 8 years ago
  76. d7909ca Fixes for javadoc errors by Ray Milkey · 8 years ago
  77. 0c0cdc6 AsyncLeaderElector APIs in support for mastership balancing by Madan Jampani · 8 years ago
  78. 3a9911c Using 1.0.0.rc2 version of Atomix CopycatTransport updates by Madan Jampani · 8 years ago
  79. 1f53627 [ONOS-3558] Define interfaces for supporting a AtomicLongMap by Jihwan Kim · 8 years ago
  80. 708d303 Cleaning up javadocs. by Thomas Vachuska · 8 years ago
  81. ea12532 Document releases APIs were deprecated in by Ray Milkey · 8 years ago
  82. 39fff10 Method name refactor in DistributedPrimitive + Builder for AsyncLeaderElector by Madan Jampani · 8 years ago
  83. e14a09c Implementation for StorageAdmin and PartitionAdmin APIs by Madan Jampani · 8 years ago
  84. 538be74 Refactored primitive builders to consolidate methods into the base DistributedPrimitiveBuilder by Madan Jampani · 8 years ago
  85. 74da78b AsyncConsistentMap methods for supporting transactional updates by Madan Jampani · 8 years ago
  86. cadd70b Refactor transaction support in preparation for migration to latest APIs by Madan Jampani · 8 years ago
  87. e17d328 Adds abstract distributed primitive builder + Refactored AtomicCounter and AtomicValue builder to make use of it. by Madan Jampani · 8 years ago
  88. 28b2cd6 Added asConsistentMap() method to AsyncConsistentMap for creating a new ConsistentMap instance. by Madan Jampani · 8 years ago
  89. 533ef98 AtomicValue updates by Madan Jampani · 8 years ago
  90. 47b80ba Leader elector distributed primitive interfaces by Madan Jampani · 8 years ago
  91. 4124bc3 LEADER_ELECTOR distributed primitive enum type by Madan Jampani · 8 years ago
  92. f95290a Added newValue and oldValue methods to MapEvent. by Madan Jampani · 8 years ago
  93. fa24218 Added destroy() method to DistributedPrimitive interface by Madan Jampani · 8 years ago
  94. dfba739 Fix javadoc warnings by Jian Li · 8 years ago
  95. a090a11 Added DistributedPrimitive interface by Madan Jampani · 8 years ago
  96. dfde6ba Added an async version for AtomicValue and misc javadoc improvements by Madan Jampani · 8 years ago
  97. 9887ad9 [Falcon][ONOS-2696] support method "replace" in ConsistentMap and method "notNull" in Match by Jihwan Kim · 8 years ago
  98. fc5ca93 [ONOS-2809] Support a TransactionalSet data structure by Jian Li · 8 years ago
  99. c7f49f9 ONOS-3565: Retry host store updates that fail due to concurrent modification by Madan Jampani · 8 years ago
  100. 17ed48b Added a utility method for creating store Serializer from a single KryoNamespace and some additional classes by Madan Jampani · 8 years ago