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