Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.State
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 State in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return State Modifier and Type Method Description State
SpallocJob. getState()
State
SpallocJobAPI. getState()
State
SpallocJob. waitForStateChange(State oldState, Integer timeout)
default State
SpallocJobAPI. waitForStateChange(State oldState)
Block until the job's state changes from the supplied state.State
SpallocJobAPI. waitForStateChange(State oldState, Integer timeout)
Block until the job's state changes from the supplied state.Methods in uk.ac.manchester.spinnaker.spalloc with parameters of type State Modifier and Type Method Description State
SpallocJob. waitForStateChange(State oldState, Integer timeout)
default State
SpallocJobAPI. waitForStateChange(State oldState)
Block until the job's state changes from the supplied state.State
SpallocJobAPI. waitForStateChange(State oldState, Integer timeout)
Block until the job's state changes from the supplied state. -
Uses of State in uk.ac.manchester.spinnaker.spalloc.messages
Methods in uk.ac.manchester.spinnaker.spalloc.messages that return State Modifier and Type Method Description State
JobDescription. getState()
State
JobState. getState()
static State
State. valueOf(String name)
Returns the enum constant of this type with the specified name.static State[]
State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.ac.manchester.spinnaker.spalloc.messages with parameters of type State Modifier and Type Method Description void
JobDescription.Builder. setState(State state)
void
JobState.Builder. setState(State state)
Constructors in uk.ac.manchester.spinnaker.spalloc.messages with parameters of type State Constructor Description JobDescription(int jobID, String owner, Double startTime, State state, Boolean power, double keepAlive, String reason, String machine, List<Integer> args, Map<String,Object> kwargs, List<BoardCoordinates> boards, String keepAliveHost)