Package | Description |
---|---|
edu.isi.pegasus.planner.transfer | |
edu.isi.pegasus.planner.transfer.implementation |
Modifier and Type | Method and Description |
---|---|
void |
SingleFTPerXFERJobRefiner.loadImplementations(PegasusBag bag)
Loads the appropriate implementations that is required by this refinement
strategy for different types of transfer jobs.
|
void |
Refiner.loadImplementations(PegasusBag bag)
Loads the appropriate implementations that is required by this refinement
strategy for different types of transfer jobs.
|
void |
MultipleFTPerXFERJobRefiner.loadImplementations(PegasusBag bag)
Loads the appropriate implementations that is required by this refinement
strategy for different types of transfer jobs.
|
Modifier and Type | Method and Description |
---|---|
static Implementation |
ImplementationFactory.loadInstance(PegasusBag bag,
int type)
Loads the implementing class corresponding to the type specified by the user.
|
private static Implementation |
ImplementationFactory.loadInstance(String className,
PegasusBag bag)
Loads the implementing class corresponding to the class.
|