Uses of Class
edu.isi.pegasus.planner.catalog.classes.SysInfo.Architecture
-
Packages that use SysInfo.Architecture Package Description 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 Modifier and Type Field Description static SysInfo.ArchitectureSysInfo. DEFAULT_ARCHITECTUREThe default Architecture the entry is associated with if none is specifiedprotected SysInfo.ArchitectureSysInfo. mArchitectureThe architecture.Methods in edu.isi.pegasus.planner.catalog.classes that return SysInfo.Architecture Modifier and Type Method Description SysInfo.ArchitectureSysInfo. getArchitecture()Returns the architecture of the site.static SysInfo.ArchitectureSysInfo.Architecture. valueOf(java.lang.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.ArchitectureVDSSysInfo2NMI. vdsArchToNMIArch(Arch arch)Returns the NMI Architecture object corresponding to the VDS Arch objectstatic SysInfo.ArchitectureVDSSysInfo2NMI. vdsArchToNMIArch(java.lang.String arch)Returns the NMI Architecture object corresponding to the VDS Arch objectMethods in edu.isi.pegasus.planner.catalog.classes that return types with arguments of type SysInfo.Architecture 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 SysInfo.Architecture Modifier and Type Method Description voidSysInfo. 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 Modifier and Type Field Description private SysInfo.ArchitectureGridGateway. mArchAn optional architecture type for the grid gateway.Methods in edu.isi.pegasus.planner.catalog.site.classes that return SysInfo.Architecture Modifier and Type Method Description SysInfo.ArchitectureGridGateway. getArchitecture()Returns the architecture of the nodes that this grid gateway talks to.SysInfo.ArchitectureSiteCatalogEntry. getArchitecture()Returns the architecture of the site.SysInfo.ArchitectureSiteCatalogEntry3. getArchitecture()Returns the architecture of the site.Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type SysInfo.Architecture Modifier and Type Method Description voidGridGateway. setArchitecture(SysInfo.Architecture arch)Sets the architecture of the nodes that this grid gateway talks to.voidSiteCatalogEntry. setArchitecture(SysInfo.Architecture arch)Sets the architecture of the site.voidSiteCatalogEntry3. 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 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 types with arguments of type SysInfo.Architecture 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 SysInfo.Architecture Modifier and Type Method Description static ArchNMI2VDSSysInfo. nmiArchToVDSArch(SysInfo.Architecture arch)Returns the the VDS Arch object corresponding to the new NMI Architecture object .static VDSSysInfoNMI2VDSSysInfo. nmiToVDSSysInfo(SysInfo.Architecture arch, SysInfo.OS os, java.lang.String glibc)Returns the VDS VDSSysInfo object corresponding to the NMI arch and OS
-