Uses of Class
edu.isi.pegasus.planner.catalog.transformation.classes.Arch
-
Packages that use Arch Package Description edu.isi.pegasus.planner.catalog.classes edu.isi.pegasus.planner.catalog.transformation.classes -
-
Uses of Arch in edu.isi.pegasus.planner.catalog.classes
Methods in edu.isi.pegasus.planner.catalog.classes that return types with arguments of type Arch Modifier and Type Method Description private static java.util.Map<Arch,SysInfo.Architecture>VDSSysInfo2NMI. vdsArchToNMIArchMap()Singleton access to the architecture to NMI arch map.Methods in edu.isi.pegasus.planner.catalog.classes with parameters of type Arch Modifier and Type Method Description static SysInfo.ArchitectureVDSSysInfo2NMI. vdsArchToNMIArch(Arch arch)Returns the NMI Architecture object corresponding to the VDS Arch object -
Uses of Arch in edu.isi.pegasus.planner.catalog.transformation.classes
Fields in edu.isi.pegasus.planner.catalog.transformation.classes declared as Arch Modifier and Type Field Description static ArchArch. AMD64private ArchVDSSysInfo. archArchitecture of the system.static ArchArch. INTEL32static ArchArch. INTEL64static ArchArch. SPARCV7static ArchArch. SPARCV9Fields in edu.isi.pegasus.planner.catalog.transformation.classes with type parameters of type Arch Modifier and Type Field Description private static java.util.Map<SysInfo.Architecture,Arch>NMI2VDSSysInfo. mNMIArchToVDSArchMapThe map storing architecture to corresponding NMI architecture platforms.Methods in edu.isi.pegasus.planner.catalog.transformation.classes that return Arch Modifier and Type Method Description static ArchArch. fromString(java.lang.String value)Creates a new Arch object given a arch string.static ArchArch. fromValue(java.lang.String value)Creates a new Arch Object givan a arch string.ArchVDSSysInfo. getArch()Returns the architecture of the sytem.static ArchNMI2VDSSysInfo. nmiArchToVDSArch(SysInfo.Architecture arch)Returns the the VDS Arch object corresponding to the new NMI Architecture object .static ArchNMI2VDSSysInfo. nmiArchToVDSArch(java.lang.String arch)Returns the VDS Arch object corresponding to the new NMI Architecture object .Methods in edu.isi.pegasus.planner.catalog.transformation.classes that return types with arguments of type Arch Modifier and Type Method Description static java.util.Map<SysInfo.Architecture,Arch>NMI2VDSSysInfo. NMIArchToVDSArchMap()Singleton access to the NMI arch to VDS arch map.Methods in edu.isi.pegasus.planner.catalog.transformation.classes with parameters of type Arch Modifier and Type Method Description voidVDSSysInfo. setArch(Arch arch)Sets the architecture of the system.Constructors in edu.isi.pegasus.planner.catalog.transformation.classes with parameters of type Arch Constructor Description VDSSysInfo(Arch arch, Os os, java.lang.String osversion, java.lang.String glibc)The secondary convenience constructor.
-