Package | Description |
---|---|
edu.isi.pegasus.planner.catalog.replica.impl |
Modifier and Type | Method and Description |
---|---|
private ReplicaCatalogException |
LRC.exception(org.globus.replica.rls.RLSString2Bulk rs)
Constructs an exception from the
RLSString2Bulk object. |
private ReplicaCatalogException |
LRC.exception(String prefix,
org.globus.replica.rls.RLSException e)
Constructs replica catalog exception out the RLSException that is
thrown by the API underneath.
|
Modifier and Type | Method and Description |
---|---|
private int |
LRC.bulkDelete(List lfnPfns)
Calls the bulk delete on the mappings.
|
List |
LRC.listLFNPFN(String constraint,
boolean lfnConstraint)
Lists a subset of all LFN,PFN pairs in the catalog matching to
a pfn or a lfn constraint.
|
Map |
LRC.lookup(Map constraints)
Retrieves multiple entries for a given logical filename, up to the
complete catalog.
|
Map |
LRC.lookup(Set lfns)
Retrieves multiple entries for a given logical filename, up to the
complete LRC.
|
Collection |
LRC.lookup(String lfn)
Retrieves all entries for a given LFN from the LRC.
|