Package | Description |
---|---|
edu.isi.pegasus.planner.catalog.classes | |
edu.isi.pegasus.planner.catalog.site.classes | |
edu.isi.pegasus.planner.catalog.transformation.classes |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
private static Map<Arch,SysInfo.Architecture> |
VDSSysInfo2NMI.vdsArchToNMIArchMap()
Singleton access to the architecture to NMI arch map.
|
Modifier and Type | Method and Description |
---|---|
void |
SysInfo.setArchitecture(SysInfo.Architecture arch)
Sets the architecture of the site.
|
Modifier and Type | Field and Description |
---|---|
private SysInfo.Architecture |
GridGateway.mArch
An optional architecture type for the grid gateway.
|
Modifier and Type | Method and Description |
---|---|
SysInfo.Architecture |
SiteCatalogEntry.getArchitecture()
Returns the architecture of the site.
|
SysInfo.Architecture |
SiteCatalogEntry3.getArchitecture()
Returns the architecture of the site.
|
SysInfo.Architecture |
GridGateway.getArchitecture()
Returns the architecture of the nodes that this grid gateway talks to.
|
Modifier and Type | Method and Description |
---|---|
void |
SiteCatalogEntry.setArchitecture(SysInfo.Architecture arch)
Sets the architecture of the site.
|
void |
SiteCatalogEntry3.setArchitecture(SysInfo.Architecture arch)
Sets the architecture of the site.
|
void |
GridGateway.setArchitecture(SysInfo.Architecture arch)
Sets the architecture of the nodes that this grid gateway talks to.
|
Modifier and Type | Field and Description |
---|---|
private static Map<SysInfo.Architecture,Arch> |
NMI2VDSSysInfo.mNMIArchToVDSArchMap
The map storing architecture to corresponding NMI architecture platforms.
|
Modifier and Type | Method and Description |
---|---|
static Map<SysInfo.Architecture,Arch> |
NMI2VDSSysInfo.NMIArchToVDSArchMap()
Singleton access to the NMI arch to VDS arch map.
|
Modifier and Type | Method and 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,
String glibc)
Returns the VDS VDSSysInfo object corresponding to the NMI arch and OS
|