Uses of Annotation Interface
uk.ac.manchester.spinnaker.storage.ResultColumn
Packages that use ResultColumn
-
Uses of ResultColumn in uk.ac.manchester.spinnaker.alloc.db
Fields in uk.ac.manchester.spinnaker.alloc.db with annotations of type ResultColumnModifier and TypeFieldDescriptionprotected static final String
SQLQueries.COUNT_FUNCTIONING_BOARDS
Check there is a single free board.protected static final String
SQLQueries.COUNT_POWERED_BOARDS
Counts the number of powered-on boards of a job.protected Resource
SQLQueries.countConnected
Count the number of connected boards (i.e., have at least one path over enabled links to the root board of the allocation) within a rectangle of triads.protected static final String
SQLQueries.DELETE_GROUP
Delete a single group record and returns the name of the deleted group.protected static final String
SQLQueries.FIND_EXPIRED_JOBS
Find jobs that have expired their keepalive interval.protected static final String
SQLQueries.GET_ALL_LIVE_JOBS
Select all live jobs.protected static final String
SQLQueries.GET_AVAILABLE_BOARD_NUMBERS
Get the boards that are available for allocation.protected static final String
SQLQueries.GET_BMP_ADDRESS
Get the address of the BMP of the root board of the machine.protected static final String
SQLQueries.GET_BMP_BOARD_NUMBERS
Get the boards of a BMP that can be used.protected static final String
SQLQueries.GET_BOARD_ADDRESS
Get the address of the root chip of a board.protected static final String
SQLQueries.GET_BOARD_BY_COORDS
Get a board's ID by its coordinates.protected static final String
SQLQueries.GET_BOARD_JOB
Get What job is allocated to a board.protected static final String
SQLQueries.GET_BOARD_NUMBERS
Get the boards of a machine that can be used.protected static final String
SQLQueries.GET_CURRENT_USAGE
Get the current non-consolidated usage for a group.protected static final String
SQLQueries.GET_FUNCTIONING_FIELD
Get the value of a board'sfunctioning
column.protected static final String
SQLQueries.GET_GROUP_BY_NAME_AND_MEMBER
Get the ID of a particular group that a particular user must be a member of.protected static final String
SQLQueries.GET_GROUP_NAMES_OF_USER
List all the groups that a user is a member of and that have quota left.protected static final String
SQLQueries.GET_GROUP_QUOTA
Get the quota for a group.protected static final String
SQLQueries.GET_ROOT_BMP_ADDRESS
Get the address of the BMP of the root board of the machine.protected static final String
SQLQueries.GET_SUM_BOARDS_POWERED
Get the number of boards that are allocated to a job that are switched on.protected static final String
SQLQueries.GET_TAGS
Get a machine's tags.protected static final String
SQLQueries.GET_USER_ID
Get the ID of a user.protected Resource
SQLQueries.getConnectedBoards
Get the set of boards at some coordinates within a triad rectangle that are connected (i.e., have at least one path over enableable links) to the root board.protected Resource
SQLQueries.getJobsWithChanges
Get jobs on a machine that have changes that can be processed.protected static final String
SQLQueries.IS_BOARD_BLACKLIST_CURRENT
Asks whether the blacklist model for a board is believed to be synchronised to the hardware.