Uses of Class
uk.ac.manchester.spinnaker.storage.StorageException
Package | Description |
---|---|
uk.ac.manchester.spinnaker.storage |
Storage management.
|
uk.ac.manchester.spinnaker.storage.sqlite |
Storage management implementation that uses SQLite.
|
-
Uses of StorageException in uk.ac.manchester.spinnaker.storage
Methods in uk.ac.manchester.spinnaker.storage that throw StorageException Modifier and Type Method Description void
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.List<CoreLocation>
BufferManagerStorage. getCoresWithStorage()
Get a list of all cores that have data stored in the database.ProxyInformation
ProxyAwareStorage. getProxyInformation()
Get the proxy information from the database.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.LinkedHashMap<Integer,Integer>
DSEStorage. getRegionSizes(CoreLocation xyp)
Get a map of region id to size for regions with a none zero size.List<Integer>
BufferManagerStorage. getRegionsWithStorage(HasCoreLocation core)
Get a list of all regions for a particular core that have data stored in the database.MemoryLocation
DSEStorage. getStartAddress(CoreLocation xyp)
Gets the start address for the metadata on this core.void
BufferManagerStorage. insertMockExtraction()
List<CoreLocation>
DSEStorage. listCoresToLoad(DSEStorage.Ethernet ethernet, boolean loadSystemCores)
Get a list of all cores that need to be done for a particular ethernet.List<DSEStorage.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