Uses of Class
edu.isi.pegasus.planner.partitioner.PartitionerFactoryException
-
Packages that use PartitionerFactoryException Package Description edu.isi.pegasus.planner.partitioner -
-
Uses of PartitionerFactoryException in edu.isi.pegasus.planner.partitioner
Methods in edu.isi.pegasus.planner.partitioner that throw PartitionerFactoryException Modifier and Type Method Description static Partitioner
PartitionerFactory. loadInstance(PegasusProperties properties, GraphNode root, java.util.Map graph, java.lang.String className)
Loads the implementing class corresponding to the type specified by the user.
-