1. 72a034c Initial implementation of distributed intent batch queue by Brian O'Connor · 9 years ago
  2. f0f2dfc tablet-leader command to check current Raft leader by Yuta HIGUCHI · 9 years ago
  3. 91768e3 Kryo related fixes by Yuta HIGUCHI · 9 years ago
  4. 1ee9178 LeadershipService: Support for a leaderBoard. by Madan Jampani · 9 years ago
  5. 1d3494e Initial cut at Leadership Manager by Madan Jampani · 9 years ago
  6. 1769a1a 1. Adds a lockAsync method to LockService for async lock acquisition. by Madan Jampani · 9 years ago
  7. 71582ed 1. DatabaseManager activate will attempt to listTables to ensure store is in good shape. by Madan Jampani · 9 years ago
  8. 75fb1f4 Slice out byte[] printer by Yuta HIGUCHI · 9 years ago
  9. e198eb8 Printing a summary (total size) when generating toString representation of byte arrays in WriteRequest and VersionedValue by Madan Jampani · 9 years ago
  10. a88d1f5 1. Fixed a synchronization issue with database update processing and expiry tracking. by Madan Jampani · 9 years ago
  11. 3524229 DistributedLinkResourceStore by Yuta HIGUCHI · 10 years ago
  12. 841c0b6 Add getAll to DatabaseService by Yuta HIGUCHI · 9 years ago
  13. 6b38ee3 Minor fixes by Yuta HIGUCHI · 9 years ago
  14. f5d263b Bugfixes for DistributedLockManager functionality by Madan Jampani · 10 years ago
  15. def2c65 Support for expiring Database entries by Madan Jampani · 10 years ago
  16. 9b37d57 Using net.jodah.expiringmap.ExpiringMap for tracking ttl expiration of database entries. by Madan Jampani · 10 years ago
  17. 2292567 Fixing a defect where logical port numbers are listed as part of CLI arg completion. by Thomas Vachuska · 10 years ago
  18. c65d8de Checkstyle corrections. by Madan Jampani · 10 years ago
  19. c22123d Removed dead code by Madan Jampani · 10 years ago
  20. 7aad233 Replace Collections.unmodifiableList with guava ImmutableList by Madan Jampani · 10 years ago
  21. 23af4fc Fixed checkstyle issues by Madan Jampani · 10 years ago
  22. 12390c1 Reworked DatabaseService API. Initial implementation of LockManager. by Madan Jampani · 10 years ago
  23. 32fe780 Fixed javadoc comments for Lock. by Madan Jampani · 10 years ago
  24. 1e791e1 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 10 years ago
  25. f73fb04 Added LockService interface. by Madan Jampani · 10 years ago
  26. f846844 DatabaseClient: fixed to use copycat instance instead by Yuta HIGUCHI · 10 years ago
  27. 76b54bf ClusterMessagingProtocolServer: start listening at correct timing by Yuta HIGUCHI · 10 years ago
  28. 361664e Add sample accessing database service to Foo by Yuta HIGUCHI · 10 years ago
  29. 8261012 move to API bundle by Yuta HIGUCHI · 10 years ago
  30. 5c94727 javadoc fixes by Yuta HIGUCHI · 10 years ago
  31. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  32. 24f9efb sendAndReceive now returns a Future instead of Reponse by Madan Jampani · 10 years ago
  33. 02eacfe ClusterMessageResponse to provide Future interface by Yuta HIGUCHI · 10 years ago
  34. 8a89509 Added support for responding directly via a cluster message received from a peer by Madan Jampani · 10 years ago
  35. 4a9cb6d Added sendAndReceive API to ClusterCommunicationService by Madan Jampani · 10 years ago
  36. 6e50173 cosmetics by Yuta HIGUCHI · 10 years ago
  37. a10f388 Moved ClusterCommunicationService related to api bundle by Yuta HIGUCHI · 10 years ago
  38. 093e83e Refactoring by Yuta HIGUCHI · 10 years ago
  39. fa891c9 Revert "Refactoring to move code to right locations. Attempt at breaking dependency cycles." by Yuta HIGUCHI · 10 years ago
  40. d40483d Revert "Refactored code in an attempt to break dependency cycles" by Yuta HIGUCHI · 10 years ago
  41. 195af6e Refactored code in an attempt to break dependency cycles by Madan Jampani · 10 years ago
  42. 58819b4 Refactoring to move code to right locations. Attempt at breaking dependency cycles. by Madan Jampani · 10 years ago
  43. 255a58b GossipDeviceStore: Notifying applications of latest topology events received from peers by Madan Jampani · 10 years ago
  44. 24b2e2a Fix Mastership timstamping issue by Yuta HIGUCHI · 10 years ago
  45. 68b3494 Sliced out Provider-ish API from ClockService by Yuta HIGUCHI · 10 years ago
  46. 67a527f implemented GossipDeviceStore with multi-provider, annotation support by Yuta HIGUCHI · 10 years ago
  47. 2e96389 moving around Madan's pieces by Yuta HIGUCHI · 10 years ago
  48. e76a24d Bundle restructuring by Yuta HIGUCHI · 10 years ago
  49. 497c884 Timestamp, OnosTimestamp and it's serializer by Yuta HIGUCHI · 10 years ago
  50. ca55e64 Reworked AbstractDistributedStore RemoteEventHandler to allow delegating various events to accommodate cache-specific behaviours. by tom · 10 years ago
  51. f80c972 Enahnced link and host stores to extend general store. by tom · 10 years ago
  52. 0755a36 Added notion of a general Store abstraction and wired it up in ClusterStore. by tom · 10 years ago