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.Architecture
SysInfo. DEFAULT_ARCHITECTURE
The default Architecture the entry is associated with if none is specifiedprotected SysInfo.Architecture
SysInfo. mArchitecture
The architecture.Methods in edu.isi.pegasus.planner.catalog.classes that return SysInfo.Architecture Modifier and Type Method Description SysInfo.Architecture
SysInfo. getArchitecture()
Returns the architecture of the site.static SysInfo.Architecture
SysInfo.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.Architecture
VDSSysInfo2NMI. vdsArchToNMIArch(Arch arch)
Returns the NMI Architecture object corresponding to the VDS Arch objectstatic SysInfo.Architecture
VDSSysInfo2NMI. 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 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 Modifier and Type Field Description 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 Modifier and Type Method Description 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.SysInfo.Architecture
SiteCatalogEntry3. 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 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.void
SiteCatalogEntry3. 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. 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 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 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, java.lang.String glibc)
Returns the VDS VDSSysInfo object corresponding to the NMI arch and OS
-