Uses of Class
uk.ac.manchester.spinnaker.front_end.download.request.Gather
Packages that use Gather
Package
Description
The front-end interface to the Java implementation of the SpiNNaker host
libraries.
The buffer manager and support classes.
Classes used to describe the JSON requests to the data transfer code.
Data specification execution interface.
-
Uses of Gather in uk.ac.manchester.spinnaker.front_end
Methods in uk.ac.manchester.spinnaker.front_end that return types with arguments of type Gather -
Uses of Gather in uk.ac.manchester.spinnaker.front_end.download
Method parameters in uk.ac.manchester.spinnaker.front_end.download with type arguments of type Gather -
Uses of Gather in uk.ac.manchester.spinnaker.front_end.download.request
Fields in uk.ac.manchester.spinnaker.front_end.download.request with type parameters of type GatherModifier and TypeFieldDescriptionstatic final TypeReference<List<Gather>>
Gather.LIST
Type reference for deserializing a list of gatherer descriptions. -
Uses of Gather in uk.ac.manchester.spinnaker.front_end.dse
Method parameters in uk.ac.manchester.spinnaker.front_end.dse with type arguments of type GatherModifier and TypeMethodDescriptionvoid
Execute all application data specifications that a particular connection knows about, storing back in the database the information collected about those executions.Constructor parameters in uk.ac.manchester.spinnaker.front_end.dse with type arguments of type GatherModifierConstructorDescriptionFastExecuteDataSpecification
(uk.ac.manchester.spinnaker.machine.Machine machine, List<Gather> gatherers, File reportDir, DSEDatabaseEngine db) Create an instance of this class.