1. 7a6cfdd Remove a method almost duplicated in other method by Sho SHIMIZU · 8 years ago
  2. 34847b7 Avoid unnecessary allocations needed to convert List to Set by Sho SHIMIZU · 8 years ago
  3. 65de961 Compaction of discrete resources with range based representation by Sho SHIMIZU · 8 years ago
  4. 02e6e20 Add facade object called UnifiedDiscreteResources by Sho SHIMIZU · 8 years ago
  5. 32f57e9 Introduce abstract interface for set of discrete resources by Sho SHIMIZU · 8 years ago
  6. b85000d Define a class representing a set of discrete resources by Sho SHIMIZU · 8 years ago
  7. 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/TransactionalDiscreteResourceStore.java]
  8. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  9. d82dc5b Tighten method's visibility by Sho SHIMIZU · 8 years ago
  10. c7ffdfe Refactor: Move allocation check into transactional store implementation by Sho SHIMIZU · 8 years ago
  11. a81141b Tighten return type to specific resource type by Sho SHIMIZU · 8 years ago
  12. 1bf46b1 Refactor: Simplify register() and unregister() in transactional stores by Sho SHIMIZU · 8 years ago
  13. a2d99eb Rename methods to register and unregister resources by Sho SHIMIZU · 8 years ago
  14. 22fb283 Separate ResourceStore into stores for discrete and continuous type by Sho SHIMIZU · 8 years ago