public class CacheKeyFactory extends CacheKeyFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
| Modifier | Constructor and Description |
|---|---|
protected |
CacheKeyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
makeOutputConnectionKey(java.lang.String connectionName)
Construct a key which represents an individual output connection.
|
static java.lang.String |
makeOutputConnectionsKey()
Construct a key which represents the general list of output connectors.
|
static java.lang.String |
makeTransformationConnectionKey(java.lang.String connectionName)
Construct a key which represents an individual transformation connection.
|
static java.lang.String |
makeTransformationConnectionsKey()
Construct a key which represents the general list of transformation connectors.
|
makeDatabaseKey, makeDatabaseKey, makeTableKeypublic static final java.lang.String _rcsid
public static java.lang.String makeOutputConnectionsKey()
public static java.lang.String makeOutputConnectionKey(java.lang.String connectionName)
connectionName - is the name of the connector.public static java.lang.String makeTransformationConnectionsKey()
public static java.lang.String makeTransformationConnectionKey(java.lang.String connectionName)
connectionName - is the name of the connector.