Uses of Class
uk.ac.manchester.spinnaker.storage.Parameters
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.db |
Database support for Spalloc server.
|
-
Uses of Parameters in uk.ac.manchester.spinnaker.alloc.db
Fields in uk.ac.manchester.spinnaker.alloc.db with annotations of type Parameters Modifier and Type Field Description protected static String
SQLQueries. ADD_BLACKLISTED_CHIP
Add a chip on a board to that board's blacklist.protected static String
SQLQueries. ADD_BLACKLISTED_CORE
Add a core on a board to that board's blacklist.protected static String
SQLQueries. ADD_BLACKLISTED_LINK
Add a link on a board to that board's blacklist.protected static String
SQLQueries. ADD_USER_TO_GROUP
Adds a user to a group.protected static String
SQLQueries. ADJUST_QUOTA
Add or remove time from a quota.protected static String
SQLQueries. ALLOCATE_BOARDS_BOARD
Tell a board that it is allocated.protected static String
SQLQueries. ALLOCATE_BOARDS_JOB
Tell a job that it is allocated.protected static String
SQLQueries. CHECK_LOCATION
Check a board with a specific board ID is allocatable.protected SQL
SQLQueries. checkRectangle
Check that a rectangle of triads of boards that may be allocated.protected SQL
SQLQueries. checkRectangleAt
Find a rectangle of triads of boards rooted at a specific board that may be allocated.protected static String
SQLQueries. COMPLETED_BOARD_INFO_READ
Mark a read of a blacklist or ADC data as completed.protected static String
SQLQueries. COUNT_CHANGES_FOR_JOB
Get the number of changes that are not completed for 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. CREATE_BLACKLIST_WRITE
Insert a request to write a board's blacklist.protected static String
SQLQueries. CREATE_GROUP
Create a group record.protected static String
SQLQueries. CREATE_GROUP_IF_NOT_EXISTS
Create a group record.protected static String
SQLQueries. CREATE_USER
Create a user.protected static String
SQLQueries. DEALLOCATE_BMP_BOARDS_JOB
Tell the boards of a job that they're no longer allocated to the job.protected static String
SQLQueries. DECREMENT_QUOTA
Reduce a group's quota on a machine by a specified amount.protected static String
SQLQueries. DELETE_PENDING
Delete a requests to change the power of a board.protected static String
SQLQueries. DESTROY_JOB
Mark a job as dead.protected static String
SQLQueries. FAILED_BLACKLIST_OP
Mark a read or write of a blacklist as failed, noting the reason.protected static String
SQLQueries. FIND_BOARD_BY_NAME_AND_CFB
Get a board's ID given it's physical coordinates.protected static String
SQLQueries. FIND_BOARD_BY_NAME_AND_IP_ADDRESS
Get a board's ID given it's IP address.protected static String
SQLQueries. FIND_BOARD_BY_NAME_AND_XYZ
Get a board's ID given it's triad coordinates.protected static String
SQLQueries. FIND_LOCATION
Find an allocatable board with a specific board ID.protected Resource
SQLQueries. findBoardByGlobalChip
Locate a board (using a full set of coordinates) based on global chip coordinates.protected Resource
SQLQueries. findBoardByIPAddress
Locate a board (using a full set of coordinates) based on the IP address of its ethernet chip.protected Resource
SQLQueries. findBoardByJobChip
Locate a board (using a full set of coordinates) based on allocation-local chip coordinates.protected Resource
SQLQueries. findBoardByLogicalCoords
Locate a board (using a full set of coordinates) based on logical triad coordinates.protected Resource
SQLQueries. findBoardByPhysicalCoords
Locate a board (using a full set of coordinates) based on physical cabinet-frame-board coordinates.protected SQL
SQLQueries. findRectangle
Find a rectangle of triads of boards that may be allocated.protected SQL
SQLQueries. findRectangleAt
Find a rectangle of triads of boards rooted at a specific board that may be allocated.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_BY_COORDS
Get a board's ID by its coordinates.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_JOB_IDS
Get basic information about jobs.protected static String
SQLQueries. GET_LIVE_JOB_IDS
Get basic information about live jobs.protected static String
SQLQueries. GET_MACHINE_BY_ID
Get basic information about a specific machine.protected static String
SQLQueries. GET_NAMED_MACHINE
Get basic information about a specific machine.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 static String
SQLQueries. GROUP_SYNC_INSERT_TEMP_ROW
Step 2 of group synchronisation: add a desired group to the temp table.protected static String
SQLQueries. INSERT_BMP
Insert a BMP.protected static String
SQLQueries. INSERT_BOARD
Insert a board.protected static String
SQLQueries. INSERT_BOARD_REPORT
Create a board issue report.protected static String
SQLQueries. INSERT_JOB
Create a job.protected static String
SQLQueries. INSERT_LINK
Insert a link.protected static String
SQLQueries. INSERT_MACHINE_SPINN_5
Insert a machine.protected static String
SQLQueries. INSERT_REQ_BOARD
Create a request to allocate a specific board.protected static String
SQLQueries. INSERT_REQ_N_BOARDS
Create a request to allocate a number of boards.protected static String
SQLQueries. INSERT_REQ_SIZE
Create a request to allocate a rectangle of boards.protected static String
SQLQueries. INSERT_REQ_SIZE_BOARD
Create a request to allocate triads starting at a particular board.protected static String
SQLQueries. INSERT_TAG
Insert a tag.protected Resource
SQLQueries. issueChangeForJob
Create a request to change the power status of a board.protected static String
SQLQueries. MARK_LOGIN_FAILURE
Note the login failure.protected static String
SQLQueries. MARK_LOGIN_SUCCESS
Note the login success.protected static String
SQLQueries. NOTE_DESTROY_REASON
Record the reason for a job being destroyed.protected static String
SQLQueries. REMOVE_USER_FROM_GROUP
Removes a user from a group.protected static String
SQLQueries. SET_BOARD_SERIAL_IDS
Set the BMP and physical serial IDs based on the information actually read off the machine.protected static String
SQLQueries. SET_COLLAB_QUOTA
Set a quota.protected static String
SQLQueries. SET_FUNCTIONING_FIELD
Set the value of a board'sfunctioning
column.protected static String
SQLQueries. SET_JOB_NMPI_JOB
Set the NMPI Job for a Job.protected static String
SQLQueries. SET_JOB_SESSION
Set the NMPI session for a Job.protected static String
SQLQueries. SET_MACHINE_STATE
Set the in-service flag for a machine.protected static String
SQLQueries. SET_MAX_COORDS
Note down the maximum chip coordinates so we can calculate wraparounds correctly.protected static String
SQLQueries. SET_STATE_PENDING
Set the state for a job.protected static String
SQLQueries. SET_USER_DISABLED
Set whether a user is administratively disabled.protected static String
SQLQueries. SET_USER_LOCKED
Set whether a user is locked.protected static String
SQLQueries. SET_USER_NAME
Set a user's name.protected static String
SQLQueries. SET_USER_PASS
Set a user's password.protected static String
SQLQueries. SET_USER_TRUST
Set the amount a user is trusted.protected static String
SQLQueries. UPDATE_GROUP
Update a single group record's name and quota.protected static String
SQLQueries. UPDATE_KEEPALIVE
Update the keepalive timestamp.protected static String
SQLQueries. WRITE_HISTORICAL_ALLOCS
Write to the historical allocations database.protected static String
SQLQueries. WRITE_HISTORICAL_JOBS
Write to the historical jobs database.