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 StringSend a command to the server and return the reply.protected StringSpallocClient.formatRequest(Command<?> command) Format a request as a line of newline-free JSON, suitable for sending to the spalloc server.protected abstract StringSpallocConnection.formatRequest(Command<?> command) Format a request to be ready to go to the server.protected voidSpallocConnection.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 TypeClassDescriptionclassRequest to create a job.classRequest to destroy a job.classRequest the logical location of a board.classRequest the physical location of a board.classRequest to get machine information relating to a job.classRequest the state of a job.classRequest to keep a job alive.classRequest the list of all jobs from the spalloc server.classRequest to get the known machines from the spalloc service.classRequest to not receive notifications about a job.classRequest to not receive notifications about a machine.classRequest to get notifications about a job.classRequest to get notifications about a machine.classRequest to turn off the boards associated with a job.classRequest to turn on the boards associated with a job.classRequest the version of the spalloc server.classRequest to get the location of a chip in a job's allocation relative to a machine.classRequest to get the location of a board in a machine by logical location.classRequest to get the location of a board in a machine by physical location.classRequest to get the location of a chip in a machine.