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 |
makeAuthorityConnectionKey(java.lang.String connectionName)
Construct a key which represents an individual authority connection.
|
static java.lang.String |
makeAuthorityConnectionsKey()
Construct a key which represents the general list of authority connectors.
|
static java.lang.String |
makeJobIDKey(java.lang.String jobID)
Construct a key which represents the fixed kind of data for an individual job.
|
static java.lang.String |
makeJobsKey()
Construct a key which represents the general list of jobs - for queries
that depend on the fixed kind of job data, not the dynamic data (e.g.
|
static java.lang.String |
makeJobStatusKey()
Construct a key which represents the collective statuses of all jobs.
|
static java.lang.String |
makeNotificationConnectionKey(java.lang.String connectionName)
Construct a key which represents an individual notification connection.
|
static java.lang.String |
makeNotificationConnectionsKey()
Construct a key which represents the general list of notification connectors.
|
static java.lang.String |
makeRepositoryConnectionKey(java.lang.String connectionName)
Construct a key which represents an individual repository connection.
|
static java.lang.String |
makeRepositoryConnectionsKey()
Construct a key which represents the general list of repository connectors.
|
makeOutputConnectionKey, makeOutputConnectionsKey, makeTransformationConnectionKey, makeTransformationConnectionsKey
makeDatabaseKey, makeDatabaseKey, makeTableKey
public static final java.lang.String _rcsid
public static java.lang.String makeAuthorityConnectionsKey()
public static java.lang.String makeAuthorityConnectionKey(java.lang.String connectionName)
connectionName
- is the name of the connection.public static java.lang.String makeRepositoryConnectionsKey()
public static java.lang.String makeRepositoryConnectionKey(java.lang.String connectionName)
connectionName
- is the name of the connector.public static java.lang.String makeNotificationConnectionsKey()
public static java.lang.String makeNotificationConnectionKey(java.lang.String connectionName)
connectionName
- is the name of the connector.public static java.lang.String makeJobsKey()
public static java.lang.String makeJobIDKey(java.lang.String jobID)
jobID
- is the job identifier.public static java.lang.String makeJobStatusKey()