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 SLSKickstart. mSLSThe handle to the SLS implementorprotected SLSNoGridStart. mSLSThe handle to the SLS implementorprotected SLSPegasusLite. mSLSThe 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 SLSInterPoolEngine. mSLSThe 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 classCondorThis uses the Condor File Transfer mechanism for the second level staging.classTransferThis 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 SLSSLSFactory. loadInstance(PegasusBag bag)This method loads the appropriate implementing code generator as specified by the user at runtime.static SLSSLSFactory. loadInstance(PegasusBag bag, java.lang.String className)This method loads the appropriate code generator as specified by the user at runtime.
-