Uses of Interface
uk.ac.manchester.spinnaker.utils.MappableIterable
Packages that use MappableIterable
Package
Description
Database support for Spalloc server.
Miscellaneous model classes for spalloc.
Describes a SpiNNaker machine.
Messages that talk to the BMP.
The messages of the EIEIO protocol.
How to actually talk to a SpiNNaker machine.
General utilities for the SpiNNaker runtime.
ProegressBar (and Timer) utilities.
-
Uses of MappableIterable in uk.ac.manchester.spinnaker.alloc.db
Methods in uk.ac.manchester.spinnaker.alloc.db that return MappableIterableModifier and TypeMethodDescriptionstatic <T> MappableIterable<T>
Make a mappable iterator out of a list. -
Uses of MappableIterable in uk.ac.manchester.spinnaker.alloc.model
Methods in uk.ac.manchester.spinnaker.alloc.model with parameters of type MappableIterableModifier and TypeMethodDescriptionvoid
MachineDescription.JobInfo.setBoards
(MappableIterable<BoardCoords> boards) void
MachineDescription.setDead
(MappableIterable<BoardCoords> dead) void
MachineDescription.setJobs
(MappableIterable<MachineDescription.JobInfo> jobs) void
MachineDescription.setLive
(MappableIterable<BoardCoords> live) void
MachineDescription.setTags
(MappableIterable<String> tags) -
Uses of MappableIterable in uk.ac.manchester.spinnaker.machine
Classes in uk.ac.manchester.spinnaker.machine that implement MappableIterableModifier and TypeClassDescriptionfinal class
Represents a set of ofCoreLocation
s organised by chip.class
A representation of a SpiNNaker Machine with a number of Chips.final class
Routers are parts of SpiNNaker chips responsible for directing where on-machine messages are delivered to.class
A representation of a SpiNNaker Machine with a number ofChip
s.Methods in uk.ac.manchester.spinnaker.machine that return MappableIterableModifier and TypeMethodDescriptionfinal MappableIterable<FPGALinkData>
Machine.getFpgaLinks()
The added FPGA link data items.final MappableIterable<FPGALinkData>
Machine.getFpgaLinks
(InetAddress address) The added FPGA link data items for the given address.final MappableIterable<Chip>
Machine.iterChipsOnBoard
(Chip chip) The chips on the same board as the given chip.Router.iterNeighbouringChipsCoords()
Iterable over the destinations of each link. -
Uses of MappableIterable in uk.ac.manchester.spinnaker.messages.bmp
Methods in uk.ac.manchester.spinnaker.messages.bmp that return MappableIterableModifier and TypeMethodDescriptionprotected MappableIterable<BMPBoard>
ReadCANStatus.Response.parse
(ByteBuffer buffer) -
Uses of MappableIterable in uk.ac.manchester.spinnaker.messages.eieio
Classes in uk.ac.manchester.spinnaker.messages.eieio that implement MappableIterable -
Uses of MappableIterable in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return MappableIterableModifier and TypeMethodDescriptiondefault MappableIterable<BMPBoard>
BMPTransceiverInterface.availableBoards()
List which boards are actually available to be manipulated by the current bound BMP.BMPTransceiverInterface.availableBoards
(@Valid BMPCoords bmp) List which boards are actually available to be manipulated by a particular BMP.Transceiver.availableBoards
(BMPCoords bmp) UnimplementedBMPTransceiver.availableBoards
(BMPCoords bmp) Transceiver.getCPUInformation
(CoreSubsets coreSubsets) default MappableIterable<CPUInfo>
TransceiverInterface.getCPUInformation()
Get information about the processors on the board.TransceiverInterface.getCPUInformation
(@Valid CoreSubsets coreSubsets) Get information about some processors on the board.Transceiver.getIobuf
(CoreSubsets coreSubsets) default MappableIterable<IOBuffer>
TransceiverInterface.getIobuf()
Get the contents of the IOBUF buffer for all processors.TransceiverInterface.getIobuf
(@Valid CoreSubsets coreSubsets) Get the contents of the IOBUF buffer for a collection of processors. -
Uses of MappableIterable in uk.ac.manchester.spinnaker.utils
Classes in uk.ac.manchester.spinnaker.utils that implement MappableIterableModifier and TypeClassDescriptionfinal class
An Iterable for a Map or Collection of Maps.class
A simple one-shot iterable wrapper for a reader.final class
An Iterator for a Map or Collection of Maps of maps.Methods in uk.ac.manchester.spinnaker.utils that return MappableIterableModifier and TypeMethodDescriptiondefault MappableIterable<T>
Apply a filter to an iterable to get another iterable.default MappableIterable<T>
MappableIterable.first
(int n) Get another iterable with the firstn
item in the iterable (or up to that if the source iterable has fewer items).default <U> MappableIterable<U>
Apply a function to an iterable to get another iterable.static MappableIterable<ByteBuffer>
ByteBufferUtils.sliceUp
(ByteBuffer src, int chunkSize) Slice up a buffer buffer into a sequence of (little-endian) byte buffers with a maximum size. -
Uses of MappableIterable in uk.ac.manchester.spinnaker.utils.progress
Classes in uk.ac.manchester.spinnaker.utils.progress that implement MappableIterableModifier and TypeClassDescriptionclass
AnIterable
wrapper that will start aProgressBar
for each iterator.