Uses of Class
uk.ac.manchester.spinnaker.front_end.download.request.Gather
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.download.request |
Classes used to describe the JSON requests to the data transfer code.
|
uk.ac.manchester.spinnaker.front_end.dse |
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 Modifier and Type Method Description List<Gather>
CommandLineInterface.GatherersParam. get()
-
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 Modifier and Type Method Description int
DataGatherer. gather(List<Gather> gatherers)
Download he contents of the regions that are described through the data gatherers. -
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 Gather Modifier and Type Field Description static 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 Gather Modifier and Type Method Description void
FastExecuteDataSpecification. loadCores(List<Gather> gatherers)
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 Gather Constructor Description FastExecuteDataSpecification(uk.ac.manchester.spinnaker.machine.Machine machine, List<Gather> gatherers, File reportDir, DSEDatabaseEngine db)
Create an instance of this class.