|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Arch | |
|---|---|
| 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 | |
|---|---|
private static 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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
private static 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 | |
|---|---|
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 . |
| Methods in edu.isi.pegasus.planner.catalog.transformation.classes that return types with arguments of type Arch | |
|---|---|
static 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 | |
|---|---|
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 | |
|---|---|
VDSSysInfo(Arch arch,
Os os,
String osversion,
String glibc)
The secondary convenience constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||