1. 6440b09 Fix incorrectly spelled DEFAULT_OPERTATION_TIMEOUT_MILLIS constant... Driving me crazy! by Jordan Halterman · 7 years ago
  2. 498fa1d Bump Guava to 21.0 by Yuta HIGUCHI · 7 years ago
  3. 7af71da [ONOS-6460] Retry failed resource register/unregister/allocate/release transactions until success in ResourceStore by Jordan Halterman · 7 years ago
  4. 9eead3c [ONOS-6424] Implement missing equals/hashCode methods in classes used in ResourceStore by Jordan Halterman · 7 years ago
  5. 6359c83 Formalize and document ConsistentResourceStore internal interfaces. This is cleanup in preparation for changes coming in ONOS-4859 by Jordan Halterman · 7 years ago
  6. 9f111e6 ONOS-6081 Do not throw Exception when queried for unknown resource. by Yuta HIGUCHI · 7 years ago
  7. 6193621 Stop showing full list of resources on unregistration failure by Sho SHIMIZU · 7 years ago
  8. a5cda89 Reduce number of Map lookups by Yuta HIGUCHI · 8 years ago
  9. f24b88c Fix map type mismatch by Yuta HIGUCHI · 8 years ago
  10. ef835c9 Make ResourceService API more flexible in parameter by Sho SHIMIZU · 8 years ago
  11. 99514fbb Simplify branch condition by Sho SHIMIZU · 8 years ago
  12. 6847016 Fix bug in releasing a continuous resource by Sho SHIMIZU · 8 years ago
  13. 4920d05 Make sure to supply Kryo serializable set to constructor by Sho SHIMIZU · 8 years ago
  14. a1a590b Fix NoSuchElementException reported in ONOS-4763 and ONOS-4757 by Sho SHIMIZU · 8 years ago
  15. 09ed387 Fix unit tests and bugs of EncodableDiscreteResources by Sho SHIMIZU · 8 years ago
  16. 317b498 Remove a constructor unnecessary due to the custom serializer by Sho SHIMIZU · 8 years ago
  17. 0b4e9dd Rename arguments to be more descriptive by Sho SHIMIZU · 8 years ago
  18. 0e77c50 Performance improvement in deserialization of EncodableDiscreteResources by Sho SHIMIZU · 8 years ago
  19. b15b2ea Avoid extracting resoure set from backing range set by Sho SHIMIZU · 8 years ago
  20. b42d383 Avoid extracting resoure set from backing range set by Sho SHIMIZU · 8 years ago
  21. 326162f Avoid extracting resource set from backing range set by Sho SHIMIZU · 8 years ago
  22. 37fa33c Create of immutable copy of set in the constructor. Fixes a kryo serialization bug by Madan Jampani · 8 years ago
  23. e96a9e3 Rename to avoid confusion with values and values() by Sho SHIMIZU · 8 years ago
  24. 9e3031a Add short-cut path taking when the paremter type is equal to own type by Sho SHIMIZU · 8 years ago
  25. ecb7898 Add short-cut path taking when the paremter type is equal to own type by Sho SHIMIZU · 8 years ago
  26. 9cc4a24 Make resource retrieval more efficient when specifing resource type by Sho SHIMIZU · 8 years ago
  27. 7a6cfdd Remove a method almost duplicated in other method by Sho SHIMIZU · 8 years ago
  28. e3718a8 Simplify method by Sho SHIMIZU · 8 years ago
  29. 226d041 Use concrete type instead of interface by Sho SHIMIZU · 8 years ago
  30. 68e8bfa Add missing equals(), hashCode() and toString() by Sho SHIMIZU · 8 years ago
  31. 4fe6b23 Cosmetics by Sho SHIMIZU · 8 years ago
  32. 34847b7 Avoid unnecessary allocations needed to convert List to Set by Sho SHIMIZU · 8 years ago
  33. b403a19 Remove constants that are no longer used by Sho SHIMIZU · 8 years ago
  34. c637188 Removed operation retry wrappers around various consistent map/atomic counter operations by Madan Jampani · 8 years ago
  35. 13bf46e Fix bug causing ClassCastException by Sho SHIMIZU · 8 years ago
  36. 9db6da6 Add DiscreteResourceCodec for PortNumber by Sho SHIMIZU · 8 years ago
  37. 758cf63 Reduce the memory usage by RangeSet in backing data structure by Sho SHIMIZU · 8 years ago
  38. 59512bf Rename to match the name of classes that are supplied to codec by Sho SHIMIZU · 8 years ago
  39. 88bb539 Make DiscreteResourceCodecs package private by Sho SHIMIZU · 8 years ago
  40. eeef6f4 Refactor: Move DiscreteResourceCodecs to impl package by Sho SHIMIZU · 8 years ago
  41. 2795d63 Make serialized resources more compact to omit redundant parent resource ID by Sho SHIMIZU · 8 years ago
  42. f503a62 Rename NonEncodableDiscreteResources to GenericDiscreteResources by Sho SHIMIZU · 8 years ago
  43. 65de961 Compaction of discrete resources with range based representation by Sho SHIMIZU · 8 years ago
  44. e4f76ed Add a set of discrete resources that can be encoded as interger by Sho SHIMIZU · 8 years ago
  45. f57d600 Add a DiscreteResources sub type representing an empty set by Sho SHIMIZU · 8 years ago
  46. 6ec2eca Add Codecs class holding DiscreteResourceCodecs by Sho SHIMIZU · 8 years ago
  47. a4861d4 Simplify expressions by Sho SHIMIZU · 8 years ago
  48. 09cd615 Remove unused variable by Sho SHIMIZU · 8 years ago
  49. 02e6e20 Add facade object called UnifiedDiscreteResources by Sho SHIMIZU · 8 years ago
  50. 94e8a16 Write Javadoc for DiscreteResources by Sho SHIMIZU · 8 years ago
  51. 32f57e9 Introduce abstract interface for set of discrete resources by Sho SHIMIZU · 8 years ago
  52. b85000d Define a class representing a set of discrete resources by Sho SHIMIZU · 8 years ago
  53. 3120d82 Remove argument which is not necessarily passed by Sho SHIMIZU · 8 years ago
  54. e9298da Remove unused method by Sho SHIMIZU · 8 years ago
  55. 8fb4ad7 Create default contstructor for serialization by Sho SHIMIZU · 8 years ago
  56. 38bcfcf Stop passing duplicate original continuous resource by Sho SHIMIZU · 8 years ago
  57. dffe3b8 Change hasEnoughResource() to instance method from static method by Sho SHIMIZU · 8 years ago
  58. 7ecf5ea Rename class by replacing Store with SubStore by Sho SHIMIZU · 8 years ago
  59. efb7511 Move the resource allocation details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  60. 0a07c07 Move hasEnoughResource() to ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  61. b218396 Move the resource release details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  62. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  63. 7135a90 Simplify if-statement by Sho SHIMIZU · 8 years ago
  64. d82dc5b Tighten method's visibility by Sho SHIMIZU · 8 years ago
  65. 860bb53 Refactor: Simplify if-statement by Sho SHIMIZU · 8 years ago
  66. a7e3277 Refactor: Rename by Sho SHIMIZU · 8 years ago
  67. 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
  68. e99af22 Simplify method by removing transient use of Map.Entry by Sho SHIMIZU · 8 years ago
  69. c7ffdfe Refactor: Move allocation check into transactional store implementation by Sho SHIMIZU · 8 years ago
  70. 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
  71. a81141b Tighten return type to specific resource type by Sho SHIMIZU · 8 years ago
  72. 47057c0 Refactor: Simplify getAllocatedResources() in ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  73. deb0442 Pull out ContinuousResourceAllocation from ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  74. 1bf46b1 Refactor: Simplify register() and unregister() in transactional stores by Sho SHIMIZU · 8 years ago
  75. a2d99eb Rename methods to register and unregister resources by Sho SHIMIZU · 8 years ago
  76. d66148a Inline method by Sho SHIMIZU · 8 years ago
  77. 001e3f2 Tighten type of argument by Sho SHIMIZU · 8 years ago
  78. 22fb283 Separate ResourceStore into stores for discrete and continuous type by Sho SHIMIZU · 8 years ago
  79. 03be266 Separate the child map into two child maps for each resource type by Sho SHIMIZU · 8 years ago
  80. 6f58422 Removing MISC, BASIC from registration, they are subset of API by HIGUCHI Yuta · 8 years ago
  81. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  82. 3780d4b ONOS-4218: Fixes for resource store transaction failures by Madan Jampani · 8 years ago
  83. 3bac1c3 bugfix: Partial allocation of ContinuousResource always allocates full amount of the resource. by Naoki Shiota · 8 years ago
  84. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago
  85. 05b24f8 Remove LinkResourceStore and its implementations by Sho SHIMIZU · 8 years ago
  86. 739873b Move IntentSetMultimap to the intent package by Sho SHIMIZU · 8 years ago
  87. 364cbac Make the old resource APIs deprecated by Sho SHIMIZU · 9 years ago
  88. 1e0a34c Fix bug that true is always returned even in failure cases by Sho SHIMIZU · 9 years ago
  89. 0d03761 Avoid overlap of resource allocations by Sho SHIMIZU · 9 years ago
  90. cfe707a Add @Beta annotation because APIs is not stabilized yet by Sho SHIMIZU · 9 years ago
  91. 1dcef07 Remove a conditional branch that is not meaningful by Sho SHIMIZU · 9 years ago
  92. e289f43 Narrow exceptions to be caught by Sho SHIMIZU · 9 years ago
  93. 1bd72c2 Reduce duplicated code by Sho SHIMIZU · 9 years ago
  94. eca9f35 Don't create an empty set by using Stream API by Sho SHIMIZU · 9 years ago
  95. 04ae54a Use switch statement instead of if statement by Sho SHIMIZU · 9 years ago
  96. 48588a7 Refactor: Reduce depth of indent by Sho SHIMIZU · 9 years ago
  97. e1b463b Remove wildcard type parameter to simplify declarations by Sho SHIMIZU · 9 years ago
  98. a005a6e5 Refactor: Reduce depth of indent by Sho SHIMIZU · 9 years ago
  99. a890e7c Refactor: Simplify statements by Sho SHIMIZU · 9 years ago
  100. f618cb0 Refactor: Remove null check by Sho SHIMIZU · 9 years ago