Uses of Class
uk.ac.manchester.spinnaker.storage.BufferManagerStorage.Region
Package | Description |
---|---|
uk.ac.manchester.spinnaker.front_end.download |
The buffer manager and support classes.
|
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 BufferManagerStorage.Region in uk.ac.manchester.spinnaker.front_end.download
Methods in uk.ac.manchester.spinnaker.front_end.download that return BufferManagerStorage.Region Modifier and Type Method Description protected abstract BufferManagerStorage.Region
DataGatherer. getRecordingRegion(Placement placement, int regionID)
Work out exactly where is going to be downloaded.protected BufferManagerStorage.Region
DirectDataGatherer. getRecordingRegion(Placement placement, int regionID)
Deprecated.protected BufferManagerStorage.Region
RecordingRegionDataGatherer. getRecordingRegion(Placement placement, int index)
Methods in uk.ac.manchester.spinnaker.front_end.download with parameters of type BufferManagerStorage.Region Modifier and Type Method Description 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.protected void
RecordingRegionDataGatherer. storeData(BufferManagerStorage.Region r, ByteBuffer data)
-
Uses of BufferManagerStorage.Region in uk.ac.manchester.spinnaker.storage
Methods in uk.ac.manchester.spinnaker.storage with parameters of type BufferManagerStorage.Region 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.byte[]
BufferManagerStorage. getContents(BufferManagerStorage.Region region)
Retrieves some bytes from the database.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 BufferManagerStorage.Region in uk.ac.manchester.spinnaker.storage.sqlite
Methods in uk.ac.manchester.spinnaker.storage.sqlite with parameters of type BufferManagerStorage.Region Modifier and Type Method Description void
SQLiteBufferStorage. addRecordingContents(BufferManagerStorage.Region region, byte[] contents)
byte[]
SQLiteBufferStorage. getContents(BufferManagerStorage.Region region)
-
Uses of BufferManagerStorage.Region in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type BufferManagerStorage.Region 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.