Package | Description |
---|---|
edu.isi.pegasus.planner.selector.replica |
Modifier and Type | Method and Description |
---|---|
static ReplicaSelector |
ReplicaSelectorFactory.loadInstance()
A no hassle factory method that loads the replica selector specified
in the properties.
|
static ReplicaSelector |
ReplicaSelectorFactory.loadInstance(edu.isi.pegasus.planner.common.PegasusProperties properties)
Loads the implementing class corresponding to the mode specified by the user
at runtime in the properties file.
|
static ReplicaSelector |
ReplicaSelectorFactory.loadInstance(edu.isi.pegasus.planner.common.PegasusProperties properties,
java.lang.String className)
Loads the implementing class corresponding to the class.
|