Class AllocatedMachine.ConnectionInfo
java.lang.Object
uk.ac.manchester.spinnaker.alloc.client.AllocatedMachine.ConnectionInfo
- Enclosing class:
- AllocatedMachine
@Immutable public static final class AllocatedMachine.ConnectionInfo extends Object
Information about a connection to a board.
-
Constructor Summary
Constructors Constructor Description ConnectionInfo(ChipLocation chip, String hostname)
-
Method Summary
Modifier and Type Method Description ChipLocation
getChip()
String
getHostname()
-
Constructor Details
-
ConnectionInfo
- Parameters:
chip
- Which root chip (of a board) is this about?hostname
- What's the IP address of the chip?
-
-
Method Details
-
getChip
- Returns:
- Which root chip (of a board) is this about?
-
getHostname
- Returns:
- What's the IP address of the chip?
-