1. 0b4e9dd Rename arguments to be more descriptive by Sho SHIMIZU · 8 years ago
  2. 34847b7 Avoid unnecessary allocations needed to convert List to Set by Sho SHIMIZU · 8 years ago
  3. 3120d82 Remove argument which is not necessarily passed by Sho SHIMIZU · 8 years ago
  4. 38bcfcf Stop passing duplicate original continuous resource by Sho SHIMIZU · 8 years ago
  5. dffe3b8 Change hasEnoughResource() to instance method from static method by Sho SHIMIZU · 8 years ago
  6. 7ecf5ea Rename class by replacing Store with SubStore by Sho SHIMIZU · 8 years ago[Renamed (97%) from core/store/dist/src/main/java/org/onosproject/store/resource/impl/TransactionalContinuousResourceStore.java]
  7. efb7511 Move the resource allocation details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  8. 0a07c07 Move hasEnoughResource() to ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  9. b218396 Move the resource release details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  10. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  11. 7135a90 Simplify if-statement by Sho SHIMIZU · 8 years ago
  12. d82dc5b Tighten method's visibility by Sho SHIMIZU · 8 years ago
  13. 860bb53 Refactor: Simplify if-statement by Sho SHIMIZU · 8 years ago
  14. a7e3277 Refactor: Rename by Sho SHIMIZU · 8 years ago
  15. 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
  16. c7ffdfe Refactor: Move allocation check into transactional store implementation by Sho SHIMIZU · 8 years ago
  17. a81141b Tighten return type to specific resource type by Sho SHIMIZU · 8 years ago
  18. deb0442 Pull out ContinuousResourceAllocation from ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  19. 1bf46b1 Refactor: Simplify register() and unregister() in transactional stores by Sho SHIMIZU · 8 years ago
  20. a2d99eb Rename methods to register and unregister resources by Sho SHIMIZU · 8 years ago
  21. 22fb283 Separate ResourceStore into stores for discrete and continuous type by Sho SHIMIZU · 8 years ago