Uses of Class
uk.ac.manchester.spinnaker.storage.RegionInfo
Package | Description |
---|---|
uk.ac.manchester.spinnaker.storage |
Storage management.
|
uk.ac.manchester.spinnaker.storage.sqlite |
Storage management implementation that uses SQLite.
|
-
Uses of RegionInfo in uk.ac.manchester.spinnaker.storage
Methods in uk.ac.manchester.spinnaker.storage that return types with arguments of type RegionInfo Modifier and Type Method Description Map<Integer,RegionInfo>
DSEStorage. getRegionPointersAndContent(CoreLocation xyp)
Gets a map of region ids to pointers and content Maps only regions with a none zero size. -
Uses of RegionInfo in uk.ac.manchester.spinnaker.storage.sqlite
Methods in uk.ac.manchester.spinnaker.storage.sqlite that return types with arguments of type RegionInfo Modifier and Type Method Description HashMap<Integer,RegionInfo>
SQLiteDataSpecStorage. getRegionPointersAndContent(CoreLocation xyp)