Modifier and Type | Field and Description |
---|---|
static SysInfo.OS |
SysInfo.DEFAULT_OS
The default OS the entry is associated with if none is specified
|
protected SysInfo.OS |
SysInfo.mOS
The Operating System.
|
Modifier and Type | Field and Description |
---|---|
private static Map<Os,SysInfo.OS> |
VDSSysInfo2NMI.mVDSOSToNMIOS
The map storing OS to corresponding NMI OS platforms.
|
Modifier and Type | Method and Description |
---|---|
SysInfo.OS |
SysInfo.getOS()
Returns the OS of the site.
|
static SysInfo.OS |
SysInfo.OS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SysInfo.OS[] |
SysInfo.OS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static SysInfo.OS |
VDSSysInfo2NMI.vdsOsToNMIOS(Os os)
Returns the NMI OS object corresponding to the VDS Os
object
|
static SysInfo.OS |
VDSSysInfo2NMI.vdsOsToNMIOS(String os)
Returns the NMI OS object corresponding to the VDS Os
object
|
Modifier and Type | Method and Description |
---|---|
private static Map<Os,SysInfo.OS> |
VDSSysInfo2NMI.vdsOsToNMIOSMap()
Singleton access to the os to NMI os map.
|
Modifier and Type | Method and Description |
---|---|
void |
SysInfo.setOS(SysInfo.OS os)
Sets the OS of the site.
|
Modifier and Type | Field and Description |
---|---|
private SysInfo.OS |
GridGateway.mOS
An optional os type for the grid gateway.
|
Modifier and Type | Method and Description |
---|---|
SysInfo.OS |
SiteCatalogEntry.getOS()
Returns the OS of the site.
|
SysInfo.OS |
GridGateway.getOS()
Returns the OS of the nodes that this grid gateway talks to.
|
SysInfo.OS |
SiteCatalogEntry3.getOS()
Returns the OS of the site.
|
Modifier and Type | Method and Description |
---|---|
void |
SiteCatalogEntry.setOS(SysInfo.OS os)
Sets the OS of the site.
|
void |
GridGateway.setOS(SysInfo.OS os)
Sets the OS of the nodes that this grid gateway talks to.
|
void |
SiteCatalogEntry3.setOS(SysInfo.OS os)
Sets the OS of the site.
|
Modifier and Type | Field and Description |
---|---|
private static Map<SysInfo.OS,Os> |
NMI2VDSSysInfo.mNMIOSToVDSOSMap
The map storing OS to corresponding NMI OS platforms.
|
Modifier and Type | Method and Description |
---|---|
static Map<SysInfo.OS,Os> |
NMI2VDSSysInfo.NMIOSToVDSOSMap()
Singleton access to the os to NMI os map.
|
Modifier and Type | Method and Description |
---|---|
static Os |
NMI2VDSSysInfo.nmiOSToVDSOS(SysInfo.OS os)
Returns the VDS Os object corresponding to the new
NMI OS 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
|
Modifier and Type | Field and Description |
---|---|
private static Map<SysInfo.OS,String> |
DeployWorkerPackage.mOSToNMIOSReleaseAndVersion
The map storing OS to corresponding NMI OS platforms.
|
Modifier and Type | Method and Description |
---|---|
private static Map<SysInfo.OS,String> |
DeployWorkerPackage.osToOSReleaseAndVersion()
Maps each to OS to a specific OS release for purposes of picking up the
correct worker package for a site.
|