Uses of Annotation Interface
uk.ac.manchester.spinnaker.storage.Parameters
Packages that use Parameters
-
Uses of Parameters in uk.ac.manchester.spinnaker.alloc.db
Fields in uk.ac.manchester.spinnaker.alloc.db with annotations of type ParametersModifier and TypeFieldDescriptionprotected static final StringSQLQueries.ADD_BLACKLISTED_CHIPAdd a chip on a board to that board's blacklist.protected static final StringSQLQueries.ADD_BLACKLISTED_COREAdd a core on a board to that board's blacklist.protected static final StringSQLQueries.ADD_BLACKLISTED_LINKAdd a link on a board to that board's blacklist.protected static final StringSQLQueries.ADD_USER_TO_GROUPAdds a user to a group.protected static final StringSQLQueries.ADJUST_QUOTAAdd or remove time from a quota.protected static final StringSQLQueries.ALLOCATE_BOARDS_BOARDTell a board that it is allocated.protected static final StringSQLQueries.ALLOCATE_BOARDS_JOBTell a job that it is allocated.protected static final StringSQLQueries.CHECK_LOCATIONCheck a board with a specific board ID is allocatable.protected SQLSQLQueries.checkRectangleCheck that a rectangle of triads of boards that may be allocated.protected SQLSQLQueries.checkRectangleAtFind a rectangle of triads of boards rooted at a specific board that may be allocated.protected static final StringSQLQueries.COMPLETED_BOARD_INFO_READMark a read of a blacklist or ADC data as completed.protected static final StringSQLQueries.COUNT_CHANGES_FOR_JOBGet the number of changes that are not completed for a job.protected ResourceSQLQueries.countConnectedCount 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 StringSQLQueries.CREATE_BLACKLIST_WRITEInsert a request to write a board's blacklist.protected static final StringSQLQueries.CREATE_GROUPCreate a group record.protected static final StringSQLQueries.CREATE_GROUP_IF_NOT_EXISTSCreate a group record.protected static final StringSQLQueries.CREATE_USERCreate a user.protected static final StringSQLQueries.DEALLOCATE_BMP_BOARDS_JOBTell the boards of a job that they're no longer allocated to the job.protected static final StringSQLQueries.DECREMENT_QUOTAReduce a group's quota on a machine by a specified amount.protected static final StringSQLQueries.DELETE_PENDINGDelete a requests to change the power of a board.protected static final StringSQLQueries.DESTROY_JOBMark a job as dead.protected static final StringSQLQueries.FAILED_BLACKLIST_OPMark a read or write of a blacklist as failed, noting the reason.protected static final StringSQLQueries.FIND_BOARD_BY_NAME_AND_CFBGet a board's ID given it's physical coordinates.protected static final StringSQLQueries.FIND_BOARD_BY_NAME_AND_IP_ADDRESSGet a board's ID given it's IP address.protected static final StringSQLQueries.FIND_BOARD_BY_NAME_AND_XYZGet a board's ID given it's triad coordinates.protected static final StringSQLQueries.FIND_LOCATIONFind an allocatable board with a specific board ID.protected ResourceSQLQueries.findBoardByGlobalChipLocate a board (using a full set of coordinates) based on global chip coordinates.protected ResourceSQLQueries.findBoardByIPAddressLocate a board (using a full set of coordinates) based on the IP address of its ethernet chip.protected ResourceSQLQueries.findBoardByJobChipLocate a board (using a full set of coordinates) based on allocation-local chip coordinates.protected ResourceSQLQueries.findBoardByLogicalCoordsLocate a board (using a full set of coordinates) based on logical triad coordinates.protected ResourceSQLQueries.findBoardByPhysicalCoordsLocate a board (using a full set of coordinates) based on physical cabinet-frame-board coordinates.protected SQLSQLQueries.findRectangleFind a rectangle of triads of boards that may be allocated.protected SQLSQLQueries.findRectangleAtFind a rectangle of triads of boards rooted at a specific board that may be allocated.protected static final StringSQLQueries.GET_BMP_ADDRESSGet the address of the BMP of the root board of the machine.protected static final StringSQLQueries.GET_BMP_BOARD_NUMBERSGet the boards of a BMP that can be used.protected static final StringSQLQueries.GET_BOARD_BY_COORDSGet a board's ID by its coordinates.protected static final StringSQLQueries.GET_GROUP_BY_NAME_AND_MEMBERGet the ID of a particular group that a particular user must be a member of.protected static final StringSQLQueries.GET_JOB_IDSGet basic information about jobs.protected static final StringSQLQueries.GET_LIVE_JOB_IDSGet basic information about live jobs.protected static final StringSQLQueries.GET_MACHINE_BY_IDGet basic information about a specific machine.protected static final StringSQLQueries.GET_NAMED_MACHINEGet basic information about a specific machine.protected ResourceSQLQueries.getConnectedBoardsGet 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 final StringSQLQueries.GROUP_SYNC_INSERT_TEMP_ROWStep 2 of group synchronisation: add a desired group to the temp table.protected static final StringSQLQueries.INSERT_BMPInsert a BMP.protected static final StringSQLQueries.INSERT_BOARDInsert a board.protected static final StringSQLQueries.INSERT_BOARD_REPORTCreate a board issue report.protected static final StringSQLQueries.INSERT_JOBCreate a job.protected static final StringSQLQueries.INSERT_LINKInsert a link.protected static final StringSQLQueries.INSERT_MACHINE_SPINN_5Insert a machine.protected static final StringSQLQueries.INSERT_REQ_BOARDCreate a request to allocate a specific board.protected static final StringSQLQueries.INSERT_REQ_N_BOARDSCreate a request to allocate a number of boards.protected static final StringSQLQueries.INSERT_REQ_SIZECreate a request to allocate a rectangle of boards.protected static final StringSQLQueries.INSERT_REQ_SIZE_BOARDCreate a request to allocate triads starting at a particular board.protected static final StringSQLQueries.INSERT_TAGInsert a tag.protected ResourceSQLQueries.issueChangeForJobCreate a request to change the power status of a board.protected static final StringSQLQueries.MARK_LOGIN_FAILURENote the login failure.protected static final StringSQLQueries.MARK_LOGIN_SUCCESSNote the login success.protected static final StringSQLQueries.NOTE_DESTROY_REASONRecord the reason for a job being destroyed.protected static final StringSQLQueries.REMOVE_USER_FROM_GROUPRemoves a user from a group.protected static final StringSQLQueries.SET_BOARD_SERIAL_IDSSet the BMP and physical serial IDs based on the information actually read off the machine.protected static final StringSQLQueries.SET_COLLAB_QUOTASet a quota.protected static final StringSQLQueries.SET_FUNCTIONING_FIELDSet the value of a board'sfunctioningcolumn.protected static final StringSQLQueries.SET_JOB_NMPI_JOBSet the NMPI Job for a Job.protected static final StringSQLQueries.SET_JOB_SESSIONSet the NMPI session for a Job.protected static final StringSQLQueries.SET_MACHINE_STATESet the in-service flag for a machine.protected static final StringSQLQueries.SET_MAX_COORDSNote down the maximum chip coordinates so we can calculate wraparounds correctly.protected static final StringSQLQueries.SET_STATE_PENDINGSet the state for a job.protected static final StringSQLQueries.SET_USER_DISABLEDSet whether a user is administratively disabled.protected static final StringSQLQueries.SET_USER_LOCKEDSet whether a user is locked.protected static final StringSQLQueries.SET_USER_NAMESet a user's name.protected static final StringSQLQueries.SET_USER_PASSSet a user's password.protected static final StringSQLQueries.SET_USER_TRUSTSet the amount a user is trusted.protected static final StringSQLQueries.UPDATE_GROUPUpdate a single group record's name and quota.protected static final StringSQLQueries.UPDATE_KEEPALIVEUpdate the keepalive timestamp.protected static final StringSQLQueries.WRITE_HISTORICAL_ALLOCSWrite to the historical allocations database.protected static final StringSQLQueries.WRITE_HISTORICAL_JOBSWrite to the historical jobs database.