Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.Command
Packages that use Command
Package
Description
SpiNNaker old-style machine allocation client.
Commands to send to Spalloc, and responses received from Spalloc.
-
Uses of Command in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc with parameters of type CommandModifier and TypeMethodDescriptionprotected String
Send a command to the server and return the reply.protected String
SpallocClient.formatRequest
(Command<?> command) Format a request as a line of newline-free JSON, suitable for sending to the spalloc server.protected abstract String
SpallocConnection.formatRequest
(Command<?> command) Format a request to be ready to go to the server.protected void
SpallocConnection.sendCommand
(Command<?> command, Integer timeout) Attempt to send a command as a line to the server. -
Uses of Command in uk.ac.manchester.spinnaker.spalloc.messages
Subclasses of Command in uk.ac.manchester.spinnaker.spalloc.messagesModifier and TypeClassDescriptionclass
Request to create a job.class
Request to destroy a job.class
Request the logical location of a board.class
Request the physical location of a board.class
Request to get machine information relating to a job.class
Request the state of a job.class
Request to keep a job alive.class
Request the list of all jobs from the spalloc server.class
Request to get the known machines from the spalloc service.class
Request to not receive notifications about a job.class
Request to not receive notifications about a machine.class
Request to get notifications about a job.class
Request to get notifications about a machine.class
Request to turn off the boards associated with a job.class
Request to turn on the boards associated with a job.class
Request the version of the spalloc server.class
Request to get the location of a chip in a job's allocation relative to a machine.class
Request to get the location of a board in a machine by logical location.class
Request to get the location of a board in a machine by physical location.class
Request to get the location of a chip in a machine.