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()
Constructors in uk.ac.manchester.spinnaker.front_end with parameters of type Gather Constructor Description NoDropPacketContext(TransceiverInterface txrx, List<? extends HasCoreLocation> monitorCoreLocations, Gather gatherer)
Create a no-drop-packets context for a single board.NoDropPacketContext(TransceiverInterface txrx, CoreSubsets monitorCoreLocations, Gather gatherer)
Create a no-drop-packets context for a single board. -
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 protected void
FastExecuteDataSpecification. buildMaps(List<Gather> gatherers)
Construct the internal mappings for gatherers and monitors.Constructor parameters in uk.ac.manchester.spinnaker.front_end.dse with type arguments of type Gather Constructor Description FastExecuteDataSpecification(TransceiverInterface txrx, Machine machine, List<Gather> gatherers, File reportDir, DSEDatabaseEngine db)
Create an instance of this class.