Modifier and Type | Method and Description |
---|---|
static Mapper |
Mapper.loadTCMapper(String className,
PegasusBag bag)
Loads the implementing class corresponding to the mode specified by the user
at runtime in the properties file.
|
Modifier and Type | Class and Description |
---|---|
class |
All
This implementation of the mapper generates maps for sites with installed as
well as stageable transformations.
|
class |
Installed
This class only generates maps for sites with installed transformations.
|
class |
Staged
This implementation only generates maps for sites where transformation can be staged
|
class |
Submit
This implementation of the TCMapper returns a TCMap which only contains
Stageable executables from the Local site.
|
Modifier and Type | Field and Description |
---|---|
private Mapper |
PegasusBag.mTCMapper
The handle to the Transformation Mapper.
|
Modifier and Type | Method and Description |
---|---|
Mapper |
PegasusBag.getHandleToTransformationMapper()
A convenice method to get the handle to the transformation mapper.
|
Modifier and Type | Field and Description |
---|---|
private Mapper |
InterPoolEngine.mTCMapper
The handle to the transformation catalog mapper object that caches the
queries to the transformation catalog, and indexes them according to
lfn's.
|
Modifier and Type | Field and Description |
---|---|
protected Mapper |
Abstract.mTCMapper
The handle to the TCMapper object.
|
Modifier and Type | Field and Description |
---|---|
protected Mapper |
Algorithm.mTCMapper
Handle to the TCMapper.
|