Uses of Interface
uk.ac.manchester.spinnaker.storage.ProxyAwareStorage
Package | Description |
---|---|
uk.ac.manchester.spinnaker.front_end |
The front-end interface to the Java implementation of the SpiNNaker host
libraries.
|
uk.ac.manchester.spinnaker.front_end.download |
The buffer manager and support classes.
|
uk.ac.manchester.spinnaker.front_end.iobuf |
Utility for retrieving IOBUF contents.
|
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.front_end
Fields in uk.ac.manchester.spinnaker.front_end declared as ProxyAwareStorage Modifier and Type Field Description protected ProxyAwareStorage
BoardLocalSupport. storage
A storage object that is aware of proxies.Constructors in uk.ac.manchester.spinnaker.front_end with parameters of type ProxyAwareStorage Constructor Description BoardLocalSupport(ProxyAwareStorage storage, Machine machine)
-
Uses of ProxyAwareStorage in uk.ac.manchester.spinnaker.front_end.download
Constructors in uk.ac.manchester.spinnaker.front_end.download with parameters of type ProxyAwareStorage Constructor Description DataGatherer(ProxyAwareStorage db, Machine machine)
Create an instance of the protocol implementation. -
Uses of ProxyAwareStorage in uk.ac.manchester.spinnaker.front_end.iobuf
Constructors in uk.ac.manchester.spinnaker.front_end.iobuf with parameters of type ProxyAwareStorage Constructor Description IobufRetriever(ProxyAwareStorage db, Machine machine, int parallelSize)
Create a IOBUF retriever. -
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.