1. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  2. 12d5ec4 [ONOS-6479] Synchronously bootstrap EventuallyConsistentMap by Jordan Halterman · 7 years ago
  3. d198b88 [ONOS-3591] Anti-Entropy speed up via push/pull interaction by Jon Hall · 8 years ago
  4. e729065 Deprecate KryoSerializer. by HIGUCHI Yuta · 8 years ago
  5. 29f52a3 ONOS-2322: Support for periodic purging of ECMap tombstones by Madan Jampani · 8 years ago
  6. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  7. f4c8850 Refactor change: Moved all distributed primitive implementation classes into onos-core-primitives bundle by Madan Jampani · 8 years ago[Renamed (99%) from core/store/dist/src/test/java/org/onosproject/store/ecmap/EventuallyConsistentMapImplTest.java]
  8. 2b8e189 Added an adapter for PersistenceService to be used in unit tests by Madan Jampani · 8 years ago
  9. 66cf0b9 Modifying eventually consistent map and tests to make use of the persistence service. by Aaron Kruglikov · 9 years ago
  10. b3c5ce2 Unit tests for the distributed group store. by Ray Milkey · 9 years ago
  11. cab114c Misc improvements. Primarily Javadoc. by Madan Jampani · 9 years ago
  12. 4727a11 Added a compute method to ECMap to simplify map interactions following a read-modify-write template. by Madan Jampani · 9 years ago
  13. d13f3b8 ONOS-2280: Fix NPE in hosts EC map by Madan Jampani · 9 years ago
  14. 3d76c94 Simplified ECMap implmentation by merging items and tombstones maps by Madan Jampani · 9 years ago
  15. 43e9c9c Updated ECMap remove call to return the value that was removed by Madan Jampani · 9 years ago
  16. bcf1a48 Removed ClockService<K, V> and replaced its usage with a BiFunction<K, V, Timestamp> by Madan Jampani · 9 years ago
  17. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  18. 27b69c6 ONOS-1983: Migrating all copycat Raft protocol specific communication to use ONOS cluster communication primitives by Madan Jampani · 9 years ago
  19. 63939a3 Moved generic Timestamp/ClockManager classes to onos-api by Jonathan Hart · 9 years ago
  20. ec5ae34 Use the Executor interface when specifying where to handle incoming messages by Madan Jampani · 9 years ago
  21. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  22. 3e033bd Added a LogicalClockService for ordering arbitrary events in the cluster. Updated couple of areas that are currently vulnerable to clock skew by Madan Jampani · 9 years ago
  23. 6ec029a Implemented a Builder pattern for EventuallyConsistentMaps. by Jonathan Hart · 9 years ago
  24. eeaea2c adding sender-side accumulator to ecmap by Brian O'Connor · 9 years ago
  25. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  26. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  27. 8dc8208 Fix some compiler warnings about unchecked types by Ray Milkey · 9 years ago
  28. b28e4ad Fix EventuallyConsistentMapImpl unit tests. by Madan Jampani · 9 years ago
  29. 04f4615 Disabling all tests in EventuallyConsistentMapImplTest temporarily. by Madan Jampani · 9 years ago
  30. 2872628 EventuallyConsistentMap: move broadcasting to a separate backgroup thread. by Madan Jampani · 9 years ago
  31. 77bdd26 Moved EventuallyConsistentMap classes into their own package. by Jonathan Hart · 9 years ago[Renamed (99%) from core/store/dist/src/test/java/org/onosproject/store/impl/EventuallyConsistentMapImplTest.java]
  32. 5ec32ba Finished implementation of GossipIntentStore based on new API and semantics. by Jonathan Hart · 9 years ago
  33. f910823 Pulled internal event classes out of EventuallyConsistentMap class for clarity. by Jonathan Hart · 9 years ago
  34. 584d2f3 Unit tests for EventuallyConsistentMapImpl. by Jonathan Hart · 9 years ago