Modifier and Type | Field and Description |
---|---|
protected TransformationCatalog |
Mapper.mTCHandle
The handle to the tranformation catalog.
|
Modifier and Type | Method and Description |
---|---|
static TransformationCatalog |
TransformationFactory.loadInstance()
Connects the interface with the transformation catalog implementation.
|
static TransformationCatalog |
TCMode.loadInstance()
The overloaded method which is to be used internally in Pegasus.
|
static TransformationCatalog |
TransformationFactory.loadInstance(PegasusBag bag)
Connects the interface with the transformation catalog implementation.
|
static TransformationCatalog |
TransformationFactory.loadInstance(PegasusProperties properties)
Connects the interface with the transformation catalog implementation.
|
static TransformationCatalog |
TransformationFactory.loadInstance(PegasusProperties properties,
LogManager logger)
Connects the interface with the transformation catalog implementation.
|
static TransformationCatalog |
TCMode.loadInstance(String tcClass,
Object[] args)
Loads the appropriate TC implementing Class with the given arguments.
|
Modifier and Type | Field and Description |
---|---|
protected TransformationCatalog |
Client.tc |
Constructor and Description |
---|
TCAdd(TransformationCatalog tc,
LogManager mLogger,
Map argsmap) |
TCDelete(TransformationCatalog tc,
LogManager mLogger,
Map argsmap) |
TCQuery(TransformationCatalog tc,
LogManager mLogger,
Map argsmap) |
Modifier and Type | Class and Description |
---|---|
class |
Abstract
An abstract base class that provides useful methods for all the
TransformationCatalog Implementations to use.
|
class |
Database |
class |
File
This is the new file based TC implementation storing the contents of the file
in memory.
|
class |
Text
A File based Transformation Catalog where each entry spans multiple lines.
|
Modifier and Type | Method and Description |
---|---|
static TransformationCatalog |
Database.getInstance()
Deprecated.
|
static TransformationCatalog |
File.getInstance()
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private TransformationCatalog |
PegasusBag.mTCHandle
The handle to the transformation catalog.
|
Modifier and Type | Method and Description |
---|---|
TransformationCatalog |
PegasusBag.getHandleToTransformationCatalog()
A convenice method to get the handle to the transformation catalog.
|
Modifier and Type | Field and Description |
---|---|
private TransformationCatalog |
TCClient.tc |
Modifier and Type | Field and Description |
---|---|
protected TransformationCatalog |
Abstract.mTCHandle
The handle to the transformation catalog.
|
Modifier and Type | Field and Description |
---|---|
protected TransformationCatalog |
CondorGenerator.mTCHandle
Handle to the Transformation Catalog.
|
private TransformationCatalog |
SUBDAXGenerator.mTCHandle
The handle to the transformation catalog
|
Modifier and Type | Field and Description |
---|---|
private TransformationCatalog |
Kickstart.mTCHandle
Handle to Transformation Catalog.
|
private TransformationCatalog |
PegasusLite.mTCHandle
Handle to Transformation Catalog.
|
Modifier and Type | Field and Description |
---|---|
private TransformationCatalog |
PDAX2MDAG.mTCHandle
The handle to the transformation catalog.
|
Modifier and Type | Field and Description |
---|---|
protected TransformationCatalog |
Engine.mTCHandle
The handle to the Transformation Catalog.
|
Modifier and Type | Field and Description |
---|---|
protected TransformationCatalog |
Cleanup.mTCHandle
The handle to the transformation catalog.
|
protected TransformationCatalog |
RM.mTCHandle
The handle to the transformation catalog.
|
Modifier and Type | Field and Description |
---|---|
protected TransformationCatalog |
DefaultImplementation.mTCHandle
The handle to the transformation catalog.
|
Modifier and Type | Field and Description |
---|---|
private TransformationCatalog |
Algorithm.mTCHandle
The handle to the transformation catalog.
|
Modifier and Type | Field and Description |
---|---|
protected TransformationCatalog |
Abstract.mTCHandle
The handle to the Transformation Catalog.
|
Modifier and Type | Field and Description |
---|---|
protected TransformationCatalog |
Transfer.mTCHandle
The handle to the transformation catalog.
|