|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.core.interfaces.CacheKeyFactory
org.apache.manifoldcf.agents.interfaces.CacheKeyFactory
org.apache.manifoldcf.crawler.interfaces.CacheKeyFactory
public class CacheKeyFactory
This class just represents a central place where cache keys are assembled. All methods are static.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
| Constructor Summary | |
|---|---|
protected |
CacheKeyFactory()
|
| Method Summary | |
|---|---|
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 |
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. |
| Methods inherited from class org.apache.manifoldcf.agents.interfaces.CacheKeyFactory |
|---|
makeOutputConnectionKey, makeOutputConnectionsKey |
| Methods inherited from class org.apache.manifoldcf.core.interfaces.CacheKeyFactory |
|---|
makeDatabaseKey, makeDatabaseKey, makeTableKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String _rcsid
| Constructor Detail |
|---|
protected CacheKeyFactory()
| Method Detail |
|---|
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 makeJobsKey()
public static java.lang.String makeJobIDKey(java.lang.String jobID)
jobID - is the job identifier.
public static java.lang.String makeJobStatusKey()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||