Uses of Interface
edu.isi.pegasus.planner.refiner.Refiner
-
-
Uses of Refiner in edu.isi.pegasus.planner.cluster
Classes in edu.isi.pegasus.planner.cluster that implement Refiner Modifier and Type Class Description classHorizontalThe horizontal clusterer, that clusters jobs on the same level. -
Uses of Refiner in edu.isi.pegasus.planner.provenance.pasoa
Methods in edu.isi.pegasus.planner.provenance.pasoa with parameters of type Refiner Modifier and Type Method Description java.lang.StringPPS. beginWorkflowRefinementStep(Refiner refiner, java.lang.String refinementStepName, boolean firstStep)voidPPS. endWorkflowRefinementStep(Refiner refiner) -
Uses of Refiner in edu.isi.pegasus.planner.provenance.pasoa.pps
Methods in edu.isi.pegasus.planner.provenance.pasoa.pps with parameters of type Refiner Modifier and Type Method Description java.lang.StringEmpty. beginWorkflowRefinementStep(Refiner refiner, java.lang.String refinementStepName, boolean firstStep)voidEmpty. endWorkflowRefinementStep(Refiner refiner)endWorkflowRefinementStep -
Uses of Refiner in edu.isi.pegasus.planner.refiner
Classes in edu.isi.pegasus.planner.refiner that implement Refiner Modifier and Type Class Description classDataReuseEngineThe data reuse engine reduces the workflow on the basis of existing output files of the workflow found in the Replica Catalog.classInterPoolEngineThis engine calls out to the Site Selector selected by the user and maps the jobs in the workflow to the execution pools. -
Uses of Refiner in edu.isi.pegasus.planner.transfer
Subinterfaces of Refiner in edu.isi.pegasus.planner.transfer Modifier and Type Interface Description interfaceRefinerThe refiner interface, that determines the functions that need to be implemented to add various types of transfer nodes to the workflow.Classes in edu.isi.pegasus.planner.transfer that implement Refiner Modifier and Type Class Description classAbstractRefinerAn abstract implementation that implements some of the common functions in the Refiner Interface and member variables that are required by all the refiners.classMultipleFTPerXFERJobRefinerThe refiner interface, that determines the functions that need to be implemented to add various types of transfer nodes to the workflow.classSingleFTPerXFERJobRefinerThe refiner interface, that determines the functions that need to be implemented to add various types of transfer nodes to the workflow. -
Uses of Refiner in edu.isi.pegasus.planner.transfer.refiner
Classes in edu.isi.pegasus.planner.transfer.refiner that implement Refiner Modifier and Type Class Description classBalancedClusterAn extension of the default refiner, that allows the user to specify the number of transfer nodes per execution site for stagein and stageout.classBasicThe default transfer refiner, that implements the multiple refiner.classBundleAn extension of the default refiner, that allows the user to specify the number of transfer nodes per execution site for stagein and stageout.classChainThis transfer refiner builds upon the Default Refiner.classClusterA cluster refiner that builds upon the Bundle Refiner.classEmptyAn Empty implementation for performance evaluation purposes
-