Package | Description |
---|---|
edu.isi.pegasus.planner.refiner | |
edu.isi.pegasus.planner.transfer | |
edu.isi.pegasus.planner.transfer.implementation | |
edu.isi.pegasus.planner.transfer.refiner |
Modifier and Type | Field and Description |
---|---|
private Refiner |
TransferEngine.mTXRefiner
The handle to the transfer refiner that adds the transfer nodes into the
workflow.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DeployWorkerPackage.runTransferOnLocalSite(Refiner refiner,
String site,
String destinationURL,
int type)
Returns whether to run a transfer job on local site or not.
|
Modifier and Type | Method and Description |
---|---|
void |
Implementation.setRefiner(Refiner refiner)
Sets the callback to the refiner, that has loaded this implementation.
|
Modifier and Type | Field and Description |
---|---|
protected Refiner |
Abstract.mRefiner
The handle to the refiner that loaded this implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
Abstract.setRefiner(Refiner refiner)
Sets the callback to the refiner, that has loaded this implementation.
|
Modifier and Type | Method and Description |
---|---|
static Refiner |
RefinerFactory.loadInstance(ADag dag,
PegasusBag bag)
Loads the implementing class corresponding to the value specified in the
properties.
|
static Refiner |
RefinerFactory.loadInstance(String className,
PegasusBag bag,
ADag dag)
Loads the implementing class corresponding to the class.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.