protected java.lang.String |
AbstractFileFactoryBasedMapper.constructURL(FileServer server,
java.lang.String addOn) |
Returns the full path on remote output site, where the lfn will reside,
using the FileServer passed.
|
void |
AbstractFileFactoryBasedMapper.initialize(PegasusBag bag,
ADag workflow) |
Initializes the mappers.
|
void |
Fixed.initialize(PegasusBag bag,
ADag workflow) |
Initializes the mappers.
|
void |
Flat.initialize(PegasusBag bag,
ADag workflow) |
Initializes the mappers.
|
void |
Hashed.initialize(PegasusBag bag,
ADag workflow) |
Initializes the mappers.
|
void |
Replica.initialize(PegasusBag bag,
ADag workflow) |
Initializes the mappers.
|
protected Directory |
AbstractFileFactoryBasedMapper.lookupStorageDirectory(java.lang.String site) |
Looks up the site catalog to return the storage directory for a site
|
java.lang.String |
AbstractFileFactoryBasedMapper.map(java.lang.String lfn,
java.lang.String site,
FileServerType.OPERATION operation) |
Maps a LFN to a location on the filsystem of a site and returns a single
externally accessible URL corresponding to that location.
|
java.lang.String |
AbstractFileFactoryBasedMapper.map(java.lang.String lfn,
java.lang.String site,
FileServerType.OPERATION operation,
boolean existing) |
Maps a LFN to a location on the filsystem of a site and returns a single
externally accessible URL corresponding to that location.
|
java.lang.String |
Fixed.map(java.lang.String lfn,
java.lang.String site,
FileServerType.OPERATION operation) |
Maps a LFN to a location on the filsystem of a site and returns a single
externally accessible URL corresponding to that location.
|
java.lang.String |
Fixed.map(java.lang.String lfn,
java.lang.String site,
FileServerType.OPERATION operation,
boolean existing) |
Maps a LFN to a location on the filsystem of a site and returns a single
externally accessible URL corresponding to that location.
|
java.lang.String |
Replica.map(java.lang.String lfn,
java.lang.String site,
FileServerType.OPERATION operation) |
Maps a LFN to a location on the filsystem of a site and returns a single
externally accessible URL corresponding to that location.
|
java.lang.String |
Replica.map(java.lang.String lfn,
java.lang.String site,
FileServerType.OPERATION operation,
boolean existing) |
Maps a LFN to a location on the filsystem of a site and returns a single
externally accessible URL corresponding to that location.
|
java.util.List<java.lang.String> |
AbstractFileFactoryBasedMapper.mapAll(java.lang.String lfn,
java.lang.String site,
FileServerType.OPERATION operation) |
Maps a LFN to a location on the filsystem of a site and returns all the possible
equivalent externally accessible URL corresponding to that location.
|
java.util.List<java.lang.String> |
Fixed.mapAll(java.lang.String lfn,
java.lang.String site,
FileServerType.OPERATION operation) |
Maps a LFN to a location on the filesystem of a site and returns all the possible
equivalent externally accessible URL corresponding to that location.
|
java.util.List<java.lang.String> |
Replica.mapAll(java.lang.String lfn,
java.lang.String site,
FileServerType.OPERATION operation) |
Maps a LFN to a location on the filsystem of a site and returns all the possible
equivalent externally accessible URL corresponding to that location.
|