Uses of Class
uk.ac.manchester.spinnaker.messages.model.CPUInfo
Packages that use CPUInfo
Package
Description
The user-facing web interface to the new spalloc service.
How to actually talk to a SpiNNaker machine.
-
Uses of CPUInfo in uk.ac.manchester.spinnaker.alloc.web
Constructors in uk.ac.manchester.spinnaker.alloc.web with parameters of type CPUInfo -
Uses of CPUInfo in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return CPUInfoModifier and TypeMethodDescriptiondefault CPUInfo
TransceiverInterface.getCPUInformation
(@Valid HasCoreLocation core) Get information about a specific processor on the board.Methods in uk.ac.manchester.spinnaker.transceiver that return types with arguments of type CPUInfoModifier and TypeMethodDescriptiondefault Map<CoreLocation,
CPUInfo> TransceiverInterface.getCoresNotInState
(@Valid CoreSubsets allCoreSubsets, @NotNull CPUState state) Get all cores that are not in a given state.default Map<CoreLocation,
CPUInfo> TransceiverInterface.getCoresNotInState
(@Valid CoreSubsets allCoreSubsets, EnumSet<@NotNull CPUState> states) Get all cores that are not in a given set of states.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.