|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.crawler.interfaces.DocumentDescription
public class DocumentDescription
This class describes a document to be fetched and processes, plus the job it's being fetched as part of, and the time beyond which a failed fetch is considered to be a hard error. It is immutable.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
protected java.lang.String |
documentIdentifier
|
protected java.lang.String |
documentIdentifierHash
|
protected int |
failRetryCount
|
protected long |
failTime
|
protected java.lang.Long |
id
|
protected java.lang.Long |
jobID
|
| Constructor Summary | |
|---|---|
DocumentDescription(java.lang.Long id,
java.lang.Long jobID,
java.lang.String documentIdentifierHash,
java.lang.String documentIdentifier)
Constructor. |
|
DocumentDescription(java.lang.Long id,
java.lang.Long jobID,
java.lang.String documentIdentifierHash,
java.lang.String documentIdentifier,
long failTime,
int failRetryCount)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDocumentIdentifier()
Get document identifier. |
java.lang.String |
getDocumentIdentifierHash()
Get document identifier hash (primary key). |
int |
getFailRetryCount()
Get the hard fail retry count. |
long |
getFailTime()
Get the hard fail time. |
java.lang.Long |
getID()
Get the job queue id. |
java.lang.Long |
getJobID()
Get the job identifier. |
| 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
protected java.lang.Long id
protected java.lang.Long jobID
protected java.lang.String documentIdentifierHash
protected java.lang.String documentIdentifier
protected long failTime
protected int failRetryCount
| Constructor Detail |
|---|
public DocumentDescription(java.lang.Long id,
java.lang.Long jobID,
java.lang.String documentIdentifierHash,
java.lang.String documentIdentifier)
id - is the record id.jobID - is the job identifier for a document to be processed.documentIdentifierHash - is the document identifier hash (primary key).documentIdentifier - is the document identifier.
public DocumentDescription(java.lang.Long id,
java.lang.Long jobID,
java.lang.String documentIdentifierHash,
java.lang.String documentIdentifier,
long failTime,
int failRetryCount)
id - is the record id.jobID - is the job identifier for a document to be processed.documentIdentifierHash - is the document identifier hash (primary key).documentIdentifier - is the document identifier.failTime - is the time beyond which a failed fetch will be considered a hard error.| Method Detail |
|---|
public java.lang.Long getID()
public java.lang.Long getJobID()
public java.lang.String getDocumentIdentifierHash()
public java.lang.String getDocumentIdentifier()
public long getFailTime()
public int getFailRetryCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||