Uses of Class
edu.isi.pegasus.planner.catalog.site.classes.SiteCatalogEntry
-
-
Uses of SiteCatalogEntry in edu.isi.pegasus.planner.catalog
Methods in edu.isi.pegasus.planner.catalog that return SiteCatalogEntry Modifier and Type Method Description SiteCatalogEntrySiteCatalog. lookup(java.lang.String handle)Retrieves theSiteCatalogEntryfor a site.Methods in edu.isi.pegasus.planner.catalog with parameters of type SiteCatalogEntry Modifier and Type Method Description intSiteCatalog. insert(SiteCatalogEntry entry)Inserts a new mapping into the Site catalog. -
Uses of SiteCatalogEntry in edu.isi.pegasus.planner.catalog.site.classes
Fields in edu.isi.pegasus.planner.catalog.site.classes with type parameters of type SiteCatalogEntry Modifier and Type Field Description private java.util.Map<java.lang.String,SiteCatalogEntry>SiteStore. mStoreThe internal map that maps a site catalog entry to the site handle.Methods in edu.isi.pegasus.planner.catalog.site.classes that return SiteCatalogEntry Modifier and Type Method Description SiteCatalogEntrySiteStore. addEntry(SiteCatalogEntry entry)Adds a site catalog entry to the store.static SiteCatalogEntryAdapter. convert(SiteCatalogEntry3 entry)An adapter method that converts theSiteCatalogEntry3object toSiteCatalogEntryobject.static SiteCatalogEntrySiteInfo2SiteCatalogEntry. convert(SiteInfo s)An adapter method that converts theSiteInfoobject toSiteCatalogEntryobject.static SiteCatalogEntrySiteInfo2SiteCatalogEntry. convert(SiteInfo s, LogManager logger)An adapter method that converts theSiteInfoobject toSiteCatalogEntryobject.SiteCatalogEntrySiteStore. lookup(java.lang.String handle)Returns SiteCatalogEntry matching a site handle.Methods in edu.isi.pegasus.planner.catalog.site.classes that return types with arguments of type SiteCatalogEntry Modifier and Type Method Description java.util.Iterator<SiteCatalogEntry>SiteStore. entryIterator()Returns an iterator to SiteCatalogEntry objects in the store.Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type SiteCatalogEntry Modifier and Type Method Description SiteCatalogEntrySiteStore. addEntry(SiteCatalogEntry entry)Adds a site catalog entry to the store.static SiteCatalogEntry3Adapter. convert(SiteCatalogEntry entry)An adapter method that converts theSiteCatalogEntryobject toSiteCatalogEntry3object.voidSiteDataVisitor. depart(SiteCatalogEntry entry)Depart the Site Catalog Entry object.voidXML3PrintVisitor. depart(SiteCatalogEntry entry)Depart the Site Catalog Entry object.voidXML4PrintVisitor. depart(SiteCatalogEntry entry)Depart the Site Catalog Entry object.voidSiteDataVisitor. visit(SiteCatalogEntry entry)Visit the Site CatalogEntry objectvoidXML3PrintVisitor. visit(SiteCatalogEntry entry)Visit the Site CatalogEntry objectvoidXML4PrintVisitor. visit(SiteCatalogEntry entry)Visit the Site CatalogEntry object -
Uses of SiteCatalogEntry in edu.isi.pegasus.planner.catalog.site.impl
Methods in edu.isi.pegasus.planner.catalog.site.impl that return SiteCatalogEntry Modifier and Type Method Description SiteCatalogEntryOSGMM. lookup(java.lang.String handle)SiteCatalogEntryXML. lookup(java.lang.String handle)Retrieves theSiteCatalogEntryfor a site.SiteCatalogEntryXML2. lookup(java.lang.String handle)Retrieves theSiteCatalogEntryfor a site.Methods in edu.isi.pegasus.planner.catalog.site.impl with parameters of type SiteCatalogEntry Modifier and Type Method Description intOSGMM. insert(SiteCatalogEntry entry)intXML. insert(SiteCatalogEntry entry)Not implemented as yet.intXML2. insert(SiteCatalogEntry entry)Not implemented as yet. -
Uses of SiteCatalogEntry in edu.isi.pegasus.planner.code.gridstart
Methods in edu.isi.pegasus.planner.code.gridstart with parameters of type SiteCatalogEntry Modifier and Type Method Description java.lang.StringKickstart. getKickstartPath(SiteCatalogEntry site)Returns the default path to kickstart as constructed from the environment variable associated with a site in the site catalog -
Uses of SiteCatalogEntry in edu.isi.pegasus.planner.parser
Methods in edu.isi.pegasus.planner.parser with parameters of type SiteCatalogEntry Modifier and Type Method Description private booleanSiteCatalogXMLParser4. loadSite(SiteCatalogEntry site)Whether to laod a site or not in theSiteStore -
Uses of SiteCatalogEntry in edu.isi.pegasus.planner.refiner
Methods in edu.isi.pegasus.planner.refiner with parameters of type SiteCatalogEntry Modifier and Type Method Description private TransformationCatalogEntryRemoveDirectory. defaultTCEntry(SiteCatalogEntry site)Returns a default TC entry to be used in case entry is not found in the transformation catalog.private TransformationCatalogEntryDeployWorkerPackage. defaultUntarTCEntry(SiteCatalogEntry site)Returns a default TC entry to be used in case entry is not found in the transformation catalog.private java.lang.StringReplicaCatalogBridge. generateRepJobArgumentString(SiteCatalogEntry site, java.lang.String regJob, java.util.Collection files)Generates the argument string to be given to the replica registration job.private java.lang.StringTransferEngine. getURLOnSharedScratch(SiteCatalogEntry entry, Job job, FileServerType.OPERATION operation, java.lang.String lfn)Returns a URL on the shared scratch of the staging site
-