Uses of Class
uk.ac.manchester.spinnaker.front_end.download.request.Placement
Packages that use Placement
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.
-
Uses of Placement in uk.ac.manchester.spinnaker.front_end
Methods in uk.ac.manchester.spinnaker.front_end that return types with arguments of type Placement -
Uses of Placement in uk.ac.manchester.spinnaker.front_end.download
Methods in uk.ac.manchester.spinnaker.front_end.download with parameters of type PlacementModifier and TypeMethodDescriptionprotected abstract BufferManagerStorage.RegionDataGatherer.getRecordingRegion(Placement placement, int regionID) Work out exactly where is going to be downloaded.protected BufferManagerStorage.RegionDirectDataGatherer.getRecordingRegion(Placement placement, int regionID) Deprecated.protected BufferManagerStorage.RegionRecordingRegionDataGatherer.getRecordingRegion(Placement placement, int index) static List<RecordingRegion>RecordingRegion.getRecordingRegionDescriptors(TransceiverInterface txrx, Placement placement) Reads the recording regions from the machine.Method parameters in uk.ac.manchester.spinnaker.front_end.download with type arguments of type PlacementModifier and TypeMethodDescriptionvoidDataReceiver.getDataForPlacements(List<Placement> placements) Gets the data for a list of placements.voidDataReceiver.getDataForPlacementsParallel(List<Placement> placements, int parallelFactor) Gets the data for a list of placements in parallel. -
Uses of Placement in uk.ac.manchester.spinnaker.front_end.download.request
Fields in uk.ac.manchester.spinnaker.front_end.download.request with type parameters of type PlacementModifier and TypeFieldDescriptionstatic final TypeReference<List<Placement>>Placement.LISTType reference for deserializing a list of placements.Methods in uk.ac.manchester.spinnaker.front_end.download.request that return types with arguments of type Placement