Uses of Class
uk.ac.manchester.spinnaker.storage.ResultColumn
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.db |
Database support for Spalloc server.
|
uk.ac.manchester.spinnaker.storage |
Storage management.
|
-
Uses of ResultColumn in uk.ac.manchester.spinnaker.alloc.db
Fields in uk.ac.manchester.spinnaker.alloc.db with annotations of type ResultColumn Modifier and Type Field Description protected static String
SQLQueries. COUNT_FUNCTIONING_BOARDS
Check there is a single free board.protected static 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 String
SQLQueries. DELETE_GROUP
Delete a single group record and returns the name of the deleted group.protected static String
SQLQueries. FIND_EXPIRED_JOBS
Find jobs that have expired their keepalive interval.protected static String
SQLQueries. GET_AVAILABLE_BOARD_NUMBERS
Get the boards that are available for allocation.protected static String
SQLQueries. GET_BMP_ADDRESS
Get the address of the BMP of the root board of the machine.protected static String
SQLQueries. GET_BMP_BOARD_NUMBERS
Get the boards of a BMP that can be used.protected static String
SQLQueries. GET_BOARD_ADDRESS
Get the address of the root chip of a board.protected static String
SQLQueries. GET_BOARD_BY_COORDS
Get a board's ID by its coordinates.protected static String
SQLQueries. GET_BOARD_JOB
Get What job is allocated to a board.protected static String
SQLQueries. GET_BOARD_NUMBERS
Get the boards of a machine that can be used.protected static String
SQLQueries. GET_CURRENT_USAGE
Get the current non-consolidated usage for a group.protected static String
SQLQueries. GET_FUNCTIONING_FIELD
Get the value of a board'sfunctioning
column.protected static 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 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 String
SQLQueries. GET_GROUP_QUOTA
Get the quota for a group.protected static String
SQLQueries. GET_ROOT_BMP_ADDRESS
Get the address of the BMP of the root board of the machine.protected static String
SQLQueries. GET_SUM_BOARDS_POWERED
Get the number of boards that are allocated to a job that are switched on.protected static String
SQLQueries. GET_TAGS
Get a machine's tags.protected static 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 String
SQLQueries. IS_BOARD_BLACKLIST_CURRENT
Asks whether the blacklist model for a board is believed to be synchronised to the hardware. -
Uses of ResultColumn in uk.ac.manchester.spinnaker.storage
Methods in uk.ac.manchester.spinnaker.storage that return ResultColumn Modifier and Type Method Description ResultColumn[]
value()
Describes what columns are expected in the result.