1. 43e9c9c Updated ECMap remove call to return the value that was removed by Madan Jampani · 9 years ago
  2. bcf1a48 Removed ClockService<K, V> and replaced its usage with a BiFunction<K, V, Timestamp> by Madan Jampani · 9 years ago
  3. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  4. 27b69c6 ONOS-1983: Migrating all copycat Raft protocol specific communication to use ONOS cluster communication primitives by Madan Jampani · 9 years ago
  5. 63939a3 Moved generic Timestamp/ClockManager classes to onos-api by Jonathan Hart · 9 years ago
  6. ec5ae34 Use the Executor interface when specifying where to handle incoming messages by Madan Jampani · 9 years ago
  7. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  8. 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
  9. 6ec029a Implemented a Builder pattern for EventuallyConsistentMaps. by Jonathan Hart · 9 years ago
  10. eeaea2c adding sender-side accumulator to ecmap by Brian O'Connor · 9 years ago
  11. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  12. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  13. 8dc8208 Fix some compiler warnings about unchecked types by Ray Milkey · 9 years ago
  14. b28e4ad Fix EventuallyConsistentMapImpl unit tests. by Madan Jampani · 9 years ago
  15. 04f4615 Disabling all tests in EventuallyConsistentMapImplTest temporarily. by Madan Jampani · 9 years ago
  16. 2872628 EventuallyConsistentMap: move broadcasting to a separate backgroup thread. by Madan Jampani · 9 years ago
  17. 77bdd26 Moved EventuallyConsistentMap classes into their own package. by Jonathan Hart · 9 years ago