public class CacheKeyFactory extends CacheKeyFactory
Modifier | Constructor and Description |
---|---|
protected |
CacheKeyFactory() |
Modifier and Type | Method and Description |
---|---|
static String |
makeAuthorityConnectionKey(String connectionName)
Construct a key which represents an individual authority connection.
|
static String |
makeAuthorityConnectionsKey()
Construct a key which represents the general list of authority connectors.
|
static String |
makeJobIDKey(String jobID)
Construct a key which represents the fixed kind of data for an individual job.
|
static 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 String |
makeJobStatusKey()
Construct a key which represents the collective statuses of all jobs.
|
static String |
makeNotificationConnectionKey(String connectionName)
Construct a key which represents an individual notification connection.
|
static String |
makeNotificationConnectionsKey()
Construct a key which represents the general list of notification connectors.
|
static String |
makeRepositoryConnectionKey(String connectionName)
Construct a key which represents an individual repository connection.
|
static String |
makeRepositoryConnectionsKey()
Construct a key which represents the general list of repository connectors.
|
makeOutputConnectionKey, makeOutputConnectionsKey, makeTransformationConnectionKey, makeTransformationConnectionsKey
makeDatabaseKey, makeDatabaseKey, makeTableKey
public static final String _rcsid
public static String makeAuthorityConnectionsKey()
public static String makeAuthorityConnectionKey(String connectionName)
connectionName
- is the name of the connection.public static String makeRepositoryConnectionsKey()
public static String makeRepositoryConnectionKey(String connectionName)
connectionName
- is the name of the connector.public static String makeNotificationConnectionsKey()
public static String makeNotificationConnectionKey(String connectionName)
connectionName
- is the name of the connector.public static String makeJobsKey()
public static String makeJobIDKey(String jobID)
jobID
- is the job identifier.public static String makeJobStatusKey()