Uses of Class
uk.ac.manchester.spinnaker.utils.validation.IPAddress
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc |
Allocation service for SpiNNaker.
|
uk.ac.manchester.spinnaker.alloc.admin |
Administrative interfaces for spalloc server.
|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.client |
Java client for the SpiNNaker allocation service.
|
uk.ac.manchester.spinnaker.alloc.compat |
Spalloc v1 compatibility interface.
|
uk.ac.manchester.spinnaker.alloc.web |
The user-facing web interface to the new spalloc service.
|
uk.ac.manchester.spinnaker.messages.model |
Model support classes for the communication messages.
|
uk.ac.manchester.spinnaker.py2json |
Conversion utility.
|
uk.ac.manchester.spinnaker.storage |
Storage management.
|
uk.ac.manchester.spinnaker.utils.validation |
Utilities for validation of things.
|
-
Uses of IPAddress in uk.ac.manchester.spinnaker.alloc
Methods in uk.ac.manchester.spinnaker.alloc with annotations of type IPAddress Modifier and Type Method Description @NotNull @IPAddress(emptyOK=true) String
SpallocProperties.ProxyProperties. getLocalHost()
-
Uses of IPAddress in uk.ac.manchester.spinnaker.alloc.admin
Method parameters in uk.ac.manchester.spinnaker.alloc.admin with annotations of type IPAddress Modifier and Type Method Description Optional<MachineStateControl.BoardState>
MachineStateControl. findIP(@NotBlank String machine, @IPAddress String address)
Look up a board for management.default boolean
AdminAPI. getBoardState(@NotBlank(message="machine name is required") String machineName, @ValidTriadX Integer x, @ValidTriadY Integer y, @ValidTriadZ Integer z, @ValidCabinetNumber Integer c, @ValidFrameNumber Integer f, @ValidBoardNumber Integer b, @IPAddress(nullOK=true) String address)
Describe the enable state of a board.boolean
AdminAPI. getBoardStateAddress(String name, @IPAddress String address)
Find board by IP address and return its state.default boolean
AdminAPI. setBoardState(@NotBlank(message="machine name is required") String machineName, @ValidTriadX Integer x, @ValidTriadY Integer y, @ValidTriadZ Integer z, @ValidCabinetNumber Integer c, @ValidFrameNumber Integer f, @ValidBoardNumber Integer b, @IPAddress(nullOK=true) String address, boolean enabled)
Enable or disable a board.boolean
AdminAPI. setBoardStateAddress(@NotBlank String name, @IPAddress String address, boolean enabled)
Enable or disable a board. -
Uses of IPAddress in uk.ac.manchester.spinnaker.alloc.allocator
Fields in uk.ac.manchester.spinnaker.alloc.allocator with annotations of type IPAddress Modifier and Type Field Description @IPAddress(nullOK=true) String
SpallocAPI.HasBoardCoords. ip
The network coordinates, ornull
.Method parameters in uk.ac.manchester.spinnaker.alloc.allocator with annotations of type IPAddress Modifier and Type Method Description void
SpallocAPI.Job. access(@NotNull @IPAddress String keepaliveAddress)
Update the keepalive.static SpallocAPI.CreateBoard
SpallocAPI.CreateBoard. address(@IPAddress String ip)
Create a request for a specific board.Optional<SpallocAPI.BoardLocation>
SpallocAPI.Machine. getBoardByIPAddress(@IPAddress String address)
Get a description of the location of a board given the address of its ethernet chip.void
SpallocAPI. reportProblem(@IPAddress String address, HasChipLocation coreLocation, String description, Permit permit)
Tells the service that there may be a problem with a board at a particular address. -
Uses of IPAddress in uk.ac.manchester.spinnaker.alloc.client
Method parameters in uk.ac.manchester.spinnaker.alloc.client with annotations of type IPAddress Modifier and Type Method Description WhereIs
SpallocClient.Machine. getBoard(@IPAddress String address)
Given an IP address, return more info about a board. -
Uses of IPAddress in uk.ac.manchester.spinnaker.alloc.compat
Method parameters in uk.ac.manchester.spinnaker.alloc.compat with annotations of type IPAddress Modifier and Type Method Description protected abstract void
V1CompatTask. reportProblem(@IPAddress String address, @ValidX Integer x, @ValidY Integer y, @ValidP Integer p, String description)
Report a problem with a board, chip or core. -
Uses of IPAddress in uk.ac.manchester.spinnaker.alloc.web
Fields in uk.ac.manchester.spinnaker.alloc.web with annotations of type IPAddress Modifier and Type Field Description @IPAddress(nullOK=true,message="address must be an IP address") String
CreateJobRequest.SpecificBoard. address
The IP address of the board.@IPAddress(nullOK=true,message="address must be an IP address") String
IssueReportRequest.ReportedBoard. address
The IP address of the board.Method parameters in uk.ac.manchester.spinnaker.alloc.web with annotations of type IPAddress Modifier and Type Method Description WhereIsResponse
SpallocServiceAPI.MachineAPI. whereIsIPAddress(@IPAddress String address)
Get the location description of a board given its ethernet chip's IP address. -
Uses of IPAddress in uk.ac.manchester.spinnaker.messages.model
Fields in uk.ac.manchester.spinnaker.messages.model with annotations of type IPAddress Modifier and Type Field Description @IPAddress InetAddress
BMPConnectionData. ipAddress
The IP address of the BMP. -
Uses of IPAddress in uk.ac.manchester.spinnaker.py2json
Fields in uk.ac.manchester.spinnaker.py2json with annotations of type IPAddress Modifier and Type Field Description @IPAddress(emptyOK=true) String
Configuration. ip
The host address for the service to listen on. -
Uses of IPAddress in uk.ac.manchester.spinnaker.storage
Fields in uk.ac.manchester.spinnaker.storage with annotations of type IPAddress Modifier and Type Field Description @IPAddress String
DSEStorage.Ethernet. ethernetAddress
The network address of this ethernet. -
Uses of IPAddress in uk.ac.manchester.spinnaker.utils.validation
Methods in uk.ac.manchester.spinnaker.utils.validation with parameters of type IPAddress Modifier and Type Method Description void
IPAddress.Validator. initialize(IPAddress annotation)