Uses of Interface
edu.isi.pegasus.planner.provenance.pasoa.PPS
-
Packages that use PPS Package Description edu.isi.pegasus.planner.cluster edu.isi.pegasus.planner.provenance.pasoa.pps edu.isi.pegasus.planner.transfer.refiner -
-
Uses of PPS in edu.isi.pegasus.planner.cluster
Fields in edu.isi.pegasus.planner.cluster declared as PPS Modifier and Type Field Description private PPSHorizontal. mPPSThe handle to the provenance store implementation. -
Uses of PPS in edu.isi.pegasus.planner.provenance.pasoa.pps
Classes in edu.isi.pegasus.planner.provenance.pasoa.pps that implement PPS Modifier and Type Class Description classEmptyThe default empty implementation to be used.Fields in edu.isi.pegasus.planner.provenance.pasoa.pps declared as PPS Modifier and Type Field Description private static PPSPPSFactory. mInstanceThe singleton instance of the PPS implementation that is returned.Methods in edu.isi.pegasus.planner.provenance.pasoa.pps that return PPS Modifier and Type Method Description static PPSPPSFactory. loadPPS(PegasusProperties properties)Loads the appropriate PPS implementation on the basis of the property set in the properties. -
Uses of PPS in edu.isi.pegasus.planner.transfer.refiner
Fields in edu.isi.pegasus.planner.transfer.refiner declared as PPS Modifier and Type Field Description protected PPSBasic. mPPSThe handle to the provenance store implementation.protected PPSEmpty. mPPSThe handle to the provenance store implementation.
-