Uses of Class
edu.isi.pegasus.planner.catalog.classes.SysInfo.Architecture

Packages that use SysInfo.Architecture
edu.isi.pegasus.planner.catalog.classes   
edu.isi.pegasus.planner.catalog.site.classes   
edu.isi.pegasus.planner.catalog.transformation.classes   
 

Uses of SysInfo.Architecture in edu.isi.pegasus.planner.catalog.classes
 

Fields in edu.isi.pegasus.planner.catalog.classes declared as SysInfo.Architecture
static SysInfo.Architecture SysInfo.DEFAULT_ARCHITECTURE
          The default Architecture the entry is associated with if none is specified
protected  SysInfo.Architecture SysInfo.mArchitecture
          The architecture.
 

Methods in edu.isi.pegasus.planner.catalog.classes that return SysInfo.Architecture
 SysInfo.Architecture SysInfo.getArchitecture()
          Returns the architecture of the site.
static SysInfo.Architecture SysInfo.Architecture.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SysInfo.Architecture[] SysInfo.Architecture.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static SysInfo.Architecture VDSSysInfo2NMI.vdsArchToNMIArch(Arch arch)
          Returns the NMI Architecture object corresponding to the VDS Arch object
static SysInfo.Architecture VDSSysInfo2NMI.vdsArchToNMIArch(String arch)
          Returns the NMI Architecture object corresponding to the VDS Arch object
 

Methods in edu.isi.pegasus.planner.catalog.classes that return types with arguments of type SysInfo.Architecture
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 SysInfo.Architecture
 void SysInfo.setArchitecture(SysInfo.Architecture arch)
          Sets the architecture of the site.
 

Uses of SysInfo.Architecture in edu.isi.pegasus.planner.catalog.site.classes
 

Fields in edu.isi.pegasus.planner.catalog.site.classes declared as SysInfo.Architecture
private  SysInfo.Architecture GridGateway.mArch
          An optional architecture type for the grid gateway.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes that return SysInfo.Architecture
 SysInfo.Architecture GridGateway.getArchitecture()
          Returns the architecture of the nodes that this grid gateway talks to.
 SysInfo.Architecture SiteCatalogEntry.getArchitecture()
          Returns the architecture of the site.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type SysInfo.Architecture
 void GridGateway.setArchitecture(SysInfo.Architecture arch)
          Sets the architecture of the nodes that this grid gateway talks to.
 void SiteCatalogEntry.setArchitecture(SysInfo.Architecture arch)
          Sets the architecture of the site.
 

Uses of SysInfo.Architecture in edu.isi.pegasus.planner.catalog.transformation.classes
 

Fields in edu.isi.pegasus.planner.catalog.transformation.classes with type parameters of type SysInfo.Architecture
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 types with arguments of type SysInfo.Architecture
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 SysInfo.Architecture
static Arch NMI2VDSSysInfo.nmiArchToVDSArch(SysInfo.Architecture arch)
          Returns the the VDS Arch object corresponding to the new NMI Architecture object .
static VDSSysInfo NMI2VDSSysInfo.nmiToVDSSysInfo(SysInfo.Architecture arch, SysInfo.OS os, String glibc)
          Returns the VDS VDSSysInfo object corresponding to the NMI arch and OS
 



Copyright © 2011 The University of Southern California. All Rights Reserved.