1. 3780d4b ONOS-4218: Fixes for resource store transaction failures by Madan Jampani · 8 years ago
  2. 3bac1c3 bugfix: Partial allocation of ContinuousResource always allocates full amount of the resource. by Naoki Shiota · 8 years ago
  3. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago[Renamed (97%) from core/store/dist/src/main/java/org/onosproject/store/newresource/impl/ConsistentResourceStore.java]
  4. 25938a5 Add logging in ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  5. 67c9010 Change the behavior of resource registration to fix ONOS-3827 by Sho SHIMIZU · 8 years ago
  6. 315179a Workaround for old compiler by HIGUCHI Yuta · 8 years ago
  7. 6acdfd0 ONOS-3996 shorter warn log message by HIGUCHI Yuta · 8 years ago
  8. 1992daf Fix bug: Prevent a resource with the existing ID from being registered by Sho SHIMIZU · 8 years ago
  9. 7d54d9c Reduce the number of accesses to consistent map by Sho SHIMIZU · 8 years ago
  10. 5fab6e5 Stop using explicit Optional#get() by Sho SHIMIZU · 8 years ago
  11. 003ed32 Add a method to check the type of resource by Sho SHIMIZU · 8 years ago
  12. 171a938 Refactor: extract the same procedures by Sho SHIMIZU · 8 years ago
  13. 9003924 Reduce the nubmer of access to consistent map for performance by Sho SHIMIZU · 8 years ago
  14. f17ae28 Refactor: Move logic for continuous resource to another method by Sho SHIMIZU · 8 years ago
  15. a6a6fd3 Fast path in the resource store for discrete resource by Sho SHIMIZU · 8 years ago
  16. 5615126 Roll back resource API changes that triggered a bug in the Java compiler by Jonathan Hart · 8 years ago
  17. 6f74730 Improve the performance of ResourceManager#getAvailableResources() by Sho SHIMIZU · 8 years ago
  18. fc64ffe Refactor: change method parameter type of ResourceStore#release() by Sho SHIMIZU · 8 years ago
  19. 84515f3 Use lower bound wildcard for API to be more flexible by Sho SHIMIZU · 8 years ago
  20. 69420fe Preserve the original order when registering/unregistering by Sho SHIMIZU · 8 years ago
  21. 72f81b1 Use ResourceId when unregistering resources instead of Resource by Sho SHIMIZU · 8 years ago
  22. 82bfe99 Fix comment by Sho SHIMIZU · 8 years ago
  23. dd3750c Use ResourceId or DiscreteResourceId when specifying a resource by Sho SHIMIZU · 8 years ago
  24. 07b7bc9 Use specific types instead of using type parameters by Sho SHIMIZU · 8 years ago
  25. 83258ae Use more concrete type for return value by Sho SHIMIZU · 8 years ago
  26. dc4394c Implement toString() by HIGUCHI Yuta · 8 years ago
  27. 5b6dfba - adding more log by HIGUCHI Yuta · 8 years ago
  28. 4a1e59f Rename: use plural according to the returned type by Sho SHIMIZU · 8 years ago
  29. f33b893 Move inner classes to upper level by Sho SHIMIZU · 8 years ago
  30. 2d31022 Introduce two specific types of ResourceId for Discrete and Continuous by Sho SHIMIZU · 8 years ago
  31. 6f828c3 Bugfix and cosmetic changes to resource subsystem by HIGUCHI Yuta · 8 years ago
  32. 2c0ae12 Always use ImmutableList.of() when returning an empty list by Sho SHIMIZU · 8 years ago
  33. 8fa670a Refactor: Rename ResourcePath to Resource for a better name by Sho SHIMIZU · 8 years ago
  34. 6c9e33a ONOS-3296: Support continuous type resources by Sho SHIMIZU · 8 years ago
  35. 762a2d8 Fixing various exception issues. by Thomas Vachuska · 8 years ago
  36. c7f49f9 ONOS-3565: Retry host store updates that fail due to concurrent modification by Madan Jampani · 8 years ago
  37. c9546a3 Refactor ResourcePath internal implementation by Sho SHIMIZU · 8 years ago
  38. 73130f7 Refactor: Use putIfAbsent() to show the intention more clearly by Sho SHIMIZU · 8 years ago
  39. 93a74b3 Fix bug that exception is thrown when key doesn't exist by Sho SHIMIZU · 8 years ago
  40. e7db614 Register the root resoruce path by Sho SHIMIZU · 9 years ago
  41. fa62b47 Implement event notification of resource event by Sho SHIMIZU · 9 years ago
  42. 1e0a34c Fix bug that true is always returned even in failure cases by Sho SHIMIZU · 9 years ago
  43. e7f4f3f Define and implement a method to query available resources by Sho SHIMIZU · 9 years ago
  44. 9a2b829 Enable new resource APIs and re-enable optical intent compilers by Sho SHIMIZU · 9 years ago
  45. ba1f83b Fix typo by Sho SHIMIZU · 9 years ago
  46. 5618ee5 ONOS-2717: Handle duplicate resource unregistration in resource store by Sho SHIMIZU · 9 years ago
  47. 4568c41 ONOS-2716: Handle duplicate registration in resource store by Sho SHIMIZU · 9 years ago
  48. 0112078 Refactor: Extract method to check if resource path is root by Sho SHIMIZU · 9 years ago
  49. 83e17a0 ONOS-2710: Change singnatures of register/unregister in ResourceStore by Sho SHIMIZU · 9 years ago
  50. 2a1b233 Refactor: Rename a method by Sho SHIMIZU · 9 years ago
  51. 2d8a13a ONOS-2692: Implement methods to unregister resources by Sho SHIMIZU · 9 years ago
  52. ba41fc1 ONOS-2446: Implement API to declare resource hierarchy by Sho SHIMIZU · 9 years ago
  53. 1f5e591 Resource API changes as preparation for hierarchy support (ONOS-2446) by Sho SHIMIZU · 9 years ago
  54. d29847f Refactor to avoid trivial errors in transactions by Sho SHIMIZU · 9 years ago
  55. 264e4b7 Catch a specific exception, not generic Exception by Sho SHIMIZU · 9 years ago
  56. 78ee25c ONOS-2387: Initial implement ResourceService by Sho SHIMIZU · 9 years ago