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.storageMethods in uk.ac.manchester.spinnaker.storage that throw StorageExceptionModifier and TypeMethodDescriptionvoidBufferManagerStorage.addRecordingContents(BufferManagerStorage.Region region, byte[] contents) Extract some bytes to the database.default voidBufferManagerStorage.addRecordingContents(BufferManagerStorage.Region region, ByteBuffer contents) Extract some bytes to the database.default voidBufferManagerStorage.deleteRegionContents(HasCoreLocation core, int region) Deprecated.Currently unsupported; underlying database structure absentintDSEStorage.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.voidBufferManagerStorage.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.voidDSEStorage.setRegionPointer(CoreLocation xyp, int regionNum, int pointer) Set the pointer for where to write the region data to.voidDSEStorage.setStartAddress(CoreLocation xyp, MemoryLocation start) Record the start address for the metadata on this core.default intBufferManagerStorage.storeDSEContents(BufferManagerStorage.Region region, byte[] contents) Deprecated.Currently unsupported; underlying database structure absentdefault intBufferManagerStorage.storeRegionContents(BufferManagerStorage.Region region, ByteBuffer contents) Deprecated.Currently unsupported; underlying database structure absent
- 
Uses of StorageException in uk.ac.manchester.spinnaker.storage.sqliteMethods in uk.ac.manchester.spinnaker.storage.sqlite that throw StorageExceptionModifier and TypeMethodDescriptionvoidSQLiteBufferStorage.addRecordingContents(BufferManagerStorage.Region region, byte[] contents) intSQLiteDataSpecStorage.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) voidSQLiteBufferStorage.insertMockExtraction()SQLiteDataSpecStorage.listCoresToLoad(DSEStorage.Ethernet ethernet, boolean loadSystemCores) SQLiteDataSpecStorage.listEthernetsToLoad()voidSQLiteDataSpecStorage.setRegionPointer(CoreLocation xyp, int regionNum, int pointer) voidSQLiteDataSpecStorage.setStartAddress(CoreLocation xyp, MemoryLocation start)