Uses of Class
uk.ac.manchester.spinnaker.storage.BufferManagerStorage.Region
Packages that use BufferManagerStorage.Region
Package
Description
The buffer manager and support classes.
Storage management.
Storage management implementation that uses SQLite.
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.RegionModifier and TypeMethodDescriptionprotected abstract BufferManagerStorage.RegionDataGatherer.getRecordingRegion(Placement placement, int regionID) Work out exactly where is going to be downloaded.protected BufferManagerStorage.RegionDirectDataGatherer.getRecordingRegion(Placement placement, int regionID) Deprecated.protected BufferManagerStorage.RegionRecordingRegionDataGatherer.getRecordingRegion(Placement placement, int index) Methods in uk.ac.manchester.spinnaker.front_end.download with parameters of type BufferManagerStorage.RegionModifier and TypeMethodDescriptionprotected abstract voidDataGatherer.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 voidDirectDataGatherer.storeData(BufferManagerStorage.Region r, ByteBuffer data) Deprecated.protected voidRecordingRegionDataGatherer.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.RegionModifier 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.byte[]BufferManagerStorage.getContents(BufferManagerStorage.Region region) Retrieves some bytes from the database.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 BufferManagerStorage.Region in uk.ac.manchester.spinnaker.storage.sqlite
Methods in uk.ac.manchester.spinnaker.storage.sqlite with parameters of type BufferManagerStorage.RegionModifier and TypeMethodDescriptionvoidSQLiteBufferStorage.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.RegionModifier and TypeMethodDescriptionvoidTransceiver.readRegion(BufferManagerStorage.Region region, BufferManagerStorage storage) voidTransceiverInterface.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.