JobSystemRemoteMachineSetting class is used for JobSystemRemoteMachineSetting.
This class can be obtained from Application class.
.
More...
JobSystemRemoteMachineSetting class is used for JobSystemRemoteMachineSetting.
This class can be obtained from Application class.
.
Example of calling the class object:
app.GetJobSystemRemoteMachineSetting()
- Author
- Author
- Kenji Nomura
- Date
- Date
- 2025/01/31 23:58:42
- Version
- Id
- header_template.sh,v 1.2 2025/01/31 23:58:42 nomura Exp
| void JobSystemRemoteMachineSetting::AddHost |
( |
String & |
hostname, |
|
|
int |
port, |
|
|
int |
cores, |
|
|
bool |
enabled = true |
|
) |
| |
Add a host.
- Parameters
-
| hostname | Hostname |
| port | port number |
| cores | Cores |
| enabled | enabled |
| void JobSystemRemoteMachineSetting::DeleteHost |
( |
String & |
hostname | ) |
|
Delete a host.
- Parameters
-
| int JobSystemRemoteMachineSetting::GetCores |
( |
String & |
hostname | ) |
|
Set a host cores.
- Parameters
-
- Returns
- cores
| bool JobSystemRemoteMachineSetting::GetEnabledHost |
( |
String & |
hostname | ) |
|
Get a host availability.
- Parameters
-
- Returns
- enabled enabled
| String JobSystemRemoteMachineSetting::GetHost |
( |
int |
index | ) |
|
Return a host name.
- Parameters
-
- Returns
- host name
| int JobSystemRemoteMachineSetting::GetLocalCores |
( |
| ) |
|
Returns a local cores.
- Returns
- コア数
| int JobSystemRemoteMachineSetting::GetPortNo |
( |
String & |
hostname | ) |
|
Get a host portnumber.
- Parameters
-
- Returns
- port
| bool JobSystemRemoteMachineSetting::IsValid |
( |
| ) |
|
Returns True if an object is valid.
- Returns
- Whether or not the VibrationDefinition objects in the list are valid
| int JobSystemRemoteMachineSetting::NumHosts |
( |
| ) |
|
Return number of hosts.
- Returns
- Number of hosts
| void JobSystemRemoteMachineSetting::SetCores |
( |
String & |
hostname, |
|
|
int |
cores |
|
) |
| |
Set a host cores.
- Parameters
-
| hostname | Hostname |
| enabled | enabled |
| void JobSystemRemoteMachineSetting::SetEnabledHost |
( |
String & |
hostname, |
|
|
bool |
enabled |
|
) |
| |
Set a host availability.
- Parameters
-
| hostname | Hostname |
| enabled | enabled |
| void JobSystemRemoteMachineSetting::SetLocalCores |
( |
int |
cores | ) |
|
Specifies a local cores.
- Parameters
-