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