@Generated(value="org.jsonschema2pojo") public class ExecutionEnvironment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutionEnvironment.CPUMultiplicity |
| Constructor and Description |
|---|
ExecutionEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getApplicationEnvironmentID()
ID(s) of ApplicationEnvironments available in this ExecutionEnvironment
|
List<String> |
getBenchmarkID()
ID(s) of Benchmarks associated with this ExecutionEnvironment
|
Boolean |
getConnectivityIn()
True if direct inbound network connectiity is available to a running job
|
Boolean |
getConnectivityOut()
True if direct outbound network connectiity is available to a running job
|
Integer |
getCPUClockSpeed()
The clock speed of the CPU (MHz)
|
String |
getCPUModel()
The model of the CPU, as defined by the vendor
|
ExecutionEnvironment.CPUMultiplicity |
getCPUMultiplicity()
Information about the CPUs and cores in an execution environment
|
Object |
getCPUTimeScalingFactor()
The factor used by the ComputingManager to scale the CPU time limit
|
String |
getCPUVendor()
The name of the manufacturer of the CPU
|
String |
getCPUVersion()
The specific version name of the CPU, as defined by the vendor
|
Integer |
getLogicalCPUs()
The number of logical CPUs in one ExecutionEnvironment instance
|
Integer |
getMainMemorySize()
The total amount of physical RAM in one ExecutionEnvironment instance (MB)
|
List<String> |
getNetworkInfo()
The types of internal network connections between ExecutionEnvironments - NetworkInfo_t (open enumeration)
|
String |
getOSFamily()
The general family of the operating system - OSFamily_t (open enumeration)
|
String |
getOSName()
The specific name of the operating system - OSName_t (open enumeration)
|
String |
getOSVersion()
The version of the operating system, as defined by the vendor
|
Integer |
getPhysicalCPUs()
The number of physical CPUs in one ExecutionEnvironment instance
|
String |
getPlatform()
The platform architecture - Platform_t (open enumeration)
|
Integer |
getTotalInstances()
The total number of ExecutionEnvironment instances
|
Integer |
getUnavailableInstances()
The number of ExecutionEnvironment instances that are unavailable
|
Integer |
getUsedInstances()
The number of ExecutionEnvironment instances in use
|
Boolean |
getVirtualMachine()
True if the ExecutionEnvironment is a virtual machine
|
Integer |
getVirtualMemorySize()
The total amount of virtual memory (RAM+swap) in one ExecutionEnvironment instance (MB)
|
Object |
getWallTimeScalingFactor()
The factor used by the ComputingManager to scale the wallclock time limit
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setApplicationEnvironmentID(List<String> applicationEnvironmentID)
ID(s) of ApplicationEnvironments available in this ExecutionEnvironment
|
void |
setBenchmarkID(List<String> benchmarkID)
ID(s) of Benchmarks associated with this ExecutionEnvironment
|
void |
setConnectivityIn(Boolean connectivityIn)
True if direct inbound network connectiity is available to a running job
|
void |
setConnectivityOut(Boolean connectivityOut)
True if direct outbound network connectiity is available to a running job
|
void |
setCPUClockSpeed(Integer cPUClockSpeed)
The clock speed of the CPU (MHz)
|
void |
setCPUModel(String cPUModel)
The model of the CPU, as defined by the vendor
|
void |
setCPUMultiplicity(ExecutionEnvironment.CPUMultiplicity cPUMultiplicity)
Information about the CPUs and cores in an execution environment
|
void |
setCPUTimeScalingFactor(Object cPUTimeScalingFactor)
The factor used by the ComputingManager to scale the CPU time limit
|
void |
setCPUVendor(String cPUVendor)
The name of the manufacturer of the CPU
|
void |
setCPUVersion(String cPUVersion)
The specific version name of the CPU, as defined by the vendor
|
void |
setLogicalCPUs(Integer logicalCPUs)
The number of logical CPUs in one ExecutionEnvironment instance
|
void |
setMainMemorySize(Integer mainMemorySize)
The total amount of physical RAM in one ExecutionEnvironment instance (MB)
|
void |
setNetworkInfo(List<String> networkInfo)
The types of internal network connections between ExecutionEnvironments - NetworkInfo_t (open enumeration)
|
void |
setOSFamily(String oSFamily)
The general family of the operating system - OSFamily_t (open enumeration)
|
void |
setOSName(String oSName)
The specific name of the operating system - OSName_t (open enumeration)
|
void |
setOSVersion(String oSVersion)
The version of the operating system, as defined by the vendor
|
void |
setPhysicalCPUs(Integer physicalCPUs)
The number of physical CPUs in one ExecutionEnvironment instance
|
void |
setPlatform(String platform)
The platform architecture - Platform_t (open enumeration)
|
void |
setTotalInstances(Integer totalInstances)
The total number of ExecutionEnvironment instances
|
void |
setUnavailableInstances(Integer unavailableInstances)
The number of ExecutionEnvironment instances that are unavailable
|
void |
setUsedInstances(Integer usedInstances)
The number of ExecutionEnvironment instances in use
|
void |
setVirtualMachine(Boolean virtualMachine)
True if the ExecutionEnvironment is a virtual machine
|
void |
setVirtualMemorySize(Integer virtualMemorySize)
The total amount of virtual memory (RAM+swap) in one ExecutionEnvironment instance (MB)
|
void |
setWallTimeScalingFactor(Object wallTimeScalingFactor)
The factor used by the ComputingManager to scale the wallclock time limit
|
String |
toString() |
public String getPlatform()
public void setPlatform(String platform)
public Boolean getVirtualMachine()
public void setVirtualMachine(Boolean virtualMachine)
public Integer getTotalInstances()
public void setTotalInstances(Integer totalInstances)
public Integer getUsedInstances()
public void setUsedInstances(Integer usedInstances)
public Integer getUnavailableInstances()
public void setUnavailableInstances(Integer unavailableInstances)
public Integer getPhysicalCPUs()
public void setPhysicalCPUs(Integer physicalCPUs)
public Integer getLogicalCPUs()
public void setLogicalCPUs(Integer logicalCPUs)
public ExecutionEnvironment.CPUMultiplicity getCPUMultiplicity()
public void setCPUMultiplicity(ExecutionEnvironment.CPUMultiplicity cPUMultiplicity)
public String getCPUVendor()
public void setCPUVendor(String cPUVendor)
public String getCPUModel()
public void setCPUModel(String cPUModel)
public String getCPUVersion()
public void setCPUVersion(String cPUVersion)
public Integer getCPUClockSpeed()
public void setCPUClockSpeed(Integer cPUClockSpeed)
public Object getCPUTimeScalingFactor()
public void setCPUTimeScalingFactor(Object cPUTimeScalingFactor)
public Object getWallTimeScalingFactor()
public void setWallTimeScalingFactor(Object wallTimeScalingFactor)
public Integer getMainMemorySize()
public void setMainMemorySize(Integer mainMemorySize)
public Integer getVirtualMemorySize()
public void setVirtualMemorySize(Integer virtualMemorySize)
public String getOSFamily()
public void setOSFamily(String oSFamily)
public String getOSName()
public void setOSName(String oSName)
public String getOSVersion()
public void setOSVersion(String oSVersion)
public Boolean getConnectivityIn()
public void setConnectivityIn(Boolean connectivityIn)
public Boolean getConnectivityOut()
public void setConnectivityOut(Boolean connectivityOut)
public List<String> getNetworkInfo()
public void setNetworkInfo(List<String> networkInfo)
public List<String> getApplicationEnvironmentID()
public void setApplicationEnvironmentID(List<String> applicationEnvironmentID)
public List<String> getBenchmarkID()
public void setBenchmarkID(List<String> benchmarkID)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.