1. bb5110d Immutability for getMeters APIs by pierventre · 3 years, 8 months ago
  2. 0f1ffd1 Add netcfg for INT by Yi Tseng · 3 years, 8 months ago
  3. e97f483 [AETHER-432][VOL-3263] Revisit meters subsystem to be fully distributed. by pierventre · 3 years, 10 months ago
  4. 1cf4f84 Support user-provided timeouts in intra-cluster communication service by Jordan Halterman · 5 years ago
  5. 8efe278 Remove deprecated APIs by Ray Milkey · 5 years ago
  6. 00e92da Upgrade to Atomix 3.0-rc5 by Jordan Halterman · 6 years ago
  7. dae1160 Implement lazy iterators/streams for ConsistentMap by Jordan Halterman · 6 years ago
  8. 8c57a09 Refactor DistributedPacketStore to store packet requests in a ConsistentMultimap by Jordan Halterman · 6 years ago
  9. 5e88435 Implement event-based streaming iterator for ConsistentMultimap primitive by Jordan Halterman · 6 years ago
  10. 2eb9167 Improve coverage for primitives by Ray Milkey · 6 years ago
  11. 400bbe5 Add compatibility functions to AtomicValue/Topic by Jordan Halterman · 6 years ago
  12. 01c9338 TestConsistentMap: cannot remove while iterating by Thiago Santos · 7 years ago
  13. b2a20d1 null-safe DocPath ancentry tests by Yuta HIGUCHI · 6 years ago
  14. 4743258 Add distributed lock primitive by Jordan Halterman · 6 years ago
  15. fbd9ae9 Various small fixes by Yuta HIGUCHI · 6 years ago
  16. 593acf9 Correctly persists the old value in TestConsistentMap by deep cloning the entry by Charles Chan · 6 years ago
  17. 86ac40b Fix TestDistributedSet to behave more like real one. by Yuta HIGUCHI · 6 years ago
  18. 0537005 Fix race condition in meter store by Ray Milkey · 6 years ago
  19. 07f052b [ONOS-7088] Distribute storage partitions evenly during upgrades by Jordan Halterman · 7 years ago
  20. f9c409a [ONOS-6556] Distributed Implementation of PiPipeconfService by Andrea Campanella · 7 years ago
  21. f094c61 [ONOS-7114] Meter Subsystem Refactoring by Pier Luigi · 7 years ago
  22. 980a8c1 [ONOS-7054] Implement prototype of ISSU protocol by Jordan Halterman · 7 years ago
  23. 52e047f refactor DocumentPath comparator by Yuta HIGUCHI · 7 years ago
  24. 9b3a7ce Store flows rules asynchronously via master in DistributedFlowRuleStore by Jordan Halterman · 7 years ago
  25. d8ab096 Fixs some misspellings by Frank Wang · 7 years ago
  26. f755409 [ONOS-6870] Refactor DistributedFlowRuleStore to use DocumentTree for persistence by Jordan Halterman · 7 years ago
  27. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  28. 71635ae Refactor AtomixConsistentMap to use separate operations per method call for better performance and control over operation semantics. by Jordan Halterman · 7 years ago
  29. b0ac590 [ONOS-6869] Move blocking DocumentTree to core primitives package and implement default methods for constructing blocking primitives by Jordan Halterman · 7 years ago
  30. 3548bb2 Test enhancements for DocumentPath, UiTopology, DistributedClusterStore by Sbhat35 · 7 years ago
  31. 46bf89b Implement listeners for ConsistentMultimap. by Jonathan Hart · 7 years ago
  32. 5a1053e [ONOS-6497] Add globally unique numeric ID generator primitive by Jordan Halterman · 7 years ago
  33. 6c84776 [ONOS-5934] MeterId availability after withdraw. by Jordi Ortiz · 7 years ago
  34. 5f97a30 [ONOS-6345] Track tombstones within transactions for optimistic locking on null values by Jordan Halterman · 7 years ago
  35. 948d659 [ONOS-6342] Refactor transaction architecture to support a shared cache for transactional primitives by Jordan Halterman · 7 years ago
  36. f627244 [ONOS-6324] Add getOrDefault method to ConsistentMap. by Jordan Halterman · 7 years ago
  37. f074af9 Add unit tests for PartitionEvent by Jon Hall · 7 years ago
  38. e2bd115 Changing default path separator to "|" to unblock dynamic config demo. by Thomas Vachuska · 7 years ago
  39. 9011dfe Unit test for DefaultConsistentMap by Ray Milkey · 7 years ago
  40. 6d17a49 TestConsistentMultimap by Jordi Ortiz · 7 years ago
  41. c955df7 Implement Atomix AsyncAtomicCounterMap, AtomicCounterMap and state machine. by Jordan Halterman · 7 years ago
  42. 61582a0 Creating new creators for multimap primitive and a name based getter for treemap primitive. by Aaron Kruglikov · 8 years ago
  43. 112ed82 ONOS-5552 DocumentTree builder not available by Sithara Punnassery · 8 years ago
  44. 9809422 AtomixDocumentTree support for filtering notifications by DocumentPath by Madan Jampani · 8 years ago
  45. 2914e4e StorageService API for creating AsyncDocumentTree primitive by Madan Jampani · 8 years ago
  46. ed88ff6 Adding additional resources for instantiating async consistent treemaps. by Aaron Kruglikov · 8 years ago
  47. ecf9971 Update TestTopic to confirm to the new Topic API by Madan Jampani · 8 years ago
  48. a1c4115 Distribute failover event with topic by helenyrwu · 8 years ago
  49. 13f6515 Distributed topic primitive by Madan Jampani · 8 years ago
  50. 21d0069 Remove explicit type parameters which can be inferred by Sho SHIMIZU · 8 years ago
  51. 070c319 Remove methods just calling its super by Sho SHIMIZU · 8 years ago
  52. 819d61d Work queue improvements by Madan Jampani · 8 years ago
  53. 35708a9 Distributed work queue primitive by Madan Jampani · 8 years ago
  54. 163efb5 Some improvements around EventuallyConsistentMapBuilder serializer handling. by HIGUCHI Yuta · 8 years ago
  55. 0463cf9 New API for specifying an executor when registering a map listener by Madan Jampani · 8 years ago
  56. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  57. 0e5c94e ONOS-4075 - Distributed virtual network store implementation, by Brian Stanke · 8 years ago
  58. 81fe238 ONOS-4075 TestDistributedSet implementation and Junit tests. by Brian Stanke · 8 years ago
  59. 39fff10 Method name refactor in DistributedPrimitive + Builder for AsyncLeaderElector by Madan Jampani · 8 years ago
  60. 538be74 Refactored primitive builders to consolidate methods into the base DistributedPrimitiveBuilder by Madan Jampani · 8 years ago
  61. 74da78b AsyncConsistentMap methods for supporting transactional updates by Madan Jampani · 8 years ago
  62. cadd70b Refactor transaction support in preparation for migration to latest APIs by Madan Jampani · 8 years ago
  63. e17d328 Adds abstract distributed primitive builder + Refactored AtomicCounter and AtomicValue builder to make use of it. by Madan Jampani · 8 years ago
  64. 533ef98 AtomicValue updates by Madan Jampani · 8 years ago
  65. f95290a Added newValue and oldValue methods to MapEvent. by Madan Jampani · 8 years ago
  66. fa24218 Added destroy() method to DistributedPrimitive interface by Madan Jampani · 8 years ago
  67. a090a11 Added DistributedPrimitive interface by Madan Jampani · 8 years ago
  68. 9887ad9 [Falcon][ONOS-2696] support method "replace" in ConsistentMap and method "notNull" in Match by Jihwan Kim · 8 years ago
  69. b2a383f Implementing computeIf in TestConsistentMap by Brian O'Connor · 8 years ago
  70. 2b8e189 Added an adapter for PersistenceService to be used in unit tests by Madan Jampani · 8 years ago
  71. 66cf0b9 Modifying eventually consistent map and tests to make use of the persistence service. by Aaron Kruglikov · 9 years ago
  72. 82fd632 Adding atomic countetr compare and set method by Aaron Kruglikov · 9 years ago
  73. fd912ac minor name changes and javadoc by andrea · 9 years ago
  74. 8dc81ea Apply JUnit4 style test by Sho SHIMIZU · 9 years ago
  75. d88db6f Use diamond operator by Sho SHIMIZU · 9 years ago
  76. e1248b6 Adding tests for meter service. by alshabib · 9 years ago
  77. e106522 Support for a java.util.Map implementation backed by ConsistentMap by Madan Jampani · 9 years ago
  78. a29c677 Added RetryingFunction for simplified retry support. by Madan Jampani · 9 years ago
  79. 7ffe53d Added a valueOrElse static method to Versioned by Madan Jampani · 9 years ago
  80. 24e60b3 Unit tests for the flow objective store by Ray Milkey · 9 years ago
  81. b3c5ce2 Unit tests for the distributed group store. by Ray Milkey · 9 years ago
  82. 3d6a2f6 ONOS-2429: Support for a relaxed read consistency mode in ConsistentMap by Madan Jampani · 9 years ago
  83. 41b1f3a ONOS-2456 Added usage metrics to Atomic Counter and Distributed Queue plus refactored the code a bit by Flavio Castro · 9 years ago
  84. 6f44033 ONOS-2431 - Unit tests for DistributedNetworkConfigStore by Ray Milkey · 9 years ago
  85. 3595823 Unit test for the gossip intent store by Ray Milkey · 9 years ago
  86. 92ea9b3 Add map name to equals() and toString() calculations by Ray Milkey · 9 years ago
  87. 67d53cc Unit tests for AtomicValueEvent and SetEvent by Ray Milkey · 9 years ago
  88. d083bc4 Improve test coverage for ConsistentMapEvent and WallClockTimestamp by Ray Milkey · 9 years ago
  89. 7804c99 Refactored code to consolidate functionality in Database* classes. by Madan Jampani · 9 years ago
  90. 96495ca Add unit tests for cluster messaging classes by Ray Milkey · 9 years ago
  91. 74d32fd Added unit tests for Versioned and MultiValuedTimestamp classes. by samanwita pal · 9 years ago
  92. d1acfd8 Added unit tests for MapEvent class. by samanwita pal · 9 years ago
  93. e00733a Added unit tests for DatabaseUpdate.java by Samanwita Pal · 9 years ago