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