Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.Connection
Package | Description |
---|---|
uk.ac.manchester.spinnaker.spalloc |
SpiNNaker old-style machine allocation client.
|
uk.ac.manchester.spinnaker.spalloc.messages |
Commands to send to Spalloc, and responses received from Spalloc.
|
-
Uses of Connection in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return types with arguments of type Connection Modifier and Type Method Description List<Connection>
SpallocJob. getConnections()
List<Connection>
SpallocJobAPI. getConnections()
-
Uses of Connection in uk.ac.manchester.spinnaker.spalloc.messages
Methods in uk.ac.manchester.spinnaker.spalloc.messages that return types with arguments of type Connection Modifier and Type Method Description List<Connection>
JobMachineInfo. getConnections()
Constructor parameters in uk.ac.manchester.spinnaker.spalloc.messages with type arguments of type Connection Constructor Description JobMachineInfo(int width, int height, List<Connection> connections, String machineName, List<BoardCoordinates> boards)