Class MachineDefinitionLoader.Configuration
java.lang.Object
uk.ac.manchester.spinnaker.alloc.admin.MachineDefinitionLoader.Configuration
- Enclosing class:
- MachineDefinitionLoader
A configuration description. JSON-deserializable (the only supported
 mechanism for generating an instance). Largely ignored as it represents
 configuration settings that we handle elsewhere. However, the
 
machines property is interesting.- Author:
- Donal Fellows
- 
Constructor Details- 
Configurationpublic Configuration()
 
- 
- 
Method Details- 
getMachines- Returns:
- The machines to manage.
 
- 
getPortpublic int getPort()- Returns:
- The port for the service to listen on. (Ignored)
 
- 
getIp- Returns:
- The host address for the service to listen on. Empty = all interfaces. (Ignored)
 
- 
getTimeoutCheckIntervalpublic double getTimeoutCheckInterval()- Returns:
- How often (in seconds) to check for timeouts. (Ignored)
 
- 
getMaxRetiredJobspublic int getMaxRetiredJobs()- Returns:
- How many retired jobs to retain. (Ignored)
 
- 
getSecondsBeforeFreepublic int getSecondsBeforeFree()- Returns:
- Time to wait before freeing. (Ignored)
 
- 
toString
 
-