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 PPS
Horizontal. mPPS
The 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 class
Empty
The 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 PPS
PPSFactory. mInstance
The 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 PPS
PPSFactory. 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 PPS
Basic. mPPS
The handle to the provenance store implementation.protected PPS
Empty. mPPS
The handle to the provenance store implementation.
-