Uses of Class
edu.isi.pegasus.planner.catalog.classes.SysInfo
-
-
Uses of SysInfo in edu.isi.pegasus.planner.catalog
Methods in edu.isi.pegasus.planner.catalog with parameters of type SysInfo Modifier and Type Method Description intTransformationCatalog. insert(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String physicalname, TCType type, java.lang.String resourceid, java.util.List lfnprofiles, java.util.List pfnprofiles, SysInfo sysinfo)Add an single entry into the transformation catalog.intTransformationCatalog. removeBySysInfo(SysInfo sysinfo)Deletes entries from the catalog which have a particular system information. -
Uses of SysInfo in edu.isi.pegasus.planner.catalog.classes
Methods in edu.isi.pegasus.planner.catalog.classes that return SysInfo Modifier and Type Method Description static SysInfoVDSSysInfo2NMI. vdsSysInfo2NMI(VDSSysInfo sysinfo)Converts VDS SysInfo to NMI based SysInfo object -
Uses of SysInfo in edu.isi.pegasus.planner.catalog.site.classes
Fields in edu.isi.pegasus.planner.catalog.site.classes declared as SysInfo Modifier and Type Field Description private SysInfoSiteCatalogEntry. mSysInfoThe System Information for the Site.private SysInfoSiteCatalogEntry3. mSysInfoThe System Information for the Site.Methods in edu.isi.pegasus.planner.catalog.site.classes that return SysInfo Modifier and Type Method Description SysInfoSiteCatalogEntry. getSysInfo()Returns the System Information associated with the Site.SysInfoSiteCatalogEntry3. getSysInfo()Returns the System Information associated with the Site.SysInfoSiteStore. getSysInfo(java.lang.String handle)Returns theSysInfofor the siteMethods in edu.isi.pegasus.planner.catalog.site.classes that return types with arguments of type SysInfo Modifier and Type Method Description java.util.Map<java.lang.String,SysInfo>SiteStore. getSysInfos(java.util.List<java.lang.String> sites)Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type SysInfo Modifier and Type Method Description voidSiteCatalogEntry. setSysInfo(SysInfo sysinfo)Sets the System Information associated with the Site.voidSiteCatalogEntry3. setSysInfo(SysInfo sysinfo)Sets the System Information associated with the Site. -
Uses of SysInfo in edu.isi.pegasus.planner.catalog.transformation
Fields in edu.isi.pegasus.planner.catalog.transformation declared as SysInfo Modifier and Type Field Description private SysInfoTransformationCatalogEntry. mSysInfoThe System Info for the transformation.Methods in edu.isi.pegasus.planner.catalog.transformation that return SysInfo Modifier and Type Method Description SysInfoTransformationCatalogEntry. getSysInfo()Returns the System Information associated with the transformation.Methods in edu.isi.pegasus.planner.catalog.transformation with parameters of type SysInfo Modifier and Type Method Description voidTransformationCatalogEntry. setSysInfo(SysInfo sysinfo)Sets the system information for the entry.Constructors in edu.isi.pegasus.planner.catalog.transformation with parameters of type SysInfo Constructor Description TransformationCatalogEntry(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String resourceID, java.lang.String physicalname, TCType type, Profiles profiles, SysInfo sysinfo)Overloaded constructor. -
Uses of SysInfo in edu.isi.pegasus.planner.catalog.transformation.classes
Methods in edu.isi.pegasus.planner.catalog.transformation.classes with parameters of type SysInfo Modifier and Type Method Description static VDSSysInfoNMI2VDSSysInfo. nmiToVDSSysInfo(SysInfo sysinfo)Returns the VDSSysInfo object. -
Uses of SysInfo in edu.isi.pegasus.planner.catalog.transformation.client
Fields in edu.isi.pegasus.planner.catalog.transformation.client declared as SysInfo Modifier and Type Field Description protected SysInfoClient. system -
Uses of SysInfo in edu.isi.pegasus.planner.catalog.transformation.impl
Methods in edu.isi.pegasus.planner.catalog.transformation.impl with parameters of type SysInfo Modifier and Type Method Description protected booleanDatabase. addTCEntry(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String physicalname, TCType type, java.lang.String resourceid, java.util.List lfnprofiles, java.util.List pfnprofiles, SysInfo system, Notifications invokes, boolean write)Add an single entry into the transformation catalog.protected booleanFile. addTCEntry(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String physicalname, TCType type, java.lang.String resourceid, java.util.List pfnprofiles, java.util.List lfnprofiles, SysInfo system, Notifications invokes, boolean write)Add an single entry into the transformation catalog.protected booleanText. addTCEntry(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String physicalname, TCType type, java.lang.String resourceid, java.util.List pfnprofiles, java.util.List lfnprofiles, SysInfo system, Notifications invokes, boolean write)Add an single entry into the transformation catalog.intDatabase. insert(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String physicalname, TCType type, java.lang.String resourceid, java.util.List lfnprofiles, java.util.List pfnprofiles, SysInfo system)Add an single entry into the transformation catalog.intFile. insert(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String physicalname, TCType type, java.lang.String resourceid, java.util.List pfnprofiles, java.util.List lfnprofiles, SysInfo system)Add an single entry into the transformation catalog.intText. insert(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String physicalname, TCType type, java.lang.String resourceid, java.util.List pfnprofiles, java.util.List lfnprofiles, SysInfo system)Add an single entry into the transformation catalog.intDatabase. removeBySysInfo(SysInfo sysinfo)Deletes entries from the catalog which have a particular system information.intFile. removeBySysInfo(SysInfo sysinfo)Deletes entries from the catalog which have a particular system information.intText. removeBySysInfo(SysInfo sysinfo)Deletes entries from the catalog which have a particular system information. -
Uses of SysInfo in edu.isi.pegasus.planner.refiner
Methods in edu.isi.pegasus.planner.refiner with parameters of type SysInfo Modifier and Type Method Description private TransformationCatalogEntryDeployWorkerPackage. addDefaultTCEntry(java.lang.String site, java.lang.String pegasusHome, SysInfo sysinfo, boolean useFullPath, java.lang.String name, java.lang.String executable)Returns a default TC entry to be used in case entry is not found in the transformation catalog.protected java.lang.StringDeployWorkerPackage. constructDefaultURLToPegasusWorkerPackage(java.lang.String name, SysInfo sysinfo)Constructs the default URL's for the pegasus worker package.
-