Modifier and Type | Method and Description |
---|---|
int |
TransformationCatalog.insert(String namespace,
String name,
String version,
String physicalname,
TCType type,
String resourceid,
List lfnprofiles,
List pfnprofiles,
SysInfo sysinfo)
Add an single entry into the transformation catalog.
|
int |
TransformationCatalog.removeBySysInfo(SysInfo sysinfo)
Deletes entries from the catalog which have a particular system information.
|
Modifier and Type | Method and Description |
---|---|
static SysInfo |
VDSSysInfo2NMI.vdsSysInfo2NMI(VDSSysInfo sysinfo)
Converts VDS SysInfo to NMI based SysInfo object
|
Modifier and Type | Field and Description |
---|---|
private SysInfo |
SiteCatalogEntry3.mSysInfo
The System Information for the Site.
|
private SysInfo |
SiteCatalogEntry.mSysInfo
The System Information for the Site.
|
Modifier and Type | Method and Description |
---|---|
SysInfo |
SiteCatalogEntry3.getSysInfo()
Returns the System Information associated with the Site.
|
SysInfo |
SiteCatalogEntry.getSysInfo()
Returns the System Information associated with the Site.
|
SysInfo |
SiteStore.getSysInfo(String handle)
Returns the
SysInfo for the site |
Modifier and Type | Method and Description |
---|---|
Map<String,SysInfo> |
SiteStore.getSysInfos(List<String> sites) |
Modifier and Type | Method and Description |
---|---|
void |
SiteCatalogEntry3.setSysInfo(SysInfo sysinfo)
Sets the System Information associated with the Site.
|
void |
SiteCatalogEntry.setSysInfo(SysInfo sysinfo)
Sets the System Information associated with the Site.
|
Modifier and Type | Field and Description |
---|---|
private SysInfo |
TransformationCatalogEntry.mSysInfo
The System Info for the transformation.
|
Modifier and Type | Method and Description |
---|---|
SysInfo |
TransformationCatalogEntry.getSysInfo()
Returns the System Information associated with the transformation.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformationCatalogEntry.setSysInfo(SysInfo sysinfo)
Sets the system information for the entry.
|
Constructor and Description |
---|
TransformationCatalogEntry(String namespace,
String name,
String version,
String resourceID,
String physicalname,
TCType type,
Profiles profiles,
SysInfo sysinfo)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
static VDSSysInfo |
NMI2VDSSysInfo.nmiToVDSSysInfo(SysInfo sysinfo)
Returns the VDSSysInfo object.
|
Modifier and Type | Field and Description |
---|---|
protected SysInfo |
Client.system |
Modifier and Type | Method and Description |
---|---|
protected boolean |
File.addTCEntry(String namespace,
String name,
String version,
String physicalname,
TCType type,
String resourceid,
List pfnprofiles,
List lfnprofiles,
SysInfo system,
Notifications invokes,
boolean write)
Add an single entry into the transformation catalog.
|
protected boolean |
Text.addTCEntry(String namespace,
String name,
String version,
String physicalname,
TCType type,
String resourceid,
List pfnprofiles,
List lfnprofiles,
SysInfo system,
Notifications invokes,
boolean write)
Add an single entry into the transformation catalog.
|
protected boolean |
Database.addTCEntry(String namespace,
String name,
String version,
String physicalname,
TCType type,
String resourceid,
List lfnprofiles,
List pfnprofiles,
SysInfo system,
Notifications invokes,
boolean write)
Add an single entry into the transformation catalog.
|
int |
File.insert(String namespace,
String name,
String version,
String physicalname,
TCType type,
String resourceid,
List pfnprofiles,
List lfnprofiles,
SysInfo system)
Add an single entry into the transformation catalog.
|
int |
Text.insert(String namespace,
String name,
String version,
String physicalname,
TCType type,
String resourceid,
List pfnprofiles,
List lfnprofiles,
SysInfo system)
Add an single entry into the transformation catalog.
|
int |
Database.insert(String namespace,
String name,
String version,
String physicalname,
TCType type,
String resourceid,
List lfnprofiles,
List pfnprofiles,
SysInfo system)
Add an single entry into the transformation catalog.
|
int |
File.removeBySysInfo(SysInfo sysinfo)
Deletes entries from the catalog which have a particular system information.
|
int |
Text.removeBySysInfo(SysInfo sysinfo)
Deletes entries from the catalog which have a particular system information.
|
int |
Database.removeBySysInfo(SysInfo sysinfo)
Deletes entries from the catalog which have a particular system information.
|
Modifier and Type | Method and Description |
---|---|
private TransformationCatalogEntry |
DeployWorkerPackage.addDefaultTCEntry(String site,
String pegasusHome,
SysInfo sysinfo,
boolean useFullPath,
String name,
String executable)
Returns a default TC entry to be used in case entry is not found in the
transformation catalog.
|
protected String |
DeployWorkerPackage.constructDefaultURLToPegasusWorkerPackage(String name,
SysInfo sysinfo)
Constructs the default URL's for the pegasus worker package.
|