1. 7332fe4 Add method to get available resources filtered by its type by Sho SHIMIZU · 8 years ago
  2. caa2f7b Refactor Resoruce/ResourceId sub-types by Sho SHIMIZU · 8 years ago
  3. e5930cc Fix bug of Resource#isSubTypeOf() and improve unit test coverage by Sho SHIMIZU · 8 years ago
  4. 74ac901 Add a method to get resource type name: simpleTypeName() by Sho SHIMIZU · 8 years ago
  5. f08cb4c Define valueAs() to get the enclosed value and remove volume() by Sho SHIMIZU · 8 years ago
  6. 003ed32 Add a method to check the type of resource by Sho SHIMIZU · 8 years ago
  7. 37a038b Update Javadoc by Sho SHIMIZU · 8 years ago
  8. 0e1a476 Add precondition check to guarantee non-null by Sho SHIMIZU · 8 years ago
  9. 3163a64 Remove an unnecessary blank line by Sho SHIMIZU · 8 years ago
  10. b08d586 Refactor: Rename Resource#isTypeOf() to isSubTypeOf() by Sho SHIMIZU · 8 years ago
  11. 446fdf0 Cosmetics: Rearrange the method definitino order by Sho SHIMIZU · 8 years ago
  12. 5615126 Roll back resource API changes that triggered a bug in the Java compiler by Jonathan Hart · 8 years ago
  13. fc64ffe Refactor: change method parameter type of ResourceStore#release() by Sho SHIMIZU · 8 years ago
  14. 84515f3 Use lower bound wildcard for API to be more flexible by Sho SHIMIZU · 8 years ago
  15. 3547d5b Remove obsolete ToDo comment by Sho SHIMIZU · 8 years ago
  16. 7b32697 Simplify method names by removing redundancy by Sho SHIMIZU · 8 years ago
  17. 72f81b1 Use ResourceId when unregistering resources instead of Resource by Sho SHIMIZU · 8 years ago
  18. 49fff75 Avoid creating an instance when calling resource() by Sho SHIMIZU · 8 years ago
  19. 9c02f3a Hide underlying components from public use by Sho SHIMIZU · 8 years ago
  20. dd3750c Use ResourceId or DiscreteResourceId when specifying a resource by Sho SHIMIZU · 8 years ago
  21. 83258ae Use more concrete type for return value by Sho SHIMIZU · 8 years ago
  22. dc4394c Implement toString() by HIGUCHI Yuta · 8 years ago
  23. 7a070c0 Write TODO comments by Sho SHIMIZU · 8 years ago
  24. 6a717dc Restrict exposure to public by Sho SHIMIZU · 8 years ago
  25. 2486ddd Pull up components() method as an abstract method by Sho SHIMIZU · 8 years ago
  26. 26a78df Fix typo by Sho SHIMIZU · 8 years ago
  27. 19816f4 Revise Javadoc by Sho SHIMIZU · 8 years ago
  28. 460b972 Move static factory methods to the utility class by Sho SHIMIZU · 8 years ago
  29. f95b96e Change the APIs to instantiate Resource and ResourceId by Sho SHIMIZU · 8 years ago
  30. 7f8a7cb Define zero argument contructoris for the serializer by Sho SHIMIZU · 8 years ago
  31. 7dac8a4 Change the return type of ResourceId#parent() by Sho SHIMIZU · 8 years ago
  32. 42ac51f Make fields private to get classes immutable by Sho SHIMIZU · 8 years ago
  33. 1d7c9cb ONOS-3732 Bandwidth resource registration using netcfg. by HIGUCHI Yuta · 8 years ago
  34. 34b55b6 Remove unnecessary method calls by direct access to the field by Sho SHIMIZU · 8 years ago
  35. f0fb361 Fix Javadoc warning by Sho SHIMIZU · 8 years ago
  36. 2a70451 Use concrete types instead of abstract types by Sho SHIMIZU · 8 years ago
  37. 4a1e59f Rename: use plural according to the returned type by Sho SHIMIZU · 8 years ago
  38. f33b893 Move inner classes to upper level by Sho SHIMIZU · 8 years ago
  39. 2d31022 Introduce two specific types of ResourceId for Discrete and Continuous by Sho SHIMIZU · 8 years ago
  40. dff91af Add resource API to query registered resource by HIGUCHI Yuta · 8 years ago
  41. 6f828c3 Bugfix and cosmetic changes to resource subsystem by HIGUCHI Yuta · 8 years ago
  42. 8fa670a Refactor: Rename ResourcePath to Resource for a better name by Sho SHIMIZU · 8 years ago
  43. 5fb1ea3 Use the word "id" not "key" to get the names matched by Sho SHIMIZU · 8 years ago
  44. 38f561c Fix bug that a list is mistakenly added as an element of another list by Sho SHIMIZU · 8 years ago
  45. 6c9e33a ONOS-3296: Support continuous type resources by Sho SHIMIZU · 8 years ago
  46. 76b30f7 Rename ResourcePath.Key to ResourceId for naming consistency by Sho SHIMIZU · 8 years ago
  47. 7e6d18e Introduce ResourcePath.Key by Sho SHIMIZU · 8 years ago
  48. 11d1609 [Emu] new ResourceService related bug fixes by HIGUCHI Yuta · 8 years ago
  49. b1f1625 Refactor: make ResourcePath construction a bit type-safer by Sho SHIMIZU · 8 years ago
  50. 9e1e9de Add Javadoc by Sho SHIMIZU · 8 years ago
  51. 6196cae Attach @Beta annotation to ResourcePath sub-classes by Sho SHIMIZU · 8 years ago
  52. 2c7cecf Generalize the methods in ResourceAdminService by Sho SHIMIZU · 9 years ago
  53. e552456 Fix Javadoc warnings by Sho SHIMIZU · 8 years ago
  54. 69dc584 Fix the issue of ONOS-3423 by Sho SHIMIZU · 8 years ago
  55. e1c343e Fixing errant import that snuck in by Brian O'Connor · 8 years ago
  56. 63ff35a Temporarily commenting out the device and link resource service listeners by Brian O'Connor · 8 years ago
  57. 60ac58e Add sub-types to distinguish type of resources by Sho SHIMIZU · 9 years ago
  58. c9546a3 Refactor ResourcePath internal implementation by Sho SHIMIZU · 9 years ago
  59. 7326188 Fix grammatical errors by Sho SHIMIZU · 9 years ago
  60. fa62b47 Implement event notification of resource event by Sho SHIMIZU · 9 years ago
  61. e7f4f3f Define and implement a method to query available resources by Sho SHIMIZU · 9 years ago
  62. f853b0e Add a method to get resource allocation of the given resource by Sho SHIMIZU · 9 years ago
  63. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  64. f97edc1 Javadoc fixes by Madan Jampani · 9 years ago
  65. 5618ee5 ONOS-2717: Handle duplicate resource unregistration in resource store by Sho SHIMIZU · 9 years ago
  66. ad619f5 Fix grammatical mistake in Javadoc by Sho SHIMIZU · 9 years ago
  67. 4568c41 ONOS-2716: Handle duplicate registration in resource store by Sho SHIMIZU · 9 years ago
  68. 0112078 Refactor: Extract method to check if resource path is root by Sho SHIMIZU · 9 years ago
  69. 83e17a0 ONOS-2710: Change singnatures of register/unregister in ResourceStore by Sho SHIMIZU · 9 years ago
  70. 2d8a13a ONOS-2692: Implement methods to unregister resources by Sho SHIMIZU · 9 years ago
  71. 726a358 Pull up methods from ResourceManager to ResourceService by Sho SHIMIZU · 9 years ago
  72. ba41fc1 ONOS-2446: Implement API to declare resource hierarchy by Sho SHIMIZU · 9 years ago
  73. 1f5e591 Resource API changes as preparation for hierarchy support (ONOS-2446) by Sho SHIMIZU · 9 years ago
  74. 70ee1ee ONOS-2445: Implement API to declare resource boundary by Sho SHIMIZU · 9 years ago
  75. d894b5d Fixing javadoc warnings, provided missing package javadocs and corrected group structure. by Thomas Vachuska · 9 years ago
  76. 78ee25c ONOS-2387: Initial implement ResourceService by Sho SHIMIZU · 9 years ago
  77. 7727175 Create constructors with zero argument for serialization by Sho SHIMIZU · 9 years ago
  78. 4ed2559 Add default implementation for Resource/ResourceAllocation by Sho SHIMIZU · 9 years ago
  79. abd849c ONOS-2382: Define a new resource management API by Sho SHIMIZU · 9 years ago