Uses of Class
uk.ac.manchester.spinnaker.storage.Parameter
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.db |
Database support for Spalloc server.
|
uk.ac.manchester.spinnaker.storage |
Storage management.
|
-
Uses of Parameter in uk.ac.manchester.spinnaker.alloc.db
Fields in uk.ac.manchester.spinnaker.alloc.db with annotations of type Parameter Modifier and Type Field Description protected static String
SQLQueries. CLEAR_BLACKLISTED_CHIPS
Delete all blacklist entries for chips on a board.protected static String
SQLQueries. CLEAR_BLACKLISTED_CORES
Delete all blacklist entries for cores on a board.protected static String
SQLQueries. CLEAR_BLACKLISTED_LINKS
Delete all blacklist entries for links on a board.protected static String
SQLQueries. COMPLETED_BLACKLIST_WRITE
Mark a write of a blacklist as completed.protected static String
SQLQueries. COMPLETED_GET_SERIAL_REQ
Mark a read of serial data as completed.protected static String
SQLQueries. COUNT_FUNCTIONING_BOARDS
Check there is a single free board.protected static String
SQLQueries. COUNT_MACHINE_THINGS
Count things on a machine.protected static String
SQLQueries. COUNT_POWERED_BOARDS
Counts the number of powered-on boards of a job.protected static String
SQLQueries. CREATE_BLACKLIST_READ
Insert a request to read a board's blacklist.protected static String
SQLQueries. CREATE_SERIAL_READ_REQ
Insert a request to read a board's serial information.protected static String
SQLQueries. CREATE_TEMP_READ_REQ
Insert a request to read a board's temperature data.protected static String
SQLQueries. DELETE_ALLOC_RECORD
Actually delete an allocation record.protected static String
SQLQueries. DELETE_BLACKLIST_OP
Delete a blacklist request.protected static String
SQLQueries. DELETE_GROUP
Delete a single group record and returns the name of the deleted group.protected static String
SQLQueries. DELETE_JOB_RECORD
Actually delete a job record.protected static String
SQLQueries. DELETE_MACHINE_TAGS
Delete all tags for a machine.protected static String
SQLQueries. DELETE_NMPI_JOB
Actually delete an NMPI job record.protected static String
SQLQueries. DELETE_NMPI_SESSION
Actually delete an NMPI session record.protected static String
SQLQueries. DELETE_TASK
Delete an allocation task.protected static String
SQLQueries. DELETE_USER
Delete a user.protected static String
SQLQueries. ERROR_PENDING
Set a request to change the power of a board to an error.protected static String
SQLQueries. FIND_BOARD_BY_ID
Get a board's full coordinate info given it's ID.protected static String
SQLQueries. FIND_FREE_BOARD
Find a single free board.protected static String
SQLQueries. FINISHED_PENDING
Delete a request to change the power of a board.protected static String
SQLQueries. GET_ALL_BMP_BOARDS
Get all the boards of a BMP.protected static String
SQLQueries. GET_ALL_BOARDS
Get all the boards (and related info) of a machine.protected static String
SQLQueries. GET_ALL_MACHINES
Get basic information about all machines.protected static String
SQLQueries. GET_AVAILABLE_BOARD_NUMBERS
Get the boards that are available for allocation.protected static String
SQLQueries. GET_BLACKLIST_READS
Get the list of reads (from the machine) of blacklist data to perform.protected static String
SQLQueries. GET_BLACKLIST_WRITES
Get the list of writes (to the machine) of blacklist data to perform.protected static String
SQLQueries. GET_BLACKLISTED_CHIPS
Read the blacklisted chips for a board.protected static String
SQLQueries. GET_BLACKLISTED_CORES
Read the blacklisted cores for a board.protected static String
SQLQueries. GET_BLACKLISTED_LINKS
Read the blacklisted links for a board.protected static String
SQLQueries. GET_BOARD_ADDRESS
Get the address of the root chip of a board.protected static String
SQLQueries. GET_BOARD_CONNECT_INFO
Get connection info for board allocated to a job.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_BOARD_POWER_INFO
Get whether a board is powered.protected static String
SQLQueries. GET_BOARD_REPORTS
Get the problem reports about a board.protected static String
SQLQueries. GET_CHANGES
Get the requests to change the power of boards on a BMP.protected static String
SQLQueries. GET_COMPLETED_BLACKLIST_OP
Retrieve a completed request to read or write a BMP-related data for a board.protected static String
SQLQueries. GET_CURRENT_USAGE
Get the current non-consolidated usage for a group.protected static String
SQLQueries. GET_DEAD_BOARDS
Get the boards (and related info) of a machine that have been disabled.protected static String
SQLQueries. GET_FUNCTIONING_FIELD
Get the value of a board'sfunctioning
column.protected static String
SQLQueries. GET_GROUP_BY_ID
Get a group by it's ID.protected static String
SQLQueries. GET_GROUP_BY_NAME
Get a group by it's name.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_JOB
Get basic information about a specific job.protected static String
SQLQueries. GET_JOB_BOARD_COORDS
Get the coords of boards assigned to a job.protected static String
SQLQueries. GET_JOB_BOARDS
Get what boards are allocated to a job.protected static String
SQLQueries. GET_JOB_CHIP_DIMENSIONS
Get the chip dimensions of a job.protected static String
SQLQueries. GET_JOB_NMPI_JOB
Get the NMPI Job for a Job.protected static String
SQLQueries. GET_JOB_SESSION
Get the NMPI Session for a Job.protected static String
SQLQueries. GET_JOB_USAGE_AND_QUOTA
Get usage of a job and the quota against which that applies.protected static String
SQLQueries. GET_LIVE_BOARDS
Get the boards (and related info) of a machine that are in service.protected static String
SQLQueries. GET_LOCAL_USER_DETAILS
Get a local user's basic details.protected static String
SQLQueries. GET_MACHINE_JOBS
Get basic info about active jobs on a machine.protected static String
SQLQueries. GET_MACHINE_REPORTS
Get the problem reports about boards in a machine.protected static String
SQLQueries. GET_MACHINE_WRAPS
Get whether a machine wraps in horizontal or vertical directions.protected static String
SQLQueries. GET_MEMBERSHIP
Get the details from a specific membership.protected static String
SQLQueries. GET_MEMBERSHIPS_OF_USER
Get the memberships of a user.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_ROOT_COORDS
Get the coordinates of a board.protected static String
SQLQueries. GET_ROOT_OF_BOARD
Get the coordinates of the root chip of a board.protected static String
SQLQueries. GET_SERIAL_INFO_REQS
Get the list of reads (from the machine) of serial data to perform.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_TEMP_INFO_REQS
Get the list of reads (from the machine) of temperature data to perform.protected static String
SQLQueries. GET_USER_AUTHORITIES
Get the permissions and encrypted password for a user.protected static String
SQLQueries. GET_USER_DETAILS
Get details about a user.protected static String
SQLQueries. GET_USER_DETAILS_BY_NAME
Get details about a user.protected static String
SQLQueries. GET_USER_DETAILS_BY_SUBJECT
Get details about a user.protected static String
SQLQueries. GET_USER_ID
Get the ID of a user.protected static String
SQLQueries. GET_USER_QUOTA
Get the quota for a user.protected static String
SQLQueries. GET_USERS_OF_GROUP
List the members of a group.protected Resource
SQLQueries. getAllocationTasks
Get the list of allocation tasks.protected Resource
SQLQueries. getDeadLinks
Get the links of a machine that have been disabled.protected Resource
SQLQueries. getJobsWithChanges
Get jobs on a machine that have changes that can be processed.protected Resource
SQLQueries. getPerimeterLinks
Get the links on the perimeter of the allocation to a job.protected Resource
SQLQueries. getReportedBoards
Get enabled boards with at least as many reported problems as a given threshold.protected static String
SQLQueries. GROUP_SYNC_ADD_GROUPS
Step 3 of group synchronisation: add real missing groups.protected static String
SQLQueries. GROUP_SYNC_REMOVE_GROUPS
Step 4 of group synchronisation: remove real groups no longer wanted.protected static String
SQLQueries. IS_BOARD_BLACKLIST_CURRENT
Asks whether the blacklist model for a board is believed to be synchronised to the hardware.protected static String
SQLQueries. IS_USER_LOCKED
Test if a user account is locked or disabled.protected static String
SQLQueries. KILL_JOB_ALLOC_TASK
Delete a request to allocate resources for a job.protected static String
SQLQueries. LIST_ALL_GROUPS_OF_TYPE
Get a list of all groups of a given type.protected static String
SQLQueries. LIST_ALL_USERS_OF_TYPE
Get a list of all users.protected static String
SQLQueries. LIST_MACHINE_NAMES
Get the machine names in alphabetical order.protected static String
SQLQueries. MARK_BOARD_BLACKLIST_CHANGED
Mark a board as having had its blacklist modified.protected static String
SQLQueries. MARK_BOARD_BLACKLIST_SYNCHED
Mark a board as having had its blacklist synchronised with the hardware.protected static String
SQLQueries. MARK_CONSOLIDATED
Mark a job as having had its resource usage consolidated.protected static String
SQLQueries. READ_HISTORICAL_ALLOCS
Read historical allocations to be written to the historical data DB.protected static String
SQLQueries. READ_HISTORICAL_JOBS
Read historical jobs to be written to the historical data DB.protected static String
SQLQueries. SET_BOARD_POWER_OFF
Set the power state of a board.protected static String
SQLQueries. SET_BOARD_POWER_ON
Set the power state of a board.protected static String
SQLQueries. SET_STATE_DESTROYED
Set the state destroyed and number of pending changes for a job.protected static String
SQLQueries. UNLOCK_LOCKED_USERS
Unlock accounts. -
Uses of Parameter in uk.ac.manchester.spinnaker.storage
Methods in uk.ac.manchester.spinnaker.storage that return Parameter Modifier and Type Method Description Parameter[]
value()
Describes what parameters are supported by the statement once it is prepared.