Uses of Interface
edu.isi.pegasus.planner.transfer.SLS
-
Packages that use SLS Package Description edu.isi.pegasus.planner.code.gridstart edu.isi.pegasus.planner.refiner edu.isi.pegasus.planner.transfer.sls -
-
Uses of SLS in edu.isi.pegasus.planner.code.gridstart
Fields in edu.isi.pegasus.planner.code.gridstart declared as SLS Modifier and Type Field Description private SLS
Kickstart. mSLS
The handle to the SLS implementorprotected SLS
NoGridStart. mSLS
The handle to the SLS implementorprotected SLS
PegasusLite. mSLS
The handle to the SLS implementor -
Uses of SLS in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as SLS Modifier and Type Field Description private SLS
InterPoolEngine. mSLS
The handle to the SLS implementor -
Uses of SLS in edu.isi.pegasus.planner.transfer.sls
Classes in edu.isi.pegasus.planner.transfer.sls that implement SLS Modifier and Type Class Description class
Condor
This uses the Condor File Transfer mechanism for the second level staging.class
Transfer
This uses the transfer executable distributed with Pegasus to do the second level staging.Methods in edu.isi.pegasus.planner.transfer.sls that return SLS Modifier and Type Method Description static SLS
SLSFactory. loadInstance(PegasusBag bag)
This method loads the appropriate implementing code generator as specified by the user at runtime.static SLS
SLSFactory. loadInstance(PegasusBag bag, java.lang.String className)
This method loads the appropriate code generator as specified by the user at runtime.
-