Uses of Class
edu.isi.pegasus.planner.catalog.transformation.classes.Os
-
Packages that use Os Package Description edu.isi.pegasus.planner.catalog.classes edu.isi.pegasus.planner.catalog.transformation.classes -
-
Uses of Os in edu.isi.pegasus.planner.catalog.classes
Fields in edu.isi.pegasus.planner.catalog.classes with type parameters of type Os Modifier and Type Field Description private static java.util.Map<Os,SysInfo.OS>VDSSysInfo2NMI. mVDSOSToNMIOSThe map storing OS to corresponding NMI OS platforms.Methods in edu.isi.pegasus.planner.catalog.classes that return types with arguments of type Os Modifier and Type Method Description private static java.util.Map<Os,SysInfo.OS>VDSSysInfo2NMI. vdsOsToNMIOSMap()Singleton access to the os to NMI os map.Methods in edu.isi.pegasus.planner.catalog.classes with parameters of type Os Modifier and Type Method Description static SysInfo.OSVDSSysInfo2NMI. vdsOsToNMIOS(Os os)Returns the NMI OS object corresponding to the VDS Os object -
Uses of Os in edu.isi.pegasus.planner.catalog.transformation.classes
Fields in edu.isi.pegasus.planner.catalog.transformation.classes declared as Os Modifier and Type Field Description static OsOs. AIXstatic OsOs. LINUXprivate OsVDSSysInfo. osOs of the system.static OsOs. SUNOSstatic OsOs. WINDOWSFields in edu.isi.pegasus.planner.catalog.transformation.classes with type parameters of type Os Modifier and Type Field Description private static java.util.Map<SysInfo.OS,Os>NMI2VDSSysInfo. mNMIOSToVDSOSMapThe map storing OS to corresponding NMI OS platforms.Methods in edu.isi.pegasus.planner.catalog.transformation.classes that return Os Modifier and Type Method Description static OsOs. fromString(java.lang.String value)Creates a new Os object given an os string.static OsOs. fromValue(java.lang.String value)Creates a new Os object given an os string.OsVDSSysInfo. getOs()Returns the os type of the system.static OsNMI2VDSSysInfo. nmiOSToVDSOS(SysInfo.OS os)Returns the VDS Os object corresponding to the new NMI OS object .static OsNMI2VDSSysInfo. nmiOSToVDSOS(java.lang.String os)Returns the VDS Os object corresponding to the new NMI OS object .Methods in edu.isi.pegasus.planner.catalog.transformation.classes that return types with arguments of type Os Modifier and Type Method Description static java.util.Map<SysInfo.OS,Os>NMI2VDSSysInfo. NMIOSToVDSOSMap()Singleton access to the os to NMI os map.Methods in edu.isi.pegasus.planner.catalog.transformation.classes with parameters of type Os Modifier and Type Method Description voidVDSSysInfo. setOs(Os os)Sets the Os of the sytem.Constructors in edu.isi.pegasus.planner.catalog.transformation.classes with parameters of type Os Constructor Description VDSSysInfo(Arch arch, Os os, java.lang.String osversion, java.lang.String glibc)The secondary convenience constructor.
-