Modifier and Type | Class and Description |
---|---|
class |
Horizontal
The horizontal clusterer, that clusters jobs on the same level.
|
Modifier and Type | Method and Description |
---|---|
String |
PPS.beginWorkflowRefinementStep(Refiner refiner,
String refinementStepName,
boolean firstStep) |
void |
PPS.endWorkflowRefinementStep(Refiner refiner) |
Modifier and Type | Method and Description |
---|---|
String |
Empty.beginWorkflowRefinementStep(Refiner refiner,
String refinementStepName,
boolean firstStep) |
void |
Empty.endWorkflowRefinementStep(Refiner refiner)
endWorkflowRefinementStep
|
Modifier and Type | Class and Description |
---|---|
class |
DataReuseEngine
The data reuse engine reduces the workflow on the basis of existing output
files of the workflow found in the Replica Catalog.
|
class |
InterPoolEngine
This engine calls out to the Site Selector selected by the user and maps the
jobs in the workflow to the execution pools.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Refiner
The refiner interface, that determines the functions that need to be
implemented to add various types of transfer nodes to the workflow.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRefiner
An abstract implementation that implements some of the common functions
in the Refiner Interface and member variables that are required by all the
refiners.
|
class |
MultipleFTPerXFERJobRefiner
The refiner interface, that determines the functions that need to be
implemented to add various types of transfer nodes to the workflow.
|
class |
SingleFTPerXFERJobRefiner
The refiner interface, that determines the functions that need to be
implemented to add various types of transfer nodes to the workflow.
|
Modifier and Type | Class and Description |
---|---|
class |
BalancedCluster
An extension of the default refiner, that allows the user to specify
the number of transfer nodes per execution site for stagein and stageout.
|
class |
Basic
The default transfer refiner, that implements the multiple refiner.
|
class |
Bundle
An extension of the default refiner, that allows the user to specify
the number of transfer nodes per execution site for stagein and stageout.
|
class |
Chain
This transfer refiner builds upon the Default Refiner.
|
class |
Cluster
A cluster refiner that builds upon the Bundle Refiner.
|
class |
Empty
An Empty implementation for performance evaluation purposes
|