Uses of Annotation Interface
uk.ac.manchester.spinnaker.storage.SingleRowResult
Packages that use SingleRowResult
-
Uses of SingleRowResult in uk.ac.manchester.spinnaker.alloc.db
Fields in uk.ac.manchester.spinnaker.alloc.db with annotations of type SingleRowResultModifier and TypeFieldDescriptionprotected static final StringSQLQueries.CHECK_LOCATIONCheck a board with a specific board ID is allocatable.protected SQLSQLQueries.checkRectangleAtFind a rectangle of triads of boards rooted at a specific board that may be allocated.protected static final StringSQLQueries.COUNT_FUNCTIONING_BOARDSCheck there is a single free board.protected static final StringSQLQueries.COUNT_MACHINE_THINGSCount things on a machine.protected static final StringSQLQueries.COUNT_POWERED_BOARDSCounts the number of powered-on boards of 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.DELETE_GROUPDelete a single group record and returns the name of the deleted group.protected static final StringSQLQueries.FIND_BOARD_BY_IDGet a board's full coordinate info given it's ID.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_FREE_BOARDFind a single free board.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.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_BOARD_ADDRESSGet the address of the root chip of a board.protected static final StringSQLQueries.GET_BOARD_BY_COORDSGet a board's ID by its coordinates.protected static final StringSQLQueries.GET_BOARD_JOBGet What job is allocated to a board.protected static final StringSQLQueries.GET_BOARD_POWER_INFOGet whether a board is powered.protected static final StringSQLQueries.GET_COMPLETED_BLACKLIST_OPRetrieve a completed request to read or write a BMP-related data for a board.protected static final StringSQLQueries.GET_CURRENT_USAGEGet the current non-consolidated usage for a group.protected static final StringSQLQueries.GET_FUNCTIONING_FIELDGet the value of a board'sfunctioningcolumn.protected static final StringSQLQueries.GET_GROUP_BY_IDGet a group by it's ID.protected static final StringSQLQueries.GET_GROUP_BY_NAMEGet a group by it's name.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_GROUP_QUOTAGet the quota for a group.protected static final StringSQLQueries.GET_JOBGet basic information about a specific job.protected static final StringSQLQueries.GET_JOB_CHIP_DIMENSIONSGet the chip dimensions of a job.protected static final StringSQLQueries.GET_JOB_USAGE_AND_QUOTAGet usage of a job and the quota against which that applies.protected static final StringSQLQueries.GET_LOCAL_USER_DETAILSGet a local user's basic details.protected static final StringSQLQueries.GET_MACHINE_BY_IDGet basic information about a specific machine.protected static final StringSQLQueries.GET_MACHINE_WRAPSGet whether a machine wraps in horizontal or vertical directions.protected static final StringSQLQueries.GET_MEMBERSHIPGet the details from a specific membership.protected static final StringSQLQueries.GET_NAMED_MACHINEGet basic information about a specific machine.protected static final StringSQLQueries.GET_ROOT_BMP_ADDRESSGet the address of the BMP of the root board of the machine.protected static final StringSQLQueries.GET_ROOT_COORDSGet the coordinates of a board.protected static final StringSQLQueries.GET_ROOT_OF_BOARDGet the coordinates of the root chip of a board.protected static final StringSQLQueries.GET_SUM_BOARDS_POWEREDGet the number of boards that are allocated to a job that are switched on.protected static final StringSQLQueries.GET_USER_AUTHORITIESGet the permissions and encrypted password for a user.protected static final StringSQLQueries.GET_USER_DETAILSGet details about a user.protected static final StringSQLQueries.GET_USER_DETAILS_BY_NAMEGet details about a user.protected static final StringSQLQueries.GET_USER_DETAILS_BY_SUBJECTGet details about a user.protected static final StringSQLQueries.GET_USER_IDGet the ID of a user.protected static final StringSQLQueries.GET_USER_QUOTAGet the quota for a user.protected static final StringSQLQueries.IS_BOARD_BLACKLIST_CURRENTAsks whether the blacklist model for a board is believed to be synchronised to the hardware.protected static final StringSQLQueries.IS_USER_LOCKEDTest if a user account is locked or disabled.protected static final StringSQLQueries.UPDATE_GROUPUpdate a single group record's name and quota.