Package | Description |
---|---|
edu.isi.pegasus.planner.catalog.classes | |
edu.isi.pegasus.planner.catalog.transformation.classes |
Modifier and Type | Method and Description |
---|---|
private static Map<Arch,SysInfo.Architecture> |
VDSSysInfo2NMI.vdsArchToNMIArchMap()
Singleton access to the architecture to NMI arch map.
|
Modifier and Type | Method and Description |
---|---|
static SysInfo.Architecture |
VDSSysInfo2NMI.vdsArchToNMIArch(Arch arch)
Returns the NMI Architecture object corresponding to the VDS Arch
object
|
Modifier and Type | Field and Description |
---|---|
static Arch |
Arch.AMD64 |
private Arch |
VDSSysInfo.arch
Architecture of the system.
|
static Arch |
Arch.INTEL32 |
static Arch |
Arch.INTEL64 |
static Arch |
Arch.SPARCV7 |
static Arch |
Arch.SPARCV9 |
Modifier and Type | Field and Description |
---|---|
private static Map<SysInfo.Architecture,Arch> |
NMI2VDSSysInfo.mNMIArchToVDSArchMap
The map storing architecture to corresponding NMI architecture platforms.
|
Modifier and Type | Method and Description |
---|---|
static Arch |
Arch.fromString(String value)
Creates a new Arch object given a arch string.
|
static Arch |
Arch.fromValue(String value)
Creates a new Arch Object givan a arch string.
|
Arch |
VDSSysInfo.getArch()
Returns the architecture of the sytem.
|
static Arch |
NMI2VDSSysInfo.nmiArchToVDSArch(String arch)
Returns the VDS Arch object corresponding to the new
NMI Architecture object .
|
static Arch |
NMI2VDSSysInfo.nmiArchToVDSArch(SysInfo.Architecture arch)
Returns the the VDS Arch object corresponding to the new
NMI Architecture object .
|
Modifier and Type | Method and Description |
---|---|
static Map<SysInfo.Architecture,Arch> |
NMI2VDSSysInfo.NMIArchToVDSArchMap()
Singleton access to the NMI arch to VDS arch map.
|
Modifier and Type | Method and Description |
---|---|
void |
VDSSysInfo.setArch(Arch arch)
Sets the architecture of the system.
|
Constructor and Description |
---|
VDSSysInfo(Arch arch,
Os os,
String osversion,
String glibc)
The secondary convenience constructor.
|