Uses of Class
edu.isi.pegasus.planner.classes.ReplicaLocation
-
Packages that use ReplicaLocation Package Description edu.isi.pegasus.planner.classes edu.isi.pegasus.planner.parser.dax edu.isi.pegasus.planner.refiner edu.isi.pegasus.planner.selector Provides the interface and call-out to the site selector mechanism.edu.isi.pegasus.planner.selector.replica -
-
Uses of ReplicaLocation in edu.isi.pegasus.planner.classes
Methods in edu.isi.pegasus.planner.classes that return ReplicaLocation Modifier and Type Method Description protected ReplicaLocationReplicaStore. get(java.lang.String key)Returns an entry corresponding to the LFNReplicaLocationReplicaStore. getReplicaLocation(java.lang.String lfn)Returns aReplicaLocationcorresponding to the LFN.Methods in edu.isi.pegasus.planner.classes with parameters of type ReplicaLocation Modifier and Type Method Description voidReplicaStore. add(ReplicaLocation rl)Adds replica catalog entries into the store.booleanReplicaLocation. merge(ReplicaLocation location)Merges theReplicaLocationobject to the existing one, only if the logical filenames match.protected java.lang.ObjectReplicaStore. put(java.lang.String key, ReplicaLocation value)Inserts entry in the store overwriting any existing entry. -
Uses of ReplicaLocation in edu.isi.pegasus.planner.parser.dax
Methods in edu.isi.pegasus.planner.parser.dax with parameters of type ReplicaLocation Modifier and Type Method Description voidDAXParser3.Arguments. addArgument(ReplicaLocation rl)Adds filename to the argumentsvoidCallback. cbFile(ReplicaLocation rl)Callback when a replica catalog entry is encountered in the DAX from Section 1: Files that lists entries in a Replica CatalogvoidDAX2CDAG. cbFile(ReplicaLocation rl)Callback when a replica catalog entry is encountered in the DAXvoidDAX2Graph. cbFile(ReplicaLocation rl)Callback when a replica catalog entry is encountered in the DAXvoidDAX2Metadata. cbFile(ReplicaLocation rl)Callback when a replica catalog entry is encountered in the DAXvoidDAX2NewGraph. cbFile(ReplicaLocation rl)Callback when a replica catalog entry is encountered in the DAXvoidExampleDAXCallback. cbFile(ReplicaLocation rl)Callback when a replica catalog entry is encountered in the DAX -
Uses of ReplicaLocation in edu.isi.pegasus.planner.refiner
Methods in edu.isi.pegasus.planner.refiner that return ReplicaLocation Modifier and Type Method Description ReplicaLocationReplicaCatalogBridge. getFileLocs(java.lang.String lfn)Returns all the locations as returned from the Replica Lookup Mechanism.private ReplicaLocationReplicaCatalogBridge. retrieveFromCache(java.lang.String lfn)Retrieves a location from the cache table, that contains the contents of the cache files specified at runtime. -
Uses of ReplicaLocation in edu.isi.pegasus.planner.selector
Methods in edu.isi.pegasus.planner.selector that return ReplicaLocation Modifier and Type Method Description ReplicaLocationReplicaSelector. selectReplicas(ReplicaLocation rl, java.lang.String prefferedSite, boolean allowLocalFileURLs)Selects a replica amongst all the replicas returned by the implementing Replica Mechanism.Methods in edu.isi.pegasus.planner.selector with parameters of type ReplicaLocation Modifier and Type Method Description ReplicaCatalogEntryReplicaSelector. selectReplica(ReplicaLocation rl, java.lang.String prefferedSite, boolean allowLocalFileURLs)Selects a single replica amongst all the replicas returned by the implementing Replica Mechanism.ReplicaLocationReplicaSelector. selectReplicas(ReplicaLocation rl, java.lang.String prefferedSite, boolean allowLocalFileURLs)Selects a replica amongst all the replicas returned by the implementing Replica Mechanism. -
Uses of ReplicaLocation in edu.isi.pegasus.planner.selector.replica
Methods in edu.isi.pegasus.planner.selector.replica that return ReplicaLocation Modifier and Type Method Description ReplicaLocationDefault. selectReplicas(ReplicaLocation rl, java.lang.String preferredSite, boolean allowLocalFileURLs)This chooses a location amongst all the locations returned by the Replica Mechanism.ReplicaLocationLocal. selectReplicas(ReplicaLocation rl, java.lang.String preferredSite, boolean allowLocalFileURLs)This chooses a location amongst all the locations returned by the Replica Mechanism.Methods in edu.isi.pegasus.planner.selector.replica with parameters of type ReplicaLocation Modifier and Type Method Description ReplicaCatalogEntryDefault. selectReplica(ReplicaLocation rl, java.lang.String preferredSite, boolean allowLocalFileURLs)This chooses a location amongst all the locations returned by the replica location service.ReplicaCatalogEntryLocal. selectReplica(ReplicaLocation rl, java.lang.String preferredSite, boolean allowLocalFileURLs)Selects a random replica from all the replica's that have their site handle set to local and the pfn's start with a file url scheme.ReplicaCatalogEntryRegex. selectReplica(ReplicaLocation rl, java.lang.String preferredSite, boolean allowLocalFileURLs)This chooses a location amongst all the locations returned by the replica location service.ReplicaCatalogEntryRestricted. selectReplica(ReplicaLocation rl, java.lang.String preferredSite, boolean allowLocalFileURLs)This chooses a location amongst all the locations returned by the replica location service.ReplicaLocationDefault. selectReplicas(ReplicaLocation rl, java.lang.String preferredSite, boolean allowLocalFileURLs)This chooses a location amongst all the locations returned by the Replica Mechanism.ReplicaLocationLocal. selectReplicas(ReplicaLocation rl, java.lang.String preferredSite, boolean allowLocalFileURLs)This chooses a location amongst all the locations returned by the Replica Mechanism.
-