Package | Description |
---|---|
edu.isi.pegasus.planner.catalog.classes | |
edu.isi.pegasus.planner.catalog.transformation.classes |
Modifier and Type | Field and Description |
---|---|
private static Map<Os,SysInfo.OS> |
VDSSysInfo2NMI.mVDSOSToNMIOS
The map storing OS to corresponding NMI OS platforms.
|
Modifier and Type | Method and Description |
---|---|
private static Map<Os,SysInfo.OS> |
VDSSysInfo2NMI.vdsOsToNMIOSMap()
Singleton access to the os to NMI os map.
|
Modifier and Type | Method and Description |
---|---|
static SysInfo.OS |
VDSSysInfo2NMI.vdsOsToNMIOS(Os os)
Returns the NMI OS object corresponding to the VDS Os
object
|
Modifier and Type | Field and Description |
---|---|
static Os |
Os.AIX |
static Os |
Os.LINUX |
private Os |
VDSSysInfo.os
Os of the system.
|
static Os |
Os.SUNOS |
static Os |
Os.WINDOWS |
Modifier and Type | Field and Description |
---|---|
private static Map<SysInfo.OS,Os> |
NMI2VDSSysInfo.mNMIOSToVDSOSMap
The map storing OS to corresponding NMI OS platforms.
|
Modifier and Type | Method and Description |
---|---|
static Os |
Os.fromString(String value)
Creates a new Os object given an os string.
|
static Os |
Os.fromValue(String value)
Creates a new Os object given an os string.
|
Os |
VDSSysInfo.getOs()
Returns the os type of the system.
|
static Os |
NMI2VDSSysInfo.nmiOSToVDSOS(String os)
Returns the VDS Os object corresponding to the new
NMI OS object .
|
static Os |
NMI2VDSSysInfo.nmiOSToVDSOS(SysInfo.OS os)
Returns the VDS Os object corresponding to the new
NMI OS object .
|
Modifier and Type | Method and Description |
---|---|
static Map<SysInfo.OS,Os> |
NMI2VDSSysInfo.NMIOSToVDSOSMap()
Singleton access to the os to NMI os map.
|
Modifier and Type | Method and Description |
---|---|
void |
VDSSysInfo.setOs(Os os)
Sets the Os of the sytem.
|
Constructor and Description |
---|
VDSSysInfo(Arch arch,
Os os,
String osversion,
String glibc)
The secondary convenience constructor.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.