Uses of Interface
uk.ac.manchester.spinnaker.storage.ProxyAwareStorage
Package | Description |
---|---|
uk.ac.manchester.spinnaker.storage |
Storage management.
|
uk.ac.manchester.spinnaker.storage.sqlite |
Storage management implementation that uses SQLite.
|
-
Uses of ProxyAwareStorage in uk.ac.manchester.spinnaker.storage
Subinterfaces of ProxyAwareStorage in uk.ac.manchester.spinnaker.storage Modifier and Type Interface Description interface
BufferManagerStorage
The interface supported by the storage system.interface
DSEStorage
The interface supported by the DSE part of the storage system. -
Uses of ProxyAwareStorage in uk.ac.manchester.spinnaker.storage.sqlite
Classes in uk.ac.manchester.spinnaker.storage.sqlite that implement ProxyAwareStorage Modifier and Type Class Description class
SQLiteBufferStorage
How to actually talk to an SQLite database.class
SQLiteDataSpecStorage
How to actually talk to an SQLite database.