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.Architecture
VDSSysInfo2NMI. 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 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
Fields 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. mNMIArchToVDSArchMap
The 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 Arch
Arch. fromString(java.lang.String value)
Creates a new Arch object given a arch string.static Arch
Arch. fromValue(java.lang.String value)
Creates a new Arch Object givan a arch string.Arch
VDSSysInfo. getArch()
Returns the architecture of the sytem.static Arch
NMI2VDSSysInfo. nmiArchToVDSArch(SysInfo.Architecture arch)
Returns the the VDS Arch object corresponding to the new NMI Architecture object .static Arch
NMI2VDSSysInfo. 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 void
VDSSysInfo. 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.
-