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