Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.Command
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 Command in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc with parameters of type Command Modifier and Type Method Description protected String
SpallocConnection. call(Command<?> command, Integer timeout)
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.messages Modifier and Type Class Description class
CreateJobCommand
Request to create a job.class
DestroyJobCommand
Request to destroy a job.class
GetBoardAtPositionCommand
Request the logical location of a board.class
GetBoardPositionCommand
Request the physical location of a board.class
GetJobMachineInfoCommand
Request to get machine information relating to a job.class
GetJobStateCommand
Request the state of a job.class
JobKeepAliveCommand
Request to keep a job alive.class
ListJobsCommand
Request the list of all jobs from the spalloc server.class
ListMachinesCommand
Request to get the known machines from the spalloc service.class
NoNotifyJobCommand
Request to not receive notifications about a job.class
NoNotifyMachineCommand
Request to not receive notifications about a machine.class
NotifyJobCommand
Request to get notifications about a job.class
NotifyMachineCommand
Request to get notifications about a machine.class
PowerOffJobBoardsCommand
Request to turn off the boards associated with a job.class
PowerOnJobBoardsCommand
Request to turn on the boards associated with a job.class
VersionCommand
Request the version of the spalloc server.class
WhereIsJobChipCommand
Request to get the location of a chip in a job's allocation relative to a machine.class
WhereIsMachineBoardLogicalCommand
Request to get the location of a board in a machine by logical location.class
WhereIsMachineBoardPhysicalCommand
Request to get the location of a board in a machine by physical location.class
WhereIsMachineChipCommand
Request to get the location of a chip in a machine.