Interface WebServiceComponentNames
public interface WebServiceComponentNames
Names of parts of this web service.
- Author:
- Donal Fellows
-
Field Summary
Fields Modifier and Type Field Description static String
ADDRESS
The memory address query parameter name.static String
BOOT
The boot path.static String
CHIP_P
The P coordinate query parameter name.static String
CHIP_X
The X coordinate query parameter name.static String
CHIP_Y
The Y coordinate query parameter name.static String
ETH_ADDRESS
The Ethernet address query parameter name.static String
ETH_X
The X coordinate of the Ethernet chip of the chip.static String
ETH_Y
The Y coordinate of the Ethernet chip of the chip.static String
FAST_DATA_READ
The fast-data-read path.static String
FAST_DATA_WRITE
The fast-data-write path.static String
GATHER_P
The processor ID of the gather core.static String
GATHER_X
The X coordinate of the gather core.static String
GATHER_Y
The Y coordinate of the gather core.static String
ID
The ID path parameter name.static String
IPTAG
The IPTag query parameter name.static String
JOB
The job resource name component.static String
JOB_BOARD_BY_CHIP
The job board-by-chip resource name component.static String
JOB_KEEPALIVE
The job keep-alive resource name component.static String
JOB_MACHINE
The job machine resource name component.static String
JOB_MACHINE_POWER
The job power resource name component.static String
MACH
The machine resource name component.static String
MACH_BOARD_BY_ADDRESS
The machine board IP address resource name component.static String
MACH_BOARD_BY_CHIP
The machine chip resource name component.static String
MACH_BOARD_BY_LOGICAL
The machine logical board resource name component.static String
MACH_BOARD_BY_PHYSICAL
The machine physical board resource name component.static String
MEMORY
The job memory to read or write.static String
NAME
The name path parameter name.static String
REPORT_ISSUE
The job report-an-issue-with-a-board resource name component.static String
SERV
The overall service name in URL space.static String
SIZE
The size to read or write query parameter name.static String
WAIT
The wait-for-change query parameter name.
-
Field Details
-
SERV
The overall service name in URL space.- See Also:
- Constant Field Values
-
MACH
The machine resource name component.- See Also:
- Constant Field Values
-
MACH_BOARD_BY_LOGICAL
The machine logical board resource name component.- See Also:
- Constant Field Values
-
MACH_BOARD_BY_PHYSICAL
The machine physical board resource name component.- See Also:
- Constant Field Values
-
MACH_BOARD_BY_CHIP
The machine chip resource name component.- See Also:
- Constant Field Values
-
MACH_BOARD_BY_ADDRESS
The machine board IP address resource name component.- See Also:
- Constant Field Values
-
JOB
The job resource name component.- See Also:
- Constant Field Values
-
JOB_KEEPALIVE
The job keep-alive resource name component.- See Also:
- Constant Field Values
-
JOB_MACHINE
The job machine resource name component.- See Also:
- Constant Field Values
-
JOB_MACHINE_POWER
The job power resource name component.- See Also:
- Constant Field Values
-
JOB_BOARD_BY_CHIP
The job board-by-chip resource name component.- See Also:
- Constant Field Values
-
REPORT_ISSUE
The job report-an-issue-with-a-board resource name component.- See Also:
- Constant Field Values
-
MEMORY
The job memory to read or write.- See Also:
- Constant Field Values
-
BOOT
The boot path.- See Also:
- Constant Field Values
-
FAST_DATA_WRITE
The fast-data-write path.- See Also:
- Constant Field Values
-
FAST_DATA_READ
The fast-data-read path.- See Also:
- Constant Field Values
-
WAIT
The wait-for-change query parameter name.- See Also:
- Constant Field Values
-
ID
The ID path parameter name.- See Also:
- Constant Field Values
-
NAME
The name path parameter name.- See Also:
- Constant Field Values
-
CHIP_X
The X coordinate query parameter name.- See Also:
- Constant Field Values
-
CHIP_Y
The Y coordinate query parameter name.- See Also:
- Constant Field Values
-
CHIP_P
The P coordinate query parameter name.- See Also:
- Constant Field Values
-
ETH_X
The X coordinate of the Ethernet chip of the chip.- See Also:
- Constant Field Values
-
ETH_Y
The Y coordinate of the Ethernet chip of the chip.- See Also:
- Constant Field Values
-
GATHER_X
The X coordinate of the gather core.- See Also:
- Constant Field Values
-
GATHER_Y
The Y coordinate of the gather core.- See Also:
- Constant Field Values
-
GATHER_P
The processor ID of the gather core.- See Also:
- Constant Field Values
-
ADDRESS
The memory address query parameter name.- See Also:
- Constant Field Values
-
SIZE
The size to read or write query parameter name.- See Also:
- Constant Field Values
-
ETH_ADDRESS
The Ethernet address query parameter name.- See Also:
- Constant Field Values
-
IPTAG
The IPTag query parameter name.- See Also:
- Constant Field Values
-