Uses of Class
uk.ac.manchester.spinnaker.storage.BufferManagerStorage.Region
Packages that use BufferManagerStorage.Region
Package
Description
Storage management.
Storage management implementation that uses SQLite.
- 
Uses of BufferManagerStorage.Region in uk.ac.manchester.spinnaker.storageMethods 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.sqliteMethods 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)