Uses of Class
uk.ac.manchester.spinnaker.storage.DSEStorage.Ethernet
Package | Description |
---|---|
uk.ac.manchester.spinnaker.storage |
Storage management.
|
uk.ac.manchester.spinnaker.storage.sqlite |
Storage management implementation that uses SQLite.
|
-
Uses of DSEStorage.Ethernet in uk.ac.manchester.spinnaker.storage
Methods in uk.ac.manchester.spinnaker.storage that return types with arguments of type DSEStorage.Ethernet Modifier and Type Method Description List<DSEStorage.Ethernet>
DSEStorage. listEthernetsToLoad()
Get a list of all ethernets that need to have DSE loading done on them.Methods in uk.ac.manchester.spinnaker.storage with parameters of type DSEStorage.Ethernet Modifier and Type Method Description List<CoreLocation>
DSEStorage. listCoresToLoad(DSEStorage.Ethernet ethernet, boolean loadSystemCores)
Get a list of all cores that need to be done for a particular ethernet. -
Uses of DSEStorage.Ethernet in uk.ac.manchester.spinnaker.storage.sqlite
Methods in uk.ac.manchester.spinnaker.storage.sqlite that return types with arguments of type DSEStorage.Ethernet Modifier and Type Method Description List<DSEStorage.Ethernet>
SQLiteDataSpecStorage. listEthernetsToLoad()
Methods in uk.ac.manchester.spinnaker.storage.sqlite with parameters of type DSEStorage.Ethernet Modifier and Type Method Description List<CoreLocation>
SQLiteDataSpecStorage. listCoresToLoad(DSEStorage.Ethernet ethernet, boolean loadSystemCores)