Uses of Interface
edu.isi.pegasus.planner.selector.ReplicaSelector

Packages that use ReplicaSelector
  • Uses of ReplicaSelector in edu.isi.pegasus.planner.selector.replica

    Modifier and Type
    Class
    Description
    class 
    The default replica selector that is used if non is specified by the user.
    class 
    This replica selector only prefers replicas from the local host and that start with a file: URL scheme.
    class 
    A replica selector that allows the user to specific regex expressions that can be used to rank various PFN's returned from the Replica Catalog for a particular LFN.
    class 
    A replica selector, that allows the user to specify good sites and bad sites for staging in data to a compute site.
    Modifier and Type
    Method
    Description
    ReplicaSelectorFactory.loadInstance()
    A no hassle factory method that loads the replica selector specified in the properties.
    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.
    ReplicaSelectorFactory.loadInstance(edu.isi.pegasus.planner.common.PegasusProperties properties, String className)
    Loads the implementing class corresponding to the class.