Uses of Class
uk.ac.manchester.spinnaker.storage.StorageException
Package | Description |
---|---|
uk.ac.manchester.spinnaker.front_end |
The front-end interface to the Java implementation of the SpiNNaker host
libraries.
|
uk.ac.manchester.spinnaker.front_end.download |
The buffer manager and support classes.
|
uk.ac.manchester.spinnaker.front_end.dse |
Data specification execution interface.
|
uk.ac.manchester.spinnaker.storage |
Storage management.
|
uk.ac.manchester.spinnaker.storage.sqlite |
Storage management implementation that uses SQLite.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of StorageException in uk.ac.manchester.spinnaker.front_end
-
Uses of StorageException in uk.ac.manchester.spinnaker.front_end.download
Methods in uk.ac.manchester.spinnaker.front_end.download that throw StorageException Modifier and Type Method Description int
DataGatherer. gather(List<Gather> gatherers)
Download he contents of the regions that are described through the data gatherers.void
DataReceiver. getDataForPlacements(List<Placement> placements)
Gets the data for a list of placements.void
DataReceiver. getDataForPlacementsParallel(List<Placement> placements, int parallelFactor)
Gets the data for a list of placements in parallel.protected abstract BufferManagerStorage.Region
DataGatherer. getRecordingRegion(Placement placement, int regionID)
Work out exactly where is going to be downloaded.protected abstract void
DataGatherer. storeData(BufferManagerStorage.Region r, ByteBuffer data)
Store the data retrieved from a region No guarantee is made about which thread will call this method.protected void
DirectDataGatherer. storeData(BufferManagerStorage.Region r, ByteBuffer data)
Deprecated. -
Uses of StorageException in uk.ac.manchester.spinnaker.front_end.dse
Methods in uk.ac.manchester.spinnaker.front_end.dse that throw StorageException Modifier and Type Method Description void
FastExecuteDataSpecification. loadCores()
Execute all application data specifications that a particular connection knows about, storing back in the database the information collected about those executions.void
HostExecuteDataSpecification. loadCores(boolean system)
Execute all application data specifications that a particular connection knows about, storing back in the database the information collected about those executions.protected void
ExecuteDataSpecification. processTasksInParallel(List<DSEStorage.Ethernet> tasks, Function<DSEStorage.Ethernet,BasicExecutor.SimpleCallable> mapper)
Run the tasks in parallel.Constructors in uk.ac.manchester.spinnaker.front_end.dse that throw StorageException Constructor Description ExecuteDataSpecification(TransceiverInterface txrx, Machine machine, DSEDatabaseEngine db)
FastExecuteDataSpecification(TransceiverInterface txrx, Machine machine, List<Gather> gatherers, File reportDir, DSEDatabaseEngine db)
Create an instance of this class.HostExecuteDataSpecification(TransceiverInterface txrx, Machine machine, DSEDatabaseEngine db)
Create a high-level DSE interface. -
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
-
Uses of StorageException in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that throw StorageException Modifier and Type Method Description void
Transceiver. readRegion(BufferManagerStorage.Region region, BufferManagerStorage storage)
void
TransceiverInterface. readRegion(BufferManagerStorage.Region region, @NotNull BufferManagerStorage storage)
Read an area associated with a recording region from SDRAM from a core of a chip on the board.