Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.Machine
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.compat |
Spalloc v1 compatibility interface.
|
uk.ac.manchester.spinnaker.spalloc |
SpiNNaker old-style machine allocation client.
|
-
Uses of Machine in uk.ac.manchester.spinnaker.alloc.compat
Methods in uk.ac.manchester.spinnaker.alloc.compat that return Machine Modifier and Type Method Description protected abstract Machine[]
V1CompatTask. listMachines()
List the machines. -
Uses of Machine in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return types with arguments of type Machine Modifier and Type Method Description default List<Machine>
SpallocAPI. listMachines()
List all known machines.List<Machine>
SpallocAPI. listMachines(@Positive Integer timeout)
List all known machines.List<Machine>
SpallocClient. listMachines(Integer timeout)