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