Uses of Class
uk.ac.manchester.spinnaker.storage.StorageException
Packages that use StorageException
Package
Description
Storage management.
Storage management implementation that uses SQLite.
-
Uses of StorageException in uk.ac.manchester.spinnaker.storage
Methods in uk.ac.manchester.spinnaker.storage that throw StorageExceptionModifier and TypeMethodDescriptionvoid
BufferManagerStorage.addRecordingContents
(BufferManagerStorage.Region region, byte[] contents) Extract some bytes to the database.default void
BufferManagerStorage.addRecordingContents
(BufferManagerStorage.Region region, ByteBuffer contents) Extract some bytes to the database.default void
BufferManagerStorage.deleteRegionContents
(HasCoreLocation core, int region) Deprecated.Currently unsupported; underlying database structure absentint
DSEStorage.getAppId()
Get the system wide app id.byte[]
BufferManagerStorage.getContents
(BufferManagerStorage.Region region) Retrieves some bytes from the database.BufferManagerStorage.getCoresWithStorage()
Get a list of all cores that have data stored in the database.DSEStorage.getMachineDimensions()
Get the machine dimensions.ProxyAwareStorage.getProxyInformation()
Get the proxy information from the database.DSEStorage.getRegionPointersAndContent
(CoreLocation xyp) Gets a map of region ids to pointers and content Maps only regions with a none zero size.DSEStorage.getRegionSizes
(CoreLocation xyp) Get a map of region id to size for regions with a none zero size.BufferManagerStorage.getRegionsWithStorage
(HasCoreLocation core) Get a list of all regions for a particular core that have data stored in the database.DSEStorage.getStartAddress
(CoreLocation xyp) Gets the start address for the metadata on this core.void
BufferManagerStorage.insertMockExtraction()
DSEStorage.listCoresToLoad
(DSEStorage.Ethernet ethernet, boolean loadSystemCores) Get a list of all cores that need to be done for a particular ethernet.DSEStorage.listEthernetsToLoad()
Get a list of all ethernets that need to have DSE loading done on them.void
DSEStorage.setRegionPointer
(CoreLocation xyp, int regionNum, int pointer) Set the pointer for where to write the region data to.void
DSEStorage.setStartAddress
(CoreLocation xyp, MemoryLocation start) Record the start address for the metadata on this core.default int
BufferManagerStorage.storeDSEContents
(BufferManagerStorage.Region region, byte[] contents) Deprecated.Currently unsupported; underlying database structure absentdefault int
BufferManagerStorage.storeRegionContents
(BufferManagerStorage.Region region, ByteBuffer contents) Deprecated.Currently unsupported; underlying database structure absent -
Uses of StorageException in uk.ac.manchester.spinnaker.storage.sqlite
Methods in uk.ac.manchester.spinnaker.storage.sqlite that throw StorageExceptionModifier and TypeMethodDescriptionvoid
SQLiteBufferStorage.addRecordingContents
(BufferManagerStorage.Region region, byte[] contents) int
SQLiteDataSpecStorage.getAppId()
byte[]
SQLiteBufferStorage.getContents
(BufferManagerStorage.Region region) SQLiteBufferStorage.getCoresWithStorage()
SQLiteDataSpecStorage.getMachineDimensions()
SQLiteDataSpecStorage.getRegionPointersAndContent
(CoreLocation xyp) SQLiteDataSpecStorage.getRegionSizes
(CoreLocation core) SQLiteBufferStorage.getRegionsWithStorage
(HasCoreLocation core) SQLiteDataSpecStorage.getStartAddress
(CoreLocation xyp) void
SQLiteBufferStorage.insertMockExtraction()
SQLiteDataSpecStorage.listCoresToLoad
(DSEStorage.Ethernet ethernet, boolean loadSystemCores) SQLiteDataSpecStorage.listEthernetsToLoad()
void
SQLiteDataSpecStorage.setRegionPointer
(CoreLocation xyp, int regionNum, int pointer) void
SQLiteDataSpecStorage.setStartAddress
(CoreLocation xyp, MemoryLocation start)