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 ProxyAwareStorageBoardLocalSupport.storageA storage object that is aware of proxies.Constructors in uk.ac.manchester.spinnaker.front_end with parameters of type ProxyAwareStorageModifierConstructorDescriptionprotectedBoardLocalSupport(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 TypeInterfaceDescriptioninterfaceThe interface supported by the storage system.interfaceThe 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 TypeClassDescriptionclassHow to actually talk to an SQLite database.classHow to actually talk to an SQLite database.