|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReplicaCatalogEntry | |
|---|---|
| edu.isi.pegasus.planner.catalog | |
| edu.isi.pegasus.planner.catalog.replica | |
| edu.isi.pegasus.planner.catalog.replica.impl | |
| edu.isi.pegasus.planner.classes | |
| edu.isi.pegasus.planner.client | |
| 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 ReplicaCatalogEntry in edu.isi.pegasus.planner.catalog |
|---|
| Methods in edu.isi.pegasus.planner.catalog with parameters of type ReplicaCatalogEntry | |
|---|---|
int |
ReplicaCatalog.delete(String lfn,
ReplicaCatalogEntry tuple)
Deletes a very specific mapping from the replica catalog. |
int |
ReplicaCatalog.insert(String lfn,
ReplicaCatalogEntry tuple)
Inserts a new mapping into the replica catalog. |
| Uses of ReplicaCatalogEntry in edu.isi.pegasus.planner.catalog.replica |
|---|
| Methods in edu.isi.pegasus.planner.catalog.replica that return ReplicaCatalogEntry | |
|---|---|
static ReplicaCatalogEntry |
ReplicaCatalogEntry.merge(ReplicaCatalogEntry a,
ReplicaCatalogEntry b,
boolean overwrite)
Merges the attribute maps of two entries in a controlled fashion. |
| Methods in edu.isi.pegasus.planner.catalog.replica with parameters of type ReplicaCatalogEntry | |
|---|---|
boolean |
ReplicaCatalogEntry.merge(ReplicaCatalogEntry rce,
boolean overwrite)
Merges the attribute maps in a controlled fashion. |
static ReplicaCatalogEntry |
ReplicaCatalogEntry.merge(ReplicaCatalogEntry a,
ReplicaCatalogEntry b,
boolean overwrite)
Merges the attribute maps of two entries in a controlled fashion. |
| Uses of ReplicaCatalogEntry in edu.isi.pegasus.planner.catalog.replica.impl |
|---|
| Methods in edu.isi.pegasus.planner.catalog.replica.impl with parameters of type ReplicaCatalogEntry | |
|---|---|
int |
SimpleFile.delete(String lfn,
ReplicaCatalogEntry tuple)
Deletes a very specific mapping from the replica catalog. |
int |
MRC.delete(String lfn,
ReplicaCatalogEntry tuple)
Deletes a very specific mapping from the replica catalog. |
int |
JDBCRC.delete(String lfn,
ReplicaCatalogEntry tuple)
Deletes a very specific mapping from the replica catalog. |
private boolean |
SimpleFile.hasMatchingAttr(ReplicaCatalogEntry rce,
String name,
Object value)
Looks for a match of an attribute value in a replica catalog entry. |
int |
SimpleFile.insert(String lfn,
ReplicaCatalogEntry tuple)
Inserts a new mapping into the replica catalog. |
int |
MRC.insert(String lfn,
ReplicaCatalogEntry tuple)
Inserts a new mapping into the replica catalog. |
int |
JDBCRC.insert(String lfn,
ReplicaCatalogEntry tuple)
Inserts a new mapping into the replica catalog. |
private boolean |
SimpleFile.matchMe(ReplicaCatalogEntry full,
ReplicaCatalogEntry part)
Attempts to see, if all keys in the partial replica catalog entry are contained in the full replica catalog entry. |
| Uses of ReplicaCatalogEntry in edu.isi.pegasus.planner.classes |
|---|
| Methods in edu.isi.pegasus.planner.classes that return ReplicaCatalogEntry | |
|---|---|
ReplicaCatalogEntry |
ReplicaLocation.getPFN(int index)
Return a PFN as a ReplicaCatalogEntry |
| Methods in edu.isi.pegasus.planner.classes with parameters of type ReplicaCatalogEntry | |
|---|---|
void |
ReplicaLocation.addPFN(ReplicaCatalogEntry tuple)
Add a PFN and it's attributes. |
private void |
ReplicaLocation.sanitize(ReplicaCatalogEntry tuple)
Sanitizes a tuple . |
| Uses of ReplicaCatalogEntry in edu.isi.pegasus.planner.client |
|---|
| Methods in edu.isi.pegasus.planner.client with parameters of type ReplicaCatalogEntry | |
|---|---|
private void |
RCClient.show(String lfn,
ReplicaCatalogEntry rce)
Preliminary implementation of output method. |
| Uses of ReplicaCatalogEntry in edu.isi.pegasus.planner.refiner |
|---|
| Methods in edu.isi.pegasus.planner.refiner that return ReplicaCatalogEntry | |
|---|---|
protected ReplicaCatalogEntry |
TransferEngine.replaceSourceProtocolFromURL(ReplicaCatalogEntry rce)
Replaces the SRM URL scheme from the url, and replaces it with the file url scheme and returns in a new object if replacement happens. |
| Methods in edu.isi.pegasus.planner.refiner with parameters of type ReplicaCatalogEntry | |
|---|---|
protected ReplicaCatalogEntry |
TransferEngine.replaceSourceProtocolFromURL(ReplicaCatalogEntry rce)
Replaces the SRM URL scheme from the url, and replaces it with the file url scheme and returns in a new object if replacement happens. |
| Uses of ReplicaCatalogEntry in edu.isi.pegasus.planner.selector |
|---|
| Methods in edu.isi.pegasus.planner.selector that return ReplicaCatalogEntry | |
|---|---|
ReplicaCatalogEntry |
ReplicaSelector.selectReplica(ReplicaLocation rl,
String prefferedSite,
boolean allowLocalFileURLs)
Selects a single replica amongst all the replicas returned by the implementing Replica Mechanism. |
| Uses of ReplicaCatalogEntry in edu.isi.pegasus.planner.selector.replica |
|---|
| Methods in edu.isi.pegasus.planner.selector.replica that return ReplicaCatalogEntry | |
|---|---|
ReplicaCatalogEntry |
Default.selectReplica(ReplicaLocation rl,
String preferredSite,
boolean allowLocalFileURLs)
This chooses a location amongst all the locations returned by the replica location service. |
ReplicaCatalogEntry |
Local.selectReplica(ReplicaLocation rl,
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. |
ReplicaCatalogEntry |
Regex.selectReplica(ReplicaLocation rl,
String preferredSite,
boolean allowLocalFileURLs)
This chooses a location amongst all the locations returned by the replica location service. |
ReplicaCatalogEntry |
Restricted.selectReplica(ReplicaLocation rl,
String preferredSite,
boolean allowLocalFileURLs)
This chooses a location amongst all the locations returned by the replica location service. |
| Methods in edu.isi.pegasus.planner.selector.replica with parameters of type ReplicaCatalogEntry | |
|---|---|
boolean |
Default.removeFileURL(ReplicaCatalogEntry rce,
String preferredSite,
boolean allowLocalFileURLs)
A convenience function that determines whether we should be removing a file URL from replica selection or not. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||