Uses of Package
uk.ac.manchester.spinnaker.spalloc.messages
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.client |
Java client for the SpiNNaker allocation service.
|
uk.ac.manchester.spinnaker.alloc.compat |
Spalloc v1 compatibility interface.
|
uk.ac.manchester.spinnaker.alloc.web |
The user-facing web interface to the new spalloc service.
|
uk.ac.manchester.spinnaker.spalloc |
SpiNNaker old-style machine allocation client.
|
uk.ac.manchester.spinnaker.spalloc.exceptions |
Exceptions of the spalloc client.
|
uk.ac.manchester.spinnaker.spalloc.messages |
Commands to send to Spalloc, and responses received from Spalloc.
|
-
Classes in uk.ac.manchester.spinnaker.spalloc.messages used by uk.ac.manchester.spinnaker.alloc.allocator Class Description BoardCoordinates The logical coordinates of a board.BoardPhysicalCoordinates The physical coordinates of a board. -
Classes in uk.ac.manchester.spinnaker.spalloc.messages used by uk.ac.manchester.spinnaker.alloc.client Class Description BoardCoordinates The logical coordinates of a board. -
Classes in uk.ac.manchester.spinnaker.spalloc.messages used by uk.ac.manchester.spinnaker.alloc.compat Class Description BoardCoordinates The logical coordinates of a board.BoardPhysicalCoordinates The physical coordinates of a board.JobDescription A description of the state of a job.JobMachineInfo A description of a machine associated with a job, in terms of width, height, connections and its name.JobState A description of the state of a job, in terms of its state, whether its boards are powered, the advised keep-alive polling interval and the reason that the job died (if in theDESTROYED
state).Machine Describes a machine by its name, tags, width and height.WhereIs The description of where some resource is on a SpiNNaker system. -
Classes in uk.ac.manchester.spinnaker.spalloc.messages used by uk.ac.manchester.spinnaker.alloc.web Class Description BoardCoordinates The logical coordinates of a board.BoardPhysicalCoordinates The physical coordinates of a board. -
Classes in uk.ac.manchester.spinnaker.spalloc.messages used by uk.ac.manchester.spinnaker.spalloc Class Description BoardCoordinates The logical coordinates of a board.BoardPhysicalCoordinates The physical coordinates of a board.Command A serialisable request to spalloc.Connection Describes a connection by its chip and hostname.CreateJobCommand Request to create a job.JobDescription A description of the state of a job.JobMachineInfo A description of a machine associated with a job, in terms of width, height, connections and its name.JobState A description of the state of a job, in terms of its state, whether its boards are powered, the advised keep-alive polling interval and the reason that the job died (if in theDESTROYED
state).Machine Describes a machine by its name, tags, width and height.Notification Notifications all implement.Response An (abstract) response from the machine manager.State The possible states of a spalloc job.WhereIs The description of where some resource is on a SpiNNaker system. -
Classes in uk.ac.manchester.spinnaker.spalloc.messages used by uk.ac.manchester.spinnaker.spalloc.exceptions Class Description ExceptionResponse A response to a request that indicates a failure. -
Classes in uk.ac.manchester.spinnaker.spalloc.messages used by uk.ac.manchester.spinnaker.spalloc.messages Class Description BoardCoordinates The logical coordinates of a board.BoardLink A combination of x, y, z and a Link.BoardPhysicalCoordinates The physical coordinates of a board.Command A serialisable request to spalloc.Connection Describes a connection by its chip and hostname.JobDescription A description of the state of a job.JobState A description of the state of a job, in terms of its state, whether its boards are powered, the advised keep-alive polling interval and the reason that the job died (if in theDESTROYED
state).Notification Notifications all implement.Response An (abstract) response from the machine manager.State The possible states of a spalloc job.WhereIs The description of where some resource is on a SpiNNaker system.