Uses of Class
edu.isi.pegasus.planner.catalog.transformation.classes.VDSSysInfo
-
-
Uses of VDSSysInfo in edu.isi.pegasus.planner.catalog.classes
Methods in edu.isi.pegasus.planner.catalog.classes with parameters of type VDSSysInfo Modifier and Type Method Description static SysInfoVDSSysInfo2NMI. vdsSysInfo2NMI(VDSSysInfo sysinfo)Converts VDS SysInfo to NMI based SysInfo object -
Uses of VDSSysInfo in edu.isi.pegasus.planner.catalog.site.classes
Methods in edu.isi.pegasus.planner.catalog.site.classes that return VDSSysInfo Modifier and Type Method Description VDSSysInfoSiteCatalogEntry. getVDSSysInfo()Returns the sysinfo for the site.VDSSysInfoSiteCatalogEntry3. getVDSSysInfo()Returns the sysinfo for the site.VDSSysInfoSiteStore. getVDSSysInfo(java.lang.String handle)Returns theVDSSysInfofor the siteMethods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type VDSSysInfo Modifier and Type Method Description voidSiteCatalogEntry. setVDSSysInfo(VDSSysInfo sysinfo)Sets the sysinfo for the site.voidSiteCatalogEntry3. setVDSSysInfo(VDSSysInfo sysinfo)Sets the sysinfo for the site. -
Uses of VDSSysInfo in edu.isi.pegasus.planner.catalog.site.impl.old
Methods in edu.isi.pegasus.planner.catalog.site.impl.old that return VDSSysInfo Modifier and Type Method Description VDSSysInfoAbstract. getSysinfo(java.lang.String siteID)Returns the System information for a single site.abstract VDSSysInfoPoolInfoProvider. getSysinfo(java.lang.String siteID)Returns the System information for a single site. -
Uses of VDSSysInfo in edu.isi.pegasus.planner.catalog.site.impl.old.classes
Fields in edu.isi.pegasus.planner.catalog.site.impl.old.classes declared as VDSSysInfo Modifier and Type Field Description private VDSSysInfoSiteInfo. mSysInfoThe system information of the remote site. -
Uses of VDSSysInfo in edu.isi.pegasus.planner.catalog.transformation
Methods in edu.isi.pegasus.planner.catalog.transformation that return VDSSysInfo Modifier and Type Method Description VDSSysInfoTransformationCatalogEntry. getVDSSysInfo()Returns the System Information in the old VDS format associated with the transformation.Methods in edu.isi.pegasus.planner.catalog.transformation with parameters of type VDSSysInfo Modifier and Type Method Description voidTransformationCatalogEntry. setVDSSysInfo(VDSSysInfo sysinfo)Set the System Information associated with the transformation.Constructors in edu.isi.pegasus.planner.catalog.transformation with parameters of type VDSSysInfo 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, java.util.List profiles, VDSSysInfo sysinfo)Optimized Constructor -
Uses of VDSSysInfo in edu.isi.pegasus.planner.catalog.transformation.classes
Methods in edu.isi.pegasus.planner.catalog.transformation.classes that return VDSSysInfo Modifier and Type Method Description static VDSSysInfoNMI2VDSSysInfo. nmiToVDSSysInfo(SysInfo sysinfo)Returns the VDSSysInfo object.static VDSSysInfoNMI2VDSSysInfo. nmiToVDSSysInfo(SysInfo.Architecture arch, SysInfo.OS os, java.lang.String glibc)Returns the VDS VDSSysInfo object corresponding to the NMI arch and OS -
Uses of VDSSysInfo in edu.isi.pegasus.planner.catalog.transformation.impl
Methods in edu.isi.pegasus.planner.catalog.transformation.impl with parameters of type VDSSysInfo Modifier and Type Method Description private longDatabase. addSysInfo(VDSSysInfo system)Adds a system information entry into the TC.private longDatabase. getSysInfoId(VDSSysInfo system)Gets the id for the system information entry.
-