1. 9cc4a24 Make resource retrieval more efficient when specifing resource type by Sho SHIMIZU · 8 years ago
  2. 7a6cfdd Remove a method almost duplicated in other method by Sho SHIMIZU · 8 years ago
  3. e3718a8 Simplify method by Sho SHIMIZU · 8 years ago
  4. 226d041 Use concrete type instead of interface by Sho SHIMIZU · 8 years ago
  5. 68e8bfa Add missing equals(), hashCode() and toString() by Sho SHIMIZU · 8 years ago
  6. 4fe6b23 Cosmetics by Sho SHIMIZU · 8 years ago
  7. 34847b7 Avoid unnecessary allocations needed to convert List to Set by Sho SHIMIZU · 8 years ago
  8. b403a19 Remove constants that are no longer used by Sho SHIMIZU · 8 years ago
  9. c637188 Removed operation retry wrappers around various consistent map/atomic counter operations by Madan Jampani · 8 years ago
  10. 13bf46e Fix bug causing ClassCastException by Sho SHIMIZU · 8 years ago
  11. 9db6da6 Add DiscreteResourceCodec for PortNumber by Sho SHIMIZU · 8 years ago
  12. 758cf63 Reduce the memory usage by RangeSet in backing data structure by Sho SHIMIZU · 8 years ago
  13. 59512bf Rename to match the name of classes that are supplied to codec by Sho SHIMIZU · 8 years ago
  14. 88bb539 Make DiscreteResourceCodecs package private by Sho SHIMIZU · 8 years ago
  15. eeef6f4 Refactor: Move DiscreteResourceCodecs to impl package by Sho SHIMIZU · 8 years ago
  16. 2795d63 Make serialized resources more compact to omit redundant parent resource ID by Sho SHIMIZU · 8 years ago
  17. f503a62 Rename NonEncodableDiscreteResources to GenericDiscreteResources by Sho SHIMIZU · 8 years ago
  18. 65de961 Compaction of discrete resources with range based representation by Sho SHIMIZU · 8 years ago
  19. e4f76ed Add a set of discrete resources that can be encoded as interger by Sho SHIMIZU · 8 years ago
  20. f57d600 Add a DiscreteResources sub type representing an empty set by Sho SHIMIZU · 8 years ago
  21. 6ec2eca Add Codecs class holding DiscreteResourceCodecs by Sho SHIMIZU · 8 years ago
  22. a4861d4 Simplify expressions by Sho SHIMIZU · 8 years ago
  23. 09cd615 Remove unused variable by Sho SHIMIZU · 8 years ago
  24. 02e6e20 Add facade object called UnifiedDiscreteResources by Sho SHIMIZU · 8 years ago
  25. 94e8a16 Write Javadoc for DiscreteResources by Sho SHIMIZU · 8 years ago
  26. 32f57e9 Introduce abstract interface for set of discrete resources by Sho SHIMIZU · 8 years ago
  27. b85000d Define a class representing a set of discrete resources by Sho SHIMIZU · 8 years ago
  28. 3120d82 Remove argument which is not necessarily passed by Sho SHIMIZU · 8 years ago
  29. e9298da Remove unused method by Sho SHIMIZU · 8 years ago
  30. 8fb4ad7 Create default contstructor for serialization by Sho SHIMIZU · 8 years ago
  31. 38bcfcf Stop passing duplicate original continuous resource by Sho SHIMIZU · 8 years ago
  32. dffe3b8 Change hasEnoughResource() to instance method from static method by Sho SHIMIZU · 8 years ago
  33. 7ecf5ea Rename class by replacing Store with SubStore by Sho SHIMIZU · 8 years ago
  34. efb7511 Move the resource allocation details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  35. 0a07c07 Move hasEnoughResource() to ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  36. b218396 Move the resource release details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  37. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  38. 7135a90 Simplify if-statement by Sho SHIMIZU · 8 years ago
  39. d82dc5b Tighten method's visibility by Sho SHIMIZU · 8 years ago
  40. 860bb53 Refactor: Simplify if-statement by Sho SHIMIZU · 8 years ago
  41. a7e3277 Refactor: Rename by Sho SHIMIZU · 8 years ago
  42. b05d70a Resource Store Defect Fix: Allowing allocation/release of more than 1 continous resource from same consumer with same value by Satish K · 8 years ago
  43. e99af22 Simplify method by removing transient use of Map.Entry by Sho SHIMIZU · 8 years ago
  44. c7ffdfe Refactor: Move allocation check into transactional store implementation by Sho SHIMIZU · 8 years ago
  45. 84ff8fc Resource Store Bug Fix: Query allocated resources based on consumer id always return the Original continous resource value and not the allocated value of this consumer by Satish K · 8 years ago
  46. a81141b Tighten return type to specific resource type by Sho SHIMIZU · 8 years ago
  47. 47057c0 Refactor: Simplify getAllocatedResources() in ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  48. deb0442 Pull out ContinuousResourceAllocation from ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  49. 1bf46b1 Refactor: Simplify register() and unregister() in transactional stores by Sho SHIMIZU · 8 years ago
  50. a2d99eb Rename methods to register and unregister resources by Sho SHIMIZU · 8 years ago
  51. d66148a Inline method by Sho SHIMIZU · 8 years ago
  52. 001e3f2 Tighten type of argument by Sho SHIMIZU · 8 years ago
  53. 22fb283 Separate ResourceStore into stores for discrete and continuous type by Sho SHIMIZU · 8 years ago
  54. 03be266 Separate the child map into two child maps for each resource type by Sho SHIMIZU · 8 years ago
  55. 6f58422 Removing MISC, BASIC from registration, they are subset of API by HIGUCHI Yuta · 8 years ago
  56. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  57. 3780d4b ONOS-4218: Fixes for resource store transaction failures by Madan Jampani · 8 years ago
  58. 3bac1c3 bugfix: Partial allocation of ContinuousResource always allocates full amount of the resource. by Naoki Shiota · 8 years ago
  59. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  60. 05b24f8 Remove LinkResourceStore and its implementations by Sho SHIMIZU · 8 years ago
  61. 739873b Move IntentSetMultimap to the intent package by Sho SHIMIZU · 8 years ago
  62. 364cbac Make the old resource APIs deprecated by Sho SHIMIZU · 9 years ago
  63. 1e0a34c Fix bug that true is always returned even in failure cases by Sho SHIMIZU · 9 years ago
  64. 0d03761 Avoid overlap of resource allocations by Sho SHIMIZU · 9 years ago
  65. cfe707a Add @Beta annotation because APIs is not stabilized yet by Sho SHIMIZU · 9 years ago
  66. 1dcef07 Remove a conditional branch that is not meaningful by Sho SHIMIZU · 9 years ago
  67. e289f43 Narrow exceptions to be caught by Sho SHIMIZU · 9 years ago
  68. 1bd72c2 Reduce duplicated code by Sho SHIMIZU · 9 years ago
  69. eca9f35 Don't create an empty set by using Stream API by Sho SHIMIZU · 9 years ago
  70. 04ae54a Use switch statement instead of if statement by Sho SHIMIZU · 9 years ago
  71. 48588a7 Refactor: Reduce depth of indent by Sho SHIMIZU · 9 years ago
  72. e1b463b Remove wildcard type parameter to simplify declarations by Sho SHIMIZU · 9 years ago
  73. a005a6e5 Refactor: Reduce depth of indent by Sho SHIMIZU · 9 years ago
  74. a890e7c Refactor: Simplify statements by Sho SHIMIZU · 9 years ago
  75. f618cb0 Refactor: Remove null check by Sho SHIMIZU · 9 years ago
  76. 88d36e2 Refactor: Reduce depth of indent by Sho SHIMIZU · 9 years ago
  77. 26e46c7 Remove unused field by Sho SHIMIZU · 9 years ago
  78. 7d20af1 Refactor: Rename to more descriptive name by Sho SHIMIZU · 9 years ago
  79. 5f1fa01 Refactor: Remove unused fields by Sho SHIMIZU · 9 years ago
  80. 506f287f Refactor: Remove unused methods by Sho SHIMIZU · 9 years ago
  81. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  82. 200a739 Simplify statements to define serializer just for KryoNamespaces.API by Sho SHIMIZU · 9 years ago
  83. c973308 Static optical madness. Fix in device resource store. Javadoc. by Marc De Leenheer · 9 years ago
  84. 723f553 Allow static lambda and port mappings (ONOS-2067). by Marc De Leenheer · 9 years ago
  85. 8117f36 Fixes for resource-related test CLI commands: by Ayaka Koshibe · 9 years ago
  86. 4a1c1fa Bidirectional optical intents (ONOS-2055). by Marc De Leenheer · 9 years ago
  87. bcb0237 Bug fixes for Optical Intent installation and removal by Ayaka Koshibe · 9 years ago
  88. 9f7d189 Release resources when intent is withdrawn (ONOS-2048). by Marc De Leenheer · 9 years ago
  89. 8c2caac Support for OTN using optical circuit intents. Refined DeviceResourceService. by Marc De Leenheer · 9 years ago
  90. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  91. ba082b8 Removing hazelcat dependency throughout. by Thomas Vachuska · 9 years ago
  92. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  93. de3e92e 【ONOS-1223】【ONOS-1870】the implements of label resource APIs.it include by jcc · 9 years ago
  94. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  95. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  96. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  97. 474ef5f Enable ConsistentLinkResourceStore by default by Ayaka Koshibe · 9 years ago
  98. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  99. e97fec4 Remove deprecated code. by Madan Jampani · 9 years ago
  100. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago