1. 5a91f39 Add retry for ResourceSubStores by Sacheth Hegde · 6 years ago
  2. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  3. ab9fa37 Initial empty value should not force overwrite existing. by Yuta HIGUCHI · 7 years ago
  4. 498fa1d Bump Guava to 21.0 by Yuta HIGUCHI · 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. 9cc4a24 Make resource retrieval more efficient when specifing resource type by Sho SHIMIZU · 8 years ago
  8. c637188 Removed operation retry wrappers around various consistent map/atomic counter operations by Madan Jampani · 8 years ago
  9. 38bcfcf Stop passing duplicate original continuous resource by Sho SHIMIZU · 8 years ago
  10. dffe3b8 Change hasEnoughResource() to instance method from static method by Sho SHIMIZU · 8 years ago
  11. 7ecf5ea Rename class by replacing Store with SubStore by Sho SHIMIZU · 8 years ago[Renamed (95%) from core/store/dist/src/main/java/org/onosproject/store/resource/impl/ConsistentContinuousResourceStore.java]
  12. 0a07c07 Move hasEnoughResource() to ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  13. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  14. e99af22 Simplify method by removing transient use of Map.Entry by Sho SHIMIZU · 8 years ago
  15. 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
  16. deb0442 Pull out ContinuousResourceAllocation from ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  17. 22fb283 Separate ResourceStore into stores for discrete and continuous type by Sho SHIMIZU · 8 years ago