Class JobConstants
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.JobConstants
public abstract class JobConstants extends Object
Default values for various configuration file options.
- Author:
- Donal Fellows
-
Field Summary
Fields Modifier and Type Field Description static String
COLLAB_PROPERTY
Name of property/parameter.static String
GROUP_PROPERTY
Name of property/parameter.static String
HOSTNAME_PROPERTY
Name of property/parameter.static double
KEEPALIVE_DEFAULT
Default value for "keepalive".static String
KEEPALIVE_PROPERTY
Name of property/parameter.static String
MACHINE_DEFAULT
Default value for "machine".static String
MACHINE_PROPERTY
Name of property/parameter.static int
MAX_DEAD_BOARDS_DEFAULT
Default value for "max_dead_boards".static String
MAX_DEAD_BOARDS_PROPERTY
Name of property/parameter.static Integer
MAX_DEAD_LINKS_DEFAULT
Default value for "max_dead_links".static String
MAX_DEAD_LINKS_PROPERTY
Name of property/parameter.static double
MIN_RATIO_DEFAULT
Default value for "min_ratio".static String
MIN_RATIO_PROPERTY
Name of property/parameter.static String
NMPI_JOB_PROPERTY
Name of property/parameter.static int
PORT_DEFAULT
Default value for "port".static String
PORT_PROPERTY
Name of property/parameter.static double
RECONNECT_DELAY_DEFAULT
Default value for "reconnect_delay".static String
RECONNECT_DELAY_PROPERTY
Name of property/parameter.static String
REQUIRE_TORUS_PROPERTY
Name of property/parameter.static String
TAGS_DEFAULT
Default value for "tags".static String
TAGS_PROPERTY
Name of property/parameter.static double
TIMEOUT_DEFAULT
Default value for "timeout".static String
TIMEOUT_PROPERTY
Name of property/parameter.static String
USER_PROPERTY
Name of property/parameter. -
Method Summary
-
Field Details
-
PORT_DEFAULT
public static final int PORT_DEFAULTDefault value for "port".- See Also:
- Constant Field Values
-
KEEPALIVE_DEFAULT
public static final double KEEPALIVE_DEFAULTDefault value for "keepalive".- See Also:
- Constant Field Values
-
RECONNECT_DELAY_DEFAULT
public static final double RECONNECT_DELAY_DEFAULTDefault value for "reconnect_delay".- See Also:
- Constant Field Values
-
TIMEOUT_DEFAULT
public static final double TIMEOUT_DEFAULTDefault value for "timeout".- See Also:
- Constant Field Values
-
MACHINE_DEFAULT
Default value for "machine". -
TAGS_DEFAULT
Default value for "tags". -
MIN_RATIO_DEFAULT
public static final double MIN_RATIO_DEFAULTDefault value for "min_ratio".- See Also:
- Constant Field Values
-
MAX_DEAD_BOARDS_DEFAULT
public static final int MAX_DEAD_BOARDS_DEFAULTDefault value for "max_dead_boards".- See Also:
- Constant Field Values
-
MAX_DEAD_LINKS_DEFAULT
Default value for "max_dead_links". -
HOSTNAME_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-
PORT_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-
USER_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-
KEEPALIVE_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-
RECONNECT_DELAY_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-
MACHINE_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-
TAGS_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-
MIN_RATIO_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-
MAX_DEAD_BOARDS_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-
MAX_DEAD_LINKS_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-
REQUIRE_TORUS_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-
TIMEOUT_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-
GROUP_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-
COLLAB_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-
NMPI_JOB_PROPERTY
Name of property/parameter.- See Also:
- Constant Field Values
-