Uses of Interface
uk.ac.manchester.spinnaker.storage.ProxyAwareStorage
Packages that use ProxyAwareStorage
Package
Description
The front-end interface to the Java implementation of the SpiNNaker host
libraries.
The buffer manager and support classes.
Utility for retrieving IOBUF contents.
Storage management.
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 ProxyAwareStorageModifier and TypeFieldDescriptionprotected final ProxyAwareStorage
BoardLocalSupport.storage
A storage object that is aware of proxies.Constructors in uk.ac.manchester.spinnaker.front_end with parameters of type ProxyAwareStorageModifierConstructorDescriptionprotected
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 ProxyAwareStorageModifierConstructorDescriptionDataGatherer
(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 ProxyAwareStorageModifierConstructorDescriptionIobufRetriever
(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.storageModifier and TypeInterfaceDescriptioninterface
The interface supported by the storage system.interface
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 ProxyAwareStorageModifier and TypeClassDescriptionclass
How to actually talk to an SQLite database.class
How to actually talk to an SQLite database.